Home
last modified time | relevance | path

Searched defs:AsyncCall (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_observer.cpp44 void JSObserver::AsyncCall(UvQueue::NapiArgsGenerator genArgs) in AsyncCall() function in OHOS::DistributedData::JSObserver
H A Duv_queue.cpp36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall() function in OHOS::DistributedData::UvQueue
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_observer.cpp44 void JSObserver::AsyncCall(UvQueue::NapiArgsGenerator genArgs) in AsyncCall() function in OHOS::DistributedKVStore::JSObserver
H A Duv_queue.cpp36 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs) in AsyncCall() function in OHOS::DistributedKVStore::UvQueue
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_observer.cpp57 void JSObserver::AsyncCall(UvQueue::NapiArgsGenerator genArgs) in AsyncCall() function in OHOS::PreferencesJsKit::JSObserver
H A Duv_queue.cpp37 void UvQueue::AsyncCall(NapiCallbackGetter getter, NapiArgsGenerator genArgs, bool sendable) in AsyncCall() function in OHOS::PreferencesJsKit::UvQueue
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Dasync_call.cpp22 AsyncCall::AsyncCall(napi_env env, napi_callback_info info, const std::shared_ptr<Context> &context) in AsyncCall() function in OHOS::Request::AsyncCall
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dasync_call.cpp22 AsyncCall::AsyncCall(napi_env env, napi_callback_info info, std::shared_ptr<Context> context) : env… in AsyncCall() function in OHOS::Request::UploadNapi::AsyncCall
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dasync_call.cpp23 AsyncCall::AsyncCall(napi_env env, napi_callback_info info, std::shared_ptr<Context> context, size_… in AsyncCall() function in OHOS::MiscServicesNapi::AsyncCall
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dasync_call.cpp22 AsyncCall::AsyncCall(napi_env env, napi_callback_info info, Context *context, size_t pos) in AsyncCall() function in OHOS::ScreenLock::AsyncCall
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dcall.cpp62 napi_value Call::AsyncCall(napi_env env, const std::string &resourceName) in AsyncCall() function in OHOS::WallpaperNAPI::Call
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dasync_call.cpp22 __attribute__ ((no_sanitize("undefined"))) AsyncCall::AsyncCall(napi_env env, napi_callback_info in… in AsyncCall() function in OHOS::DataShare::AsyncCall
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.cpp32 AsyncCall::AsyncCall(napi_env env, napi_callback_info info, std::shared_ptr<Context> context, size_… in AsyncCall() function in OHOS::MiscServices::AsyncCall
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_uv_queue.cpp39 void UvQueue::AsyncCall(UvCallback callback, Args args, Result result) in AsyncCall() function in OHOS::AppDataMgrJsKit::UvQueue