/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability_transaction_callback_info.h | 37 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 D | ability_transaction_callback_info_test.cpp | 49 auto* callbackInfo = AbilityTransactionCallbackInfo<>::Create(); in HWTEST_F() local 78 auto* callbackInfo = AbilityTransactionCallbackInfo<std::stack<int32_t>>::Create(); in HWTEST_F() local [all...] |
H A D | extension_test.cpp | 274 AppExecFwk::AbilityTransactionCallbackInfo<> *callbackInfo = nullptr; in HWTEST_F() local
|
/foundation/ability/form_fwk/services/form_render_service/src/ |
H A D | form_render_service_extension.cpp | 67 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 D | engine_event_callback_napi.cpp | 145 napi_value EngineEventCallbackNapi::GetCallBackInfoNapiValue(napi_env env, const EngineCallBackInfo &callbackInfo) in GetCallBackInfoNapiValue() argument
|
H A D | enroll_intell_voice_engine_callback_napi.h | 55 EnrollCallbackInfo callbackInfo; member in OHOS::IntellVoiceNapi::EnrollAsyncContext
|
/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/ |
H A D | resources_subscriber_mgr.cpp | 95 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 D | ability_extension_test.cpp | 437 AppExecFwk::AbilityTransactionCallbackInfo callbackInfo; in HWTEST_F() local
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability_process.cpp | 155 CallbackInfo callbackInfo = callback->second; in OnAbilityResult() local 184 RequestPermissionsFromUser( Ability *ability, CallAbilityPermissionParam ¶m, 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 D | extension_impl.cpp | 234 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 D | extension.cpp | 62 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 D | zlib_callback_info.cpp | 34 ZlibCallbackInfo *callbackInfo = static_cast<ZlibCallbackInfo *>(data); in HandleEnvCleanup() local
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_event.cpp | 140 std::shared_ptr<BluetoothCallbackInfo> callbackInfo = std::make_shared<BluetoothCallbackInfo>(); OnEvent() local [all...] |
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_server.cpp | 114 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 D | napi_bluetooth_spp_client.cpp | 105 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 D | bundle_callback.cpp | 58 BundleCallbackInfo callbackInfo = BundleCallback::GetInstance().GetCallbackInfoByName(bundleName);
in InnerCallback() local
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bg_efficiency_resources_mgr_test.cpp | 363 auto callbackInfo = std::make_shared<ResourceCallbackInfo>(); in HWTEST_F() local
|
H A D | bgtask_manager_unit_test.cpp | 479 auto callbackInfo = std::make_shared<ResourceCallbackInfo>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | frame_node_test_ng_coverage.cpp | 1284 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 D | napi_accessibility_config_observer.cpp | 400 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 D | text_picker_model_test_ng.cpp | 196 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 D | napi_bluetooth_ble_central_manager_callback.cpp | 232 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 D | rs_surface_ohos_vulkan.cpp | 269 auto* callbackInfo = new RsVulkanInterface::CallbackSemaphoreInfo(vkContext, semaphore, -1); in FlushFrame() local
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | slow_motion_session_napi.cpp | 41 std::unique_ptr<SlowMotionStateListenerInfo> callbackInfo = in OnSlowMotionStateCbAsync() local
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_backup_js_test.cpp | 400 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...] |