Home
last modified time | relevance | path

Searched defs:sendable (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Dnapi_preferences_observer.cpp31 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 Djs_observer.cpp19 JSObserver::JSObserver(std::shared_ptr<UvQueue> uvQueue, napi_value callback, bool sendable) in JSObserver()
H A Duv_queue.cpp37 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs, bool sendable) in AsyncCall()
H A Djs_common_utils.cpp328 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 Duv_queue.h39 bool sendable; member