Home
last modified time | relevance | path

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

12

/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/
Dembeddable_window_stage.js29 loadContent(url, storage, asyncCallback) { argument
33 loadContentByName(name, storage, asyncCallback) { argument
37 getMainWindow(asyncCallback) { argument
45 createSubWindow(windowName, asyncCallback) { argument
49 getSubWindow(asyncCallback) { argument
53 createSubWindowWithOptions(windowName, option, asyncCallback) { argument
69 removeStartingWindow(asyncCallback) { argument
73 setWindowModal(isModal, asyncCallback) { argument
81 isWindowRectAutoSave(asyncCallback) { argument
85 setSupportedWindowModes(supportedWindowModes, asyncCallback) { argument
/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/ability/ability_runtime/frameworks/js/napi/photo_editor_extension_context/
Dphoto_editor_extension_context.js27 saveEditedContentWithUri(uri, asyncCallback) { argument
32 saveEditedContentWithImage(image, option, asyncCallback) { argument
/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/
Dstatistics_observer_wrapper.cpp35 … const std::initializer_list<std::string> &events, bool asyncCallback) in On()
70 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/
Dinterface_state_observer_wrapper.cpp40 … const std::initializer_list<std::string> &events, bool asyncCallback) in On()
77 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
/foundation/multimedia/media_library/frameworks/js/src/
Dmedialibraryinf.js45 async function startMediaSelect(option, asyncCallback) { argument
98 function getMediaLibraryAsync(context, asyncCallback) { argument
Dphotoaccesshelperinf.js99 function checkParams(uriList, asyncCallback) { argument
117 function errorResult(rej, asyncCallback) { argument
174 async function createPhotoDeleteRequestParamsOk(uriList, asyncCallback) { argument
716 function getPhotoAccessHelperAsync(context, asyncCallback) { argument
1096 static deleteAssets(context, assets, asyncCallback) { argument
/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/
Dnetshare_observer_wrapper.cpp36 … const std::initializer_list<std::string_view> &events, bool asyncCallback) in On()
65 … const std::initializer_list<std::string_view> &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/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()
/foundation/ability/form_fwk/frameworks/js/napi/form_edit_extension_context/
Dform_edit_extension_context.js23 startSecondPage(want, asyncCallback) { argument
/foundation/ability/ability_runtime/test/unittest/insight_intent/js_insight_intent_func_test/
Djs_insight_intent_func_test.cpp99 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) { in __anon1f4369dc0102() variable
139 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) { in __anon1f4369dc0202() variable
/foundation/ability/ability_runtime/test/unittest/insight_intent/js_insight_intent_entry_test/
Djs_insight_intent_entry_test.cpp99 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) { in __anonc119ba280102() variable
137 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) { in __anonc119ba280202() variable
/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/
Dpolicy_observer_wrapper.cpp36 … 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/insight_intent/js_insight_intent_page_second_test/
Djs_insight_intent_page_second_test.cpp100 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) {}; in __anonfcb049740102() variable
121 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) {}; in __anonfcb049740202() variable
/foundation/ability/ability_runtime/frameworks/native/ability/native/
Dui_ability_impl.cpp111 auto asyncCallback = [abilityImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local
751 auto asyncCallback = in ExecuteInsightIntentRepeateForeground() local
779 auto asyncCallback = in ExecuteInsightIntentMoveToForeground() local
802 auto asyncCallback = in ExecuteInsightIntentPage() local
890 auto asyncCallback = in ExecuteInsightIntentBackgroundByColdBoot() local
914 auto asyncCallback = in ExecuteInsightIntentBackgroundAlreadyStart() local
Dextension_impl.cpp223 auto asyncCallback = [ExtensionImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local
295 auto asyncCallback = [extensionImplWeakPtr = weakPtr](sptr<IRemoteObject> &service) { in ConnectExtension() local
365 auto asyncCallback = [extensionImplWeakPtr = weakPtr]() { in DisconnectExtension() local
/foundation/communication/netstack/utils/napi_utils/src/
Dmodule_template.cpp41 bool asyncCallback) in OnManagerWrapper()
83 bool asyncCallback) in OnceManagerWrapper()
171 bool asyncCallback) in OnSharedManager()
213 bool asyncCallback) in OnceSharedManager()
Devent_listener.cpp31 bool asyncCallback) in EventListener()
/foundation/communication/netmanager_base/utils/napi_utils/src/
Dmodule_template.cpp32 bool asyncCallback) in On()
66 bool asyncCallback) in Once()
Devent_listener.cpp24 …::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback) in EventListener()
/foundation/ability/ability_runtime/test/unittest/insight_intent/js_insight_intent_page_test/
Djs_insight_intent_page_test.cpp98 auto asyncCallback = [](AppExecFwk::InsightIntentExecuteResult result) { in __anon716a9f3e0102() variable
/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/
Dinsight_intent_executor_mgr.cpp47 auto asyncCallback = in ExecuteInsightIntent() local
Dcj_insight_intent_executor_mgr.cpp47 auto asyncCallback = [weak = weak_from_this(), intentId = executeParam->insightIntentId_]( in ExecuteInsightIntent() local
/foundation/ability/ability_runtime/frameworks/ets/ani/ui_ability/src/
Dets_ui_ability.cpp355 auto asyncCallback = [abilityWeakPtr = weakPtr]() { in OnStop() local
776 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentRepeateForeground() local
820 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentMoveToForeground() local

12