Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dmt_connection.cpp44 _ntfy_obj = NULL; in IMtConnection()
49 if (_ntfy_obj) { in ~IMtConnection()
51 _ntfy_obj = NULL; in ~IMtConnection()
62 if (_ntfy_obj) { in Reset()
64 _ntfy_obj = NULL; in Reset()
73 _ntfy_obj = NULL; in Reset()
95 if (_ntfy_obj) { in CreateSocket()
96 _ntfy_obj->SetOsfd(_osfd); in CreateSocket()
247 if (_ntfy_obj) { in CreateSocket()
274 if (_ntfy_obj) { in CreateSocket()
[all …]
H A Dmt_connection.h68 _ntfy_obj = obj; in SetNtfyObj()
72 return _ntfy_obj; in GetNtfyObj()
99 KqueuerObj* _ntfy_obj; variable