/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/embeddable_window_stage/ |
H A D | embeddable_window_stage.js | 29 loadContent(url, storage, asyncCallback) { argument 33 loadContentByName(name, storage, asyncCallback) { argument 37 getMainWindow(asyncCallback) { argument 45 createSubWindow(windowName, asyncCallback) { argument 49 getSubWindow(asyncCallback) { argument
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_stage_napi/ |
H A D | window_stage.js | 25 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
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/photo_editor_extension_context/ |
H A D | photo_editor_extension_context.js | 23 saveEditedContentWithUri(uri, asyncCallback) { argument 28 saveEditedContentWithImage(image, option, asyncCallback) { argument
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netstats/src/ |
H A D | statistics_observer_wrapper.cpp | 38 … const std::initializer_list<std::string> &events, bool asyncCallback) in On() 73 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/ethernet/ |
H A D | interface_state_observer_wrapper.cpp | 43 … const std::initializer_list<std::string> &events, bool asyncCallback) in On() 80 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | medialibraryinf.js | 45 async function startMediaSelect(option, asyncCallback) { argument 98 function getMediaLibraryAsync(context, asyncCallback) { argument
|
H A D | photoaccesshelperinf.js | 89 function checkParams(uriList, asyncCallback) { argument 107 function errorResult(rej, asyncCallback) { argument 164 async function createPhotoDeleteRequestParamsOk(uriList, asyncCallback) { argument 518 function getPhotoAccessHelperAsync(context, asyncCallback) { argument 770 static deleteAssets(context, assets, asyncCallback) { argument
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_transaction_callback_info_test.cpp | 52 auto asyncCallback = []() { in HWTEST_F() local 82 auto asyncCallback = [](std::stack<int32_t> &result) { in HWTEST_F() local
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/sharing/src/ |
H A D | netshare_observer_wrapper.cpp | 42 … 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()
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | http_async_callback.cpp | 32 …d::unique_ptr<HttpAsyncCallback, decltype(&HttpAsyncCallback::AsyncCallbackDeleter)> asyncCallback( in AsyncExecHttpRequest() local 49 void HttpAsyncCallback::AsyncCallbackDeleter(HttpAsyncCallback *asyncCallback) in AsyncCallbackDeleter()
|
H A D | fetch_module.cpp | 48 auto asyncCallback = new HttpAsyncCallback(thisVal); in Fetch() local
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/netpolicy/src/ |
H A D | policy_observer_wrapper.cpp | 41 … const std::initializer_list<std::string> &events, bool asyncCallback) in On() 85 … const std::initializer_list<std::string> &events, bool asyncCallback) in Off()
|
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/ |
H A D | module_template.cpp | 36 bool asyncCallback) in OnManagerWrapper() 78 bool asyncCallback) in OnceManagerWrapper() 166 bool asyncCallback) in OnSharedManager() 208 bool asyncCallback) in OnceSharedManager() 296 bool asyncCallback) in On() 325 bool asyncCallback) in Once()
|
H A D | event_listener.cpp | 30 bool asyncCallback) in EventListener()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ui_ability_impl.cpp | 108 auto asyncCallback = [abilityImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local 713 auto asyncCallback = in ExecuteInsightIntentRepeateForeground() local 741 auto asyncCallback = in ExecuteInsightIntentMoveToForeground() local 830 auto asyncCallback = in ExecuteInsightIntentBackgroundByColdBoot() local 854 auto asyncCallback = in ExecuteInsightIntentBackgroundAlreadyStart() local
|
H A D | extension_impl.cpp | 241 auto asyncCallback = [ExtensionImplWeakPtr = weakPtr, state = AAFwk::ABILITY_STATE_INITIAL]() { in Stop() local 312 auto asyncCallback = [extensionImplWeakPtr = weakPtr](sptr<IRemoteObject> &service) { in ConnectExtension() local 376 auto asyncCallback = [extensionImplWeakPtr = weakPtr]() { in DisconnectExtension() local
|
H A D | ability_impl.cpp | 135 auto asyncCallback = [abilityImplWeakPtr = weakPtr, state = ABILITY_STATE_INITIAL]() { in Stop() local
|
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/ |
H A D | module_template.cpp | 29 bool asyncCallback) in On() 57 bool asyncCallback) in Once()
|
H A D | event_listener.cpp | 24 …::EventListener(napi_env env, std::string type, napi_value callback, bool once, bool asyncCallback) in EventListener()
|
H A D | event_manager.cpp | 41 bool asyncCallback) in AddListener()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/insight_intent_executor/ |
H A D | insight_intent_executor_mgr.cpp | 44 auto asyncCallback = in ExecuteInsightIntent() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_async_work.cpp | 32 auto asyncCallback = NapiParseAsyncCallback(env, info); in CreateAsyncWork() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ui_ability.cpp | 564 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentRepeateForeground() local 599 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentMoveToForeground() local
|
H A D | js_ui_ability.cpp | 448 auto asyncCallback = [abilityWeakPtr = weakPtr]() { in OnStop() local 951 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentRepeateForeground() local 996 auto asyncCallback = [weak = weak_from_this(), want](InsightIntentExecuteResult result) { in ExecuteInsightIntentMoveToForeground() local 1463 auto asyncCallback = [abilityWeakPtr = weakPtr, this, &onContinueRes](int32_t &result) { in CallPromise() local
|
/ohos5.0/foundation/ai/ai_engine/services/client/communication_adapter/source/ |
H A D | sa_client_proxy.cpp | 353 …sterCallbackProxy(IClientProxy &proxy, const ClientInfo &clientInfo, OnRemoteRequest asyncCallback) in RegisterCallbackProxy()
|