Home
last modified time | relevance | path

Searched defs:asyncCallback (Results 1 – 24 of 24) sorted by relevance

/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
Dwindow_stage.js25 loadContent(url, storage, asyncCallback) { argument
29 getWindowMode(asyncCallback) { argument
33 getMainWindow(asyncCallback) { argument
41 createSubWindow(windowName, asyncCallback) { argument
45 getSubWindow(asyncCallback) { argument
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
Dstatistics_observer_wrapper.cpp38 … const std::initializer_list<std::string> &events, bool asyncCallback) in On()
73 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
/foundation/multimedia/media_library/frameworks/js/src/
Dmedialibraryinf.js21 async function startMediaSelect (option, asyncCallback) { argument
91 function getMediaLibraryAsync(context, asyncCallback) { argument
Dphotoaccesshelperinf.js40 function checkParams(uriList, asyncCallback) { argument
62 function errorResult(rej, asyncCallback) { argument
102 async function createPhotoDeleteRequestParamsOk(uriList, asyncCallback) { argument
168 function getPhotoAccessHelperAsync(context, asyncCallback) { argument
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
Dinterface_state_observer_wrapper.cpp43 … const std::initializer_list<std::string> &events, bool asyncCallback) in On()
80 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dability_transaction_callback_info_test.cpp52 auto asyncCallback = []() { in HWTEST_F() local
82 auto asyncCallback = [](std::stack<int32_t> &result) { in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
Dnetshare_observer_wrapper.cpp42 … const std::initializer_list<std::string_view> &events, bool asyncCallback) in On()
69 … const std::initializer_list<std::string_view> &events, bool asyncCallback) in Off()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
Dhttp_async_callback.cpp32 …d::unique_ptr<HttpAsyncCallback, decltype(&HttpAsyncCallback::AsyncCallbackDeleter)> asyncCallback( in AsyncExecHttpRequest() local
49 void HttpAsyncCallback::AsyncCallbackDeleter(HttpAsyncCallback *asyncCallback) in AsyncCallbackDeleter()
Dfetch_module.cpp48 auto asyncCallback = new HttpAsyncCallback(thisVal); in Fetch() local
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
Dpolicy_observer_wrapper.cpp41 … const std::initializer_list<std::string> &events, bool asyncCallback) in On()
85 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dextension_impl.cpp200 auto asyncCallback = [ExtensionImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local
267 auto asyncCallback = [extensionImplWeakPtr = weakPtr](sptr<IRemoteObject> &service) { in ConnectExtension() local
329 auto asyncCallback = [extensionImplWeakPtr = weakPtr]() { in DisconnectExtension() local
Dability_impl.cpp133 auto asyncCallback = [abilityImplWeakPtr = weakPtr, state = ABILITY_STATE_INITIAL]() { in Stop() local
/foundation/communication/netmanager_base/utils/napi_utils/src/
Dmodule_template.cpp29 bool asyncCallback) in On()
57 bool asyncCallback) in Once()
Devent_listener.cpp24 …::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback) in EventListener()
Devent_manager.cpp41 bool asyncCallback) in AddListener()
/foundation/communication/netstack/utils/napi_utils/src/
Dmodule_template.cpp32 bool asyncCallback) in On()
61 bool asyncCallback) in Once()
Devent_listener.cpp23 …::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback) in EventListener()
Devent_manager.cpp35 bool asyncCallback) in AddListener()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_async_work.cpp29 auto asyncCallback = NapiParseAsyncCallback(env, info); in CreateAsyncWork() local
/foundation/ai/ai_engine/services/client/communication_adapter/source/
Dsa_client_proxy.cpp353 …sterCallbackProxy(IClientProxy &proxy, const ClientInfo &clientInfo, OnRemoteRequest asyncCallback) in RegisterCallbackProxy()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
Djs_ui_extension.cpp249 auto asyncCallback = [extensionWeakPtr = weakPtr]() { in OnStop() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_impl.cpp362 GenAsync asyncCallback = [this, tokenId = storeInfo.tokenId, seqNum = option.seqNum]( in DoCloudSync() local
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
Dnapi_parser_utils.cpp375 auto asyncCallback = std::make_shared<NapiAsyncCallback>(); in NapiParseAsyncCallback() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
Djs_ability.cpp319 auto asyncCallback = [abilityWeakPtr = weakPtr]() { in OnStop() local