Home
last modified time | relevance | path

Searched defs:callback (Results 826 - 850 of 3293) sorted by relevance

1...<<31323334353637383940>>...132

/foundation/distributedhardware/distributed_audio/services/audiotransport/receiverengine/src/
H A Dav_receiver_engine_adapter.cpp112 int32_t AVTransReceiverAdapter::RegisterAdapterCallback(const std::shared_ptr<AVReceiverAdapterCallback> &callback) in RegisterAdapterCallback() argument
/foundation/distributedhardware/device_manager/services/service/src/publishcommonevent/
H A Ddm_screen_common_event.cpp52 SubscribeScreenCommonEvent(const std::vector<std::string> &eventNameVec, const ScreenEventCallback &callback) SubscribeScreenCommonEvent() argument
H A Ddm_account_common_event.cpp52 SubscribeAccountCommonEvent(const std::vector<std::string> &eventNameVec, const AccountEventCallback &callback) SubscribeAccountCommonEvent() argument
H A Ddm_data_share_common_event.cpp52 SubscribeDataShareCommonEvent(const std::vector<std::string> &eventNameVec, const DataShareEventCallback &callback) SubscribeDataShareCommonEvent() argument
H A Ddm_package_common_event.cpp52 SubscribePackageCommonEvent(const std::vector<std::string> &eventNameVec, const PackageEventCallback &callback) SubscribePackageCommonEvent() argument
/foundation/distributedhardware/device_manager/test/unittest/
H A Ddevice_manager_impl_test.cpp70 std::shared_ptr<AuthenticateCallback> callback = nullptr; in HWTEST_F() local
81 std::shared_ptr<AuthenticateCallback> callback = nullptr; in HWTEST_F() local
98 std::shared_ptr<AuthenticateCallback> callback = nullptr; in HWTEST_F() local
114 std::shared_ptr<DiscoveryCallback> callback = nullptr; in HWTEST_F() local
155 std::shared_ptr<PublishCallback> callback = nullptr; HWTEST_F() local
[all...]
H A DUTTest_device_manager_impl_two.cpp121 std::shared_ptr<DmInitCallbackTest> callback = std::make_shared<DmInitCallbackTest>(); in HWTEST_F() local
207 std::shared_ptr<PublishCallback> callback = nullptr; in HWTEST_F() local
232 std::shared_ptr<PublishCallback> callback = nullptr; in HWTEST_F() local
256 std::shared_ptr<PublishCallback> callback = std::make_shared<DevicePublishCallbackTest>(); HWTEST_F() local
289 std::shared_ptr<PublishCallback> callback = std::make_shared<DevicePublishCallbackTest>(); HWTEST_F() local
322 std::shared_ptr<PublishCallback> callback = std::make_shared<DevicePublishCallbackTest>(); HWTEST_F() local
500 std::shared_ptr<AuthenticateCallback> callback = nullptr; HWTEST_F() local
531 std::shared_ptr<AuthenticateCallback> callback = std::make_shared<AuthenticateCallbackTest>(); HWTEST_F() local
570 std::shared_ptr<AuthenticateCallback> callback = std::make_shared<AuthenticateCallbackTest>(); HWTEST_F() local
609 std::shared_ptr<AuthenticateCallback> callback = std::make_shared<AuthenticateCallbackTest>(); HWTEST_F() local
648 std::shared_ptr<AuthenticateCallback> callback = std::make_shared<AuthenticateCallbackTest>(); HWTEST_F() local
735 std::shared_ptr<AuthenticateCallback> callback = nullptr; HWTEST_F() local
772 std::shared_ptr<AuthenticateCallback> callback = nullptr; HWTEST_F() local
809 std::shared_ptr<AuthenticateCallback> callback = nullptr; HWTEST_F() local
896 std::shared_ptr<DmInitCallbackTest> callback = std::make_shared<DmInitCallbackTest>(); HWTEST_F() local
1278 std::shared_ptr<DeviceManagerUiCallback> callback = nullptr; HWTEST_F() local
1300 std::shared_ptr<DeviceManagerFaCallbackTest> callback = std::make_shared<DeviceManagerFaCallbackTest>(); HWTEST_F() local
1328 std::shared_ptr<DeviceManagerFaCallbackTest> callback = nullptr; HWTEST_F() local
1350 std::shared_ptr<DeviceManagerFaCallbackTest> callback = std::make_shared<DeviceManagerFaCallbackTest>(); HWTEST_F() local
1372 std::shared_ptr<DeviceManagerFaCallbackTest> callback = nullptr; HWTEST_F() local
1443 std::shared_ptr<DeviceManagerFaCallbackTest> callback = std::make_shared<DeviceManagerFaCallbackTest>(); HWTEST_F() local
1490 std::shared_ptr<DeviceManagerFaCallbackTest> callback = std::make_shared<DeviceManagerFaCallbackTest>(); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_ipc_callback.cpp111 PushRegisterCallback(const std::string &reqId, const std::shared_ptr<RegisterCallback> &callback) PushRegisterCallback() argument
126 PushUnregisterCallback(const std::string &reqId, const std::shared_ptr<UnregisterCallback> &callback) PushUnregisterCallback() argument
H A Ddaudio_source_proxy.cpp28 int32_t DAudioSourceProxy::InitSource(const std::string &params, const sptr<IDAudioIpcCallback> &callback) in InitSource() argument
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/servicesource/src/
H A Ddaudio_source_service_test.cpp64 sptr<IDAudioIpcCallback> callback = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/engineutils/include/
H A Dengine_test_utils.h110 (void) callback; variable
182 (void) callback; variable
254 (void) callback; variable
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/
H A Ddistributed_camera_source_proxy.cpp28 InitSource(const std::string& params, const sptr<IDCameraSourceCallback>& callback) InitSource() argument
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_source/src/callback/
H A Ddcamera_source_callback.cpp111 void DCameraSourceCallback::PushRegCallback(std::string& reqId, std::shared_ptr<RegisterCallback>& callback) in PushRegCallback() argument
123 void DCameraSourceCallback::PushUnregCallback(std::string& reqId, std::shared_ptr<UnregisterCallback>& callback) in PushUnregCallback() argument
/foundation/distributedhardware/device_manager/test/softbusunittest/
H A DUTTest_softbus_session.cpp207 std::shared_ptr<ISoftbusSessionCallback> callback; in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H A Ddmic_client.h51 DMicClient(const std::string &devId, const int32_t dhId, const std::shared_ptr<IAudioEventCallback> &callback) in DMicClient() argument
/foundation/distributedhardware/distributed_audio/services/audiotransport/test/unittest/receiverengine/src/
H A Dav_receiver_engine_transport_test.cpp34 auto callback = std::make_shared<MockAVReceiverTransportCallback>(); in SetUp() local
53 std::shared_ptr<IAudioDataTransCallback> callback = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_camera_operator.h88 int32_t SetStateCallback(std::shared_ptr<StateCallback>& callback) in SetStateCallback() argument
93 int32_t SetResultCallback(std::shared_ptr<ResultCallback>& callback) in SetResultCallback() argument
/foundation/distributedhardware/device_manager/services/service/include/publishcommonevent/
H A Ddm_publish_common_event.h42 DmPublishEventSubscriber(const CommonEventSubscribeInfo &subscribeInfo, const PublishEventCallback &callback, in DmPublishEventSubscriber() argument
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/
H A Ddcamera_source_handler_test.cpp119 std::shared_ptr<RegisterCallback> callback = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/src/
H A Ddistributed_input_kit.cpp21 PrepareRemoteInput( const std::string &sinkId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument
28 UnprepareRemoteInput( const std::string &sinkId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
35 StartRemoteInput( const std::string &sinkId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) StartRemoteInput() argument
42 StopRemoteInput( const std::string &sinkId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) StopRemoteInput() argument
49 StartRemoteInput(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) StartRemoteInput() argument
56 StopRemoteInput(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) StopRemoteInput() argument
83 PrepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument
90 UnprepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
97 StartRemoteInput(const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StartRemoteInput() argument
104 StopRemoteInput(const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StopRemoteInput() argument
111 StartRemoteInput(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StartRemoteInput() argument
118 StopRemoteInput(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StopRemoteInput() argument
137 RegisterSessionStateCb(sptr<ISessionStateCallback> callback) RegisterSessionStateCb() argument
[all...]
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp31 int32_t DScreenSourceProxy::InitSource(const std::string &params, const sptr<IDScreenSourceCallback> &callback) in InitSource() argument
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_lite_test.cpp137 sptr<CloudSyncServiceProxy::ServiceProxyLoadCallback> callback = in HWTEST_F() local
H A Dcloud_sync_manager_impl_unnomal_test.cpp82 shared_ptr<CloudSyncCallback> callback = make_shared<CloudSyncCallbackDerived>(); in HWTEST_F() local
103 shared_ptr<CloudSyncCallback> callback = make_shared<CloudSyncCallbackDerived>(); in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest/av_sender_engine/src/
H A Dav_sender_engine_test.cpp610 std::shared_ptr<SenderEngineCallback> callback = std::make_shared<SenderEngineCallback>(); in HWTEST_F() local
621 std::shared_ptr<SenderEngineCallback> callback = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/include/
H A Dmock_idistributed_hardware_source.h35 RegisterDistributedHardware(const std::string &uuid, const std::string &dhId, const EnableParam &parameters, std::shared_ptr<RegisterCallback> callback) RegisterDistributedHardware() argument
40 UnregisterDistributedHardware(const std::string &uuid, const std::string &dhId, std::shared_ptr<UnregisterCallback> callback) UnregisterDistributedHardware() argument

Completed in 13 milliseconds

1...<<31323334353637383940>>...132