Home
last modified time | relevance | path

Searched refs:real_ntfy (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_connection.cpp611 ISessionNtfy* real_ntfy = proxy->GetRealNtfyObj(); in CreateSocket() local
612 if (!real_ntfy) { in CreateSocket()
617 int osfd = real_ntfy->GetOsfd(); in CreateSocket()
620 osfd = real_ntfy->CreateSocket(); in CreateSocket()
622 MTLOG_ERROR("real ntfy obj create fd failed, _ntfy_obj %p, error", real_ntfy); in CreateSocket()