Home
last modified time | relevance | path

Searched defs:callbackInfo (Results 1 - 25 of 69) sorted by relevance

123

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability_transaction_callback_info.h37 static void Destroy(AbilityTransactionCallbackInfo *callbackInfo) in Destroy() argument
78 static void Destroy(AbilityTransactionCallbackInfo *callbackInfo) in Destroy() argument
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_transaction_callback_info_test.cpp49 auto* callbackInfo = AbilityTransactionCallbackInfo<>::Create(); in HWTEST_F() local
78 auto* callbackInfo = AbilityTransactionCallbackInfo<std::stack<int32_t>>::Create(); in HWTEST_F() local
[all...]
H A Dextension_test.cpp274 AppExecFwk::AbilityTransactionCallbackInfo<> *callbackInfo = nullptr; in HWTEST_F() local
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_service_extension.cpp67 OnConnect(const AAFwk::Want &want, AppExecFwk::AbilityTransactionCallbackInfo<sptr<IRemoteObject>> *callbackInfo, bool &isAsyncCallback) OnConnect() argument
81 OnDisconnect(const AAFwk::Want &want, AppExecFwk::AbilityTransactionCallbackInfo<> *callbackInfo, bool &isAsyncCallback) OnDisconnect() argument
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dengine_event_callback_napi.cpp145 napi_value EngineEventCallbackNapi::GetCallBackInfoNapiValue(napi_env env, const EngineCallBackInfo &callbackInfo) in GetCallBackInfoNapiValue() argument
H A Denroll_intell_voice_engine_callback_napi.h55 EnrollCallbackInfo callbackInfo; member in OHOS::IntellVoiceNapi::EnrollAsyncContext
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dresources_subscriber_mgr.cpp95 void ResourcesSubscriberMgr::OnResourceChanged(const std::shared_ptr<ResourceCallbackInfo> &callbackInfo, in OnResourceChanged() argument
138 void ResourcesSubscriberMgr::HiSysEventResources(const std::shared_ptr<ResourceCallbackInfo> callbackInfo, in HiSysEventResources() argument
161 HiSysEventSubmit(const std::shared_ptr<ResourceCallbackInfo> callbackInfo, int32_t hiSysEventType, const std::string &eventType) HiSysEventSubmit() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_extension_test/
H A Dability_extension_test.cpp437 AppExecFwk::AbilityTransactionCallbackInfo callbackInfo; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_process.cpp155 CallbackInfo callbackInfo = callback->second; in OnAbilityResult() local
184 RequestPermissionsFromUser( Ability *ability, CallAbilityPermissionParam &param, CallbackInfo callbackInfo) RequestPermissionsFromUser() argument
242 CaullFunc(int requestCode, const std::vector<std::string> &permissions, const std::vector<int> &permissionsState, CallbackInfo &callbackInfo) CaullFunc() argument
H A Dextension_impl.cpp234 auto *callbackInfo = AppExecFwk::AbilityTransactionCallbackInfo<>::Create(); in Stop() local
301 auto *callbackInfo = AppExecFwk::AbilityTransactionCallbackInfo<sptr<IRemoteObject>>::Create(); in ConnectExtension() local
366 auto *callbackInfo = AppExecFwk::AbilityTransactionCallbackInfo<>::Create(); DisconnectExtension() local
[all...]
H A Dextension.cpp62 void Extension::OnStop(AppExecFwk::AbilityTransactionCallbackInfo<> *callbackInfo, bool &isAsyncCallback) in OnStop() argument
92 void Extension::OnDisconnect(const AAFwk::Want &want, AppExecFwk::AbilityTransactionCallbackInfo<> *callbackInfo, in OnDisconnect() argument
79 OnConnect(const AAFwk::Want &want, AppExecFwk::AbilityTransactionCallbackInfo<sptr<IRemoteObject>> *callbackInfo, bool &isAsyncCallback) OnConnect() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dzlib_callback_info.cpp34 ZlibCallbackInfo *callbackInfo = static_cast<ZlibCallbackInfo *>(data); in HandleEnvCleanup() local
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_event.cpp140 std::shared_ptr<BluetoothCallbackInfo> callbackInfo = std::make_shared<BluetoothCallbackInfo>(); OnEvent() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_server.cpp114 SppListenCallbackInfo *callbackInfo = new (std::nothrow) SppListenCallbackInfo(); in SppListen() local
76 CheckSppListenParams( napi_env env, napi_callback_info info, string &name, SppListenCallbackInfo *callbackInfo) CheckSppListenParams() argument
192 CheckSppAcceptParams( napi_env env, napi_callback_info info, int32_t &serverSocketNum, SppAcceptCallbackInfo *callbackInfo) CheckSppAcceptParams() argument
233 SppAcceptCallbackInfo *callbackInfo = new (std::nothrow) SppAcceptCallbackInfo(); SppAccept() local
[all...]
H A Dnapi_bluetooth_spp_client.cpp105 SppConnectCallbackInfo *callbackInfo in SppConnect() local
30 CheckSppConnectParams( napi_env env, napi_callback_info info, std::string &deviceId, SppConnectCallbackInfo *callbackInfo) CheckSppConnectParams() argument
260 BufferCallbackInfo *callbackInfo = static_cast<BufferCallbackInfo *>(data); NapiThreadSafeFuncCallJs() local
292 auto callbackInfo = client->callbackInfos_[REGISTER_SPP_READ_TYPE]; NapiSppCreateThreadSafeFunc() local
317 std::shared_ptr<BluetoothCallbackInfo> callbackInfo = std::make_shared<BufferCallbackInfo>(); CheckSppClientOn() local
413 std::shared_ptr<BufferCallbackInfo> callbackInfo = SppRead() local
[all...]
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp58 BundleCallbackInfo callbackInfo = BundleCallback::GetInstance().GetCallbackInfoByName(bundleName); in InnerCallback() local
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp363 auto callbackInfo = std::make_shared<ResourceCallbackInfo>(); in HWTEST_F() local
H A Dbgtask_manager_unit_test.cpp479 auto callbackInfo = std::make_shared<ResourceCallbackInfo>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp1284 VisibleCallbackInfo callbackInfo; in HWTEST_F() local
1332 VisibleCallbackInfo callbackInfo; in HWTEST_F() local
1370 VisibleCallbackInfo callbackInfo; HWTEST_F() local
1406 VisibleCallbackInfo callbackInfo; HWTEST_F() local
[all...]
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/
H A Dnapi_accessibility_config_observer.cpp400 StateCallbackInfo *callbackInfo = new(std::nothrow) StateCallbackInfo(); NotifyStateChanged2JS() local
430 CaptionCallbackInfo *callbackInfo = new(std::nothrow) CaptionCallbackInfo(); NotifyPropertyChanged2JS() local
460 StateCallbackInfo *callbackInfo = new(std::nothrow) StateCallbackInfo(); NotifyStringChanged2JS() local
490 StateCallbackInfo *callbackInfo = new(std::nothrow) StateCallbackInfo(); NotifyStringVectorChanged2JS() local
520 StateCallbackInfo *callbackInfo = new(std::nothrow) StateCallbackInfo(); NotifyIntChanged2JS() local
550 StateCallbackInfo *callbackInfo = new(std::nothrow) StateCallbackInfo(); NotifyUintChanged2JS() local
580 StateCallbackInfo *callbackInfo = new(std::nothrow) StateCallbackInfo(); NotifyFloatChanged2JS() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_model_test_ng.cpp196 int32_t callbackInfo = 0; in HWTEST_F() local
607 int32_t callbackInfo = 0; in HWTEST_F() local
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp232 std::shared_ptr<BluetoothCallbackInfo> callbackInfo = GetCallbackInfoByType(REGISTER_BLE_FIND_DEVICE_TYPE); in OnBleBatchScanResultsEvent() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp269 auto* callbackInfo = new RsVulkanInterface::CallbackSemaphoreInfo(vkContext, semaphore, -1); in FlushFrame() local
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dslow_motion_session_napi.cpp41 std::unique_ptr<SlowMotionStateListenerInfo> callbackInfo = in OnSlowMotionStateCbAsync() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp400 struct CallbackInfo *callbackInfo = nullptr; in HWTEST_F() local
455 struct CallbackInfo *callbackInfo = nullptr; in HWTEST_F() local
511 struct CallbackInfo *callbackInfo = nullptr; HWTEST_F() local
[all...]

Completed in 25 milliseconds

123