Searched defs:sendable (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | napi_preferences_observer.cpp | 31 AsyncCall([key](napi_env env, bool sendable, int &argc, napi_value *argv) { in OnChange() 40 AsyncCall([records](napi_env env, bool sendable, int &argc, napi_value *argv) { in OnChange()
|
H A D | js_observer.cpp | 19 JSObserver::JSObserver(std::shared_ptr<UvQueue> uvQueue, napi_value callback, bool sendable) in JSObserver()
|
H A D | uv_queue.cpp | 37 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs, bool sendable) in AsyncCall()
|
H A D | js_common_utils.cpp | 328 napi_value JSUtils::JsonParse(napi_env env, const std::string &inStr, bool sendable) in JsonParse()
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | uv_queue.h | 39 bool sendable; member
|