Home
last modified time | relevance | path

Searched defs:callBack (Results 1 - 25 of 113) sorted by relevance

12345

/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_receiver_napi_listener.h36 OH_Image_Receiver_On_Callback callBack = nullptr; member in OHOS::Media::ImageReceiverNapiListener
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_status_callback.h81 BundleStateCallback callBack; member
/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_excep_utils.h33 static ErrCode ExceptionCatcherLocked(std::function<ErrCode(void)> callBack) in ExceptionCatcherLocked() argument
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_creator_impl.h56 std::function<void()> callBack = nullptr; member in OHOS::Media::CJImageCreatorReleaseListener
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Didle_time_test.cpp115 IdleNotifyStatusCallback callBack = idleTime_->GetIdleNotifyFunc(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_interactive_implict_animator_test.cpp398 auto callBack = animator->GetAnimatorFinishCallback(); in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_creator_impl.cpp50 uint32_t ImageCreatorImpl::CjOn(std::string name, std::function<void()> callBack) in CjOn() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_locd_callback_test.cpp71 DeviceProfileLoadCallback callBack; in HWTEST_F() local
83 DeviceProfileLoadCallback callBack; in HWTEST_F() local
/foundation/ai/ai_engine/test/function/death_callback/
H A Ddeath_callback_test.cpp75 ServiceDeadCb callBack = ServiceDeadCb(); in main() local
/foundation/ability/form_fwk/services/include/
H A Dform_timer_option.h57 void FormTimerOption::SetCallbackInfo(std::function<void()> callBack) in SetCallbackInfo() argument
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerstateobserverstub_fuzzer/
H A Daccessibleabilitymanagerstateobserverstub_fuzzer.cpp59 ManagerStateObserverImplFuzzTest callBack; in StateObserverOnRemoteRequestFuzzTest() local
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibilityelementoperatorstub_fuzzer/
H A Daccessibilityelementoperatorstub_fuzzer.cpp78 ElementOperatorImplFuzzTest callBack; in EleOperatorOnRemoteRequestFuzzTest() local
/foundation/communication/nfc/interfaces/inner_api/controller/
H A Dnfc_controller_callback_stub.cpp74 KITS::ErrorCode NfcControllerCallBackStub::RegisterCallBack(const sptr<INfcControllerCallback> &callBack) in RegisterCallBack() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_system_timer.cpp50 void WifiSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() argument
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_device_callback_stub_test.cpp126 sptr<IWifiDeviceCallBack> callBack = new (std::nothrow) IWifiDeviceCallBackMock(); in HWTEST_F() local
146 sptr<IWifiDeviceCallBack> callBack = new (std::nothrow) IWifiDeviceCallBackMock(); in HWTEST_F() local
165 sptr<IWifiDeviceCallBack> callBack = new (std::nothrow) IWifiDeviceCallBackMock(); in HWTEST_F() local
184 sptr<IWifiDeviceCallBack> callBack = new (std::nothrow) IWifiDeviceCallBackMock(); in HWTEST_F() local
203 sptr<IWifiDeviceCallBack> callBack = new (std::nothrow) IWifiDeviceCallBackMock(); in HWTEST_F() local
222 sptr<IWifiDeviceCallBack> callBack = new (std::nothrow) IWifiDeviceCallBackMock(); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dtimer_info.h54 void TimerInfo::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() argument
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H A Dnfc_tag_callback_stub.cpp72 ErrCode NfcTagCallbackStub::RegisterUserCallBack(const sptr<INfcTagCallback> &callBack) in RegisterUserCallBack() argument
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_system_timer.cpp53 void DhcpSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() argument
/foundation/resourceschedule/device_standby/services/common/src/
H A Dtimed_task.cpp88 void TimedTask::SetCallbackInfo(const std::function<void()>& callBack) in SetCallbackInfo() argument
93 CreateTimer(bool repeat, uint64_t interval, bool isExact, bool isIdle, const std::function<void()>& callBack) CreateTimer() argument
101 CreateTimer(bool repeat, uint64_t interval, int type, const std::function<void()>& callBack) CreateTimer() argument
126 RegisterDayNightSwitchTimer(uint64_t& timeId, bool repeat, uint64_t interval, const std::function<void()>& callBack) RegisterDayNightSwitchTimer() argument
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_transceiver_test.cpp61 IServerChannelCallBack callBack; in SetUpTestCase() local
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dnfc_controller_callback_stub_test.cpp78 const sptr<INfcControllerCallback> callBack = nullptr; in HWTEST_F() local
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_callback_stub.cpp108 void WifiHotspotCallbackStub::RegisterCallBack(const sptr<IWifiHotspotCallback> &callBack) in RegisterCallBack() argument
/foundation/ability/ability_runtime/test/unittest/implicit_start_processor_test/
H A Dimplicit_start_processor_test.cpp225 ImplicitStartProcessor::StartAbilityClosure callBack = []() -> int32_t { in HWTEST_F() local
246 ImplicitStartProcessor::StartAbilityClosure callBack = []() -> int32_t { in HWTEST_F() local
267 ImplicitStartProcessor::StartAbilityClosure callBack = []() -> int32_t { in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_animation_controller.h39 void AddStopListenerCallback(const AnimationStopCallback& callBack) in AddStopListenerCallback() argument
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_animation_controller.h41 void AddStopListenerCallback(const StopAnimationCallback& callBack) in AddStopListenerCallback() argument

Completed in 9 milliseconds

12345