Searched refs:asyncWork_ (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | base_context.cpp | 34 asyncWork_(nullptr), in BaseContext() 52 asyncWork_(nullptr), in BaseContext() 115 return asyncWork_; in GetAsyncWork() 121 this, &asyncWork_); in CreateAsyncWork() 122 asyncWorkBack1_ = asyncWork_; in CreateAsyncWork() 123 asyncWorkBack2_ = asyncWork_; in CreateAsyncWork() 124 asyncWorkBack3_ = asyncWork_; in CreateAsyncWork() 125 asyncWorkBack4_ = asyncWork_; in CreateAsyncWork() 130 (void)napi_queue_async_work_with_qos(env_, asyncWork_, napi_qos_default); in CreateAsyncWork() 135 if (asyncWork_ in DeleteAsyncWork() [all...] |
/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | base_context.cpp | 32 asyncWork_(nullptr), in BaseContext() 87 this, &asyncWork_); in CreateAsyncWork() 92 (void)napi_queue_async_work_with_qos(env_, asyncWork_, napi_qos_default); in CreateAsyncWork() 97 if (asyncWork_ == nullptr) { in DeleteAsyncWork() 100 (void)napi_delete_async_work(env_, asyncWork_); in DeleteAsyncWork()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 180 napi_delete_async_work(env, callbackInfo->asyncWork_); in SppListen() 185 &callbackInfo->asyncWork_); in SppListen() 187 napi_queue_async_work(env, callbackInfo->asyncWork_); in SppListen() 288 napi_delete_async_work(env, callbackInfo->asyncWork_); in SppAccept() 293 &callbackInfo->asyncWork_); in SppAccept() 295 napi_queue_async_work(env, callbackInfo->asyncWork_); in SppAccept()
|
H A D | napi_bluetooth_spp_client.cpp | 170 napi_delete_async_work(env, callbackInfo->asyncWork_); in SppConnect() 174 static_cast<void*>(callbackInfo), &callbackInfo->asyncWork_); in SppConnect() 175 if (napi_queue_async_work(env, callbackInfo->asyncWork_) != napi_ok) { in SppConnect()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_rss_session.cpp | 231 &cbInfo->asyncWork_)); in OnReceiveEvent() 232 NAPI_CALL_RETURN_VOID(env, napi_queue_async_work(env, cbInfo->asyncWork_)); in OnReceiveEvent() 323 NAPI_CALL_RETURN_VOID(env, napi_delete_async_work(env, cbInfo->asyncWork_)); in CompleteCb() 324 cbInfo->asyncWork_ = nullptr; in CompleteCb()
|
H A D | js_rss_session.h | 62 napi_async_work asyncWork_ = nullptr; member
|
/foundation/communication/netmanager_base/utils/napi_utils/include/ |
H A D | base_context.h | 84 napi_async_work asyncWork_ = nullptr; member in OHOS::NetManagerStandard::BaseContext
|
/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | base_context.h | 146 napi_async_work asyncWork_ = nullptr; member in OHOS::NetStack::BaseContext
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 124 napi_async_work asyncWork_; member
|
Completed in 7 milliseconds