/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/ |
H A D | image_receiver_napi_listener.h | 36 OH_Image_Receiver_On_Callback callBack = nullptr; member in OHOS::Media::ImageReceiverNapiListener
|
/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_status_callback.h | 81 BundleStateCallback callBack;
member
|
/foundation/filemanagement/app_file_service/utils/include/b_error/ |
H A D | b_excep_utils.h | 33 static ErrCode ExceptionCatcherLocked(std::function<ErrCode(void)> callBack) in ExceptionCatcherLocked() argument
|
/foundation/multimedia/image_framework/frameworks/kits/cj/include/ |
H A D | image_creator_impl.h | 56 std::function<void()> callBack = nullptr; member in OHOS::Media::CJImageCreatorReleaseListener
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | idle_time_test.cpp | 115 IdleNotifyStatusCallback callBack = idleTime_->GetIdleNotifyFunc(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_interactive_implict_animator_test.cpp | 398 auto callBack = animator->GetAnimatorFinishCallback(); in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_creator_impl.cpp | 50 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 D | device_profile_locd_callback_test.cpp | 71 DeviceProfileLoadCallback callBack; in HWTEST_F() local 83 DeviceProfileLoadCallback callBack; in HWTEST_F() local
|
/foundation/ai/ai_engine/test/function/death_callback/ |
H A D | death_callback_test.cpp | 75 ServiceDeadCb callBack = ServiceDeadCb(); in main() local
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_timer_option.h | 57 void FormTimerOption::SetCallbackInfo(std::function<void()> callBack) in SetCallbackInfo() argument
|
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibleabilitymanagerstateobserverstub_fuzzer/ |
H A D | accessibleabilitymanagerstateobserverstub_fuzzer.cpp | 59 ManagerStateObserverImplFuzzTest callBack; in StateObserverOnRemoteRequestFuzzTest() local
|
/foundation/barrierfree/accessibility/common/interface/test/fuzztest/accessibilityelementoperatorstub_fuzzer/ |
H A D | accessibilityelementoperatorstub_fuzzer.cpp | 78 ElementOperatorImplFuzzTest callBack; in EleOperatorOnRemoteRequestFuzzTest() local
|
/foundation/communication/nfc/interfaces/inner_api/controller/ |
H A D | nfc_controller_callback_stub.cpp | 74 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 D | wifi_system_timer.cpp | 50 void WifiSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() argument
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
H A D | wifi_device_callback_stub_test.cpp | 126 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 D | timer_info.h | 54 void TimerInfo::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() argument
|
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/ |
H A D | nfc_tag_callback_stub.cpp | 72 ErrCode NfcTagCallbackStub::RegisterUserCallBack(const sptr<INfcTagCallback> &callBack) in RegisterUserCallBack() argument
|
/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_system_timer.cpp | 53 void DhcpSysTimer::SetCallbackInfo(const std::function<void()> &callBack) in SetCallbackInfo() argument
|
/foundation/resourceschedule/device_standby/services/common/src/ |
H A D | timed_task.cpp | 88 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 D | trans_proxy_transceiver_test.cpp | 61 IServerChannelCallBack callBack; in SetUpTestCase() local
|
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_controller_callback_stub_test.cpp | 78 const sptr<INfcControllerCallback> callBack = nullptr;
in HWTEST_F() local
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_callback_stub.cpp | 108 void WifiHotspotCallbackStub::RegisterCallBack(const sptr<IWifiHotspotCallback> &callBack) in RegisterCallBack() argument
|
/foundation/ability/ability_runtime/test/unittest/implicit_start_processor_test/ |
H A D | implicit_start_processor_test.cpp | 225 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 D | stepper_animation_controller.h | 39 void AddStopListenerCallback(const AnimationStopCallback& callBack) in AddStopListenerCallback() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | side_bar_animation_controller.h | 41 void AddStopListenerCallback(const StopAnimationCallback& callBack)
in AddStopListenerCallback() argument
|