Home
last modified time | relevance | path

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

12

/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/
Dwindow_stage.js25 loadContent(url, storage, asyncCallback) { argument
29 loadContentByName(name, storage, asyncCallback) { argument
33 getWindowMode(asyncCallback) { argument
37 getMainWindow(asyncCallback) { argument
45 createSubWindow(windowName, asyncCallback) { argument
49 createSubWindowWithOptions(windowName, options, asyncCallback) { argument
53 getSubWindow(asyncCallback) { argument
/foundation/multimedia/media_library/frameworks/js/src/
Dphotoaccesshelperinf.js46 function checkParams(uriList, asyncCallback) { argument
68 function errorResult(rej, asyncCallback) { argument
108 async function createPhotoDeleteRequestParamsOk(uriList, asyncCallback) { argument
194 function getPhotoAccessHelperAsync(context, asyncCallback) { argument
414 static deleteAssets(context, assets, asyncCallback) { argument
Dmedialibraryinf.js45 async function startMediaSelect (option, asyncCallback) { argument
98 function getMediaLibraryAsync(context, 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/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()
71 … 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/
Dui_ability_impl.cpp107 auto asyncCallback = [abilityImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local
674 auto asyncCallback = in ExecuteInsightIntentRepeateForeground() local
702 auto asyncCallback = in ExecuteInsightIntentMoveToForeground() local
788 auto asyncCallback = in ExecuteInsightIntentBackgroundByColdBoot() local
811 auto asyncCallback = in ExecuteInsightIntentBackgroundAlreadyStart() local
Dextension_impl.cpp217 auto asyncCallback = [ExtensionImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local
286 auto asyncCallback = [extensionImplWeakPtr = weakPtr](sptr<IRemoteObject> &service) { in ConnectExtension() local
348 auto asyncCallback = [extensionImplWeakPtr = weakPtr]() { in DisconnectExtension() local
Dability_impl.cpp137 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.cpp24 …::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback) in EventListener()
Devent_manager.cpp37 bool asyncCallback) in AddListener()
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
Dinsight_intent_executor_mgr.cpp44 auto asyncCallback = in ExecuteInsightIntent() local
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_async_work.cpp29 auto asyncCallback = NapiParseAsyncCallback(env, info); in CreateAsyncWork() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
Djs_ui_ability.cpp388 auto asyncCallback = [abilityWeakPtr = weakPtr]() { in OnStop() local
820 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentRepeateForeground() local
865 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentMoveToForeground() 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/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_service_impl.cpp467 GenAsync asyncCallback = [this, tokenId = storeInfo.tokenId, seqNum = option.seqNum]( in DoCloudSync() local
649 …CloudShareEvent::Callback asyncCallback = [&result](int32_t status, std::shared_ptr<Cursor> cursor… in AllocResource() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
Djs_auto_fill_extension.cpp242 auto asyncCallback = [extensionWeakPtr = weakPtr]() { in OnStop() local

12