Home
last modified time | relevance | path

Searched defs:callback (Results 1451 - 1475 of 3549) sorted by relevance

1...<<51525354555657585960>>...142

/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddinput_sa_manager.cpp336 void DInputSAManager::AddSessionStateCbToCache(sptr<ISessionStateCallback> callback) in AddSessionStateCbToCache() argument
H A Ddistributed_input_source_proxy.cpp64 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &parameters, sptr<IRegisterDInputCallback> callback) RegisterDistributedHardware() argument
97 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, sptr<IUnregisterDInputCallback> callback) UnregisterDistributedHardware() argument
130 PrepareRemoteInput( const std::string &deviceId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument
161 UnprepareRemoteInput(const std::string &deviceId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
191 StartRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) StartRemoteInput() argument
226 StopRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) StopRemoteInput() argument
259 StartRemoteInput(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) StartRemoteInput() argument
299 StopRemoteInput(const std::string &srcId, const std::string &sinkId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) StopRemoteInput() argument
337 PrepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument
372 UnprepareRemoteInput(const std::string &srcId, const std::string &sinkId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
407 StartRemoteInput(const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StartRemoteInput() argument
449 StopRemoteInput(const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StopRemoteInput() argument
491 StartRemoteInput(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StartRemoteInput() argument
538 StopRemoteInput(const std::string &srcId, const std::string &sinkId, const std::vector<std::string> &dhIds, sptr<IStartStopDInputsCallback> callback) StopRemoteInput() argument
690 RegisterSessionStateCb(sptr<ISessionStateCallback> callback) RegisterSessionStateCb() argument
[all...]
H A Ddistributed_input_sink_stub.cpp174 sptr<IGetSinkScreenInfosCallback> callback = in RegisterGetSinkScreenInfosInner() local
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_handler.cpp146 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam &param, std::shared_ptr<RegisterCallback> callback) RegisterDistributedHardware() argument
174 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, std::shared_ptr<UnregisterCallback> callback) UnregisterDistributedHardware() argument
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_manager_impl_test.cpp90 auto callback = nullptr; in HWTEST_F() local
110 shared_ptr<CloudSyncCallback> callback = make_shared<CloudSyncCallbackDerived>(); in HWTEST_F() local
192 shared_ptr<CloudSyncCallback> callback = make_shared<CloudSyncCallbackDerived>(); in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dwatcher_impl.cpp147 void FileWatcherManager::ReadNotifyEvent(std::function<void(CWatchEvent)> callback) in ReadNotifyEvent() argument
195 void FileWatcherManager::NotifyEvent(const struct inotify_event *event, std::function<void(CWatchEvent)> callback) in NotifyEvent() argument
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/n_async/
H A Dn_async_work_callback.cpp111 napi_value callback = ctx->cb_.Deref(env).val_; in CallbackComplete() local
176 napi_value callback = ctx->cb_.Deref(env).val_; in AfterWorkCallback() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/services/src/
H A Dav_trans_control_center.cpp204 RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> &callback) RegisterCtlCenterCallback() argument
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp166 sptr<TestGetSinkScreenInfosCb> callback = nullptr; in HWTEST_F() local
/foundation/distributedhardware/distributed_input/sourcehandler/src/
H A Ddistributed_input_source_handler.cpp96 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam &param, std::shared_ptr<RegisterCallback> callback) RegisterDistributedHardware() argument
102 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, std::shared_ptr<UnregisterCallback> callback) UnregisterDistributedHardware() argument
/foundation/distributedhardware/distributed_input/sinkhandler/test/unittest/mock/
H A Dmock_distributed_input_client.cpp101 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &parameters, const std::shared_ptr<RegisterCallback> &callback) RegisterDistributedHardware() argument
107 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::shared_ptr<UnregisterCallback> &callback) UnregisterDistributedHardware() argument
113 PrepareRemoteInput( const std::string &deviceId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument
119 UnprepareRemoteInput( const std::string &deviceId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
125 StartRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) StartRemoteInput() argument
131 StopRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) StopRemoteInput() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_service.cpp99 int32_t DScreenSourceService::InitSource(const std::string &params, const sptr<IDScreenSourceCallback> &callback) in InitSource() argument
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub_test.cpp103 sptr<DScreenSourceCallback> callback; in HWTEST_F() local
42 InitSource(const std::string &params, const sptr<IDScreenSourceCallback> &callback) InitSource() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dscreen_output/
H A Ddscreen_output_plugin.cpp146 Status DscreenOutputPlugin::SetDataCallback(AVDataCallback callback) in SetDataCallback() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/
H A Ddistributed_input_ipc_test.cpp326 std::shared_ptr<RegisterCallback> callback = nullptr; in HWTEST_F() local
335 std::shared_ptr<UnregisterCallback> callback = nullptr; in HWTEST_F() local
343 sptr<IPrepareDInputCallback> callback = nullptr; in HWTEST_F() local
351 sptr<IUnprepareDInputCallback> callback = nullptr; in HWTEST_F() local
359 sptr<IStartDInputCallback> callback = nullptr; in HWTEST_F() local
369 sptr<IStartStopDInputsCallback> callback = nullptr; HWTEST_F() local
378 sptr<IStartDInputCallback> callback = nullptr; HWTEST_F() local
389 sptr<IStartStopDInputsCallback> callback = nullptr; HWTEST_F() local
397 sptr<IStopDInputCallback> callback = nullptr; HWTEST_F() local
407 sptr<IStartStopDInputsCallback> callback = nullptr; HWTEST_F() local
416 sptr<IStopDInputCallback> callback = nullptr; HWTEST_F() local
427 sptr<IStartStopDInputsCallback> callback = nullptr; HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Dav_sender_engine_adapter.cpp197 int32_t AVTransSenderAdapter::RegisterAdapterCallback(const std::shared_ptr<AVSenderAdapterCallback> &callback) in RegisterAdapterCallback() argument
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screentranstestutils/src/
H A Dscreen_callback_test.cpp55 std::shared_ptr<IScreenSourceTransCallback> callback = std::make_shared<MockIScreenSourceTransCallback>(); in HWTEST_F() local
82 std::shared_ptr<IScreenSourceTransCallback> callback = std::make_shared<MockIScreenSourceTransCallback>(); in HWTEST_F() local
114 std::shared_ptr<IScreenSinkTransCallback> callback = std::make_shared<MockIScreenSinkTransCallback>(); in HWTEST_F() local
147 std::shared_ptr<IScreenSinkTransCallback> callback = std::make_shared<MockIScreenSinkTransCallback>(); in HWTEST_F() local
174 std::shared_ptr<IScreenSinkTransCallback> callback = std::make_shared<MockIScreenSinkTransCallback>(); in HWTEST_F() local
199 std::shared_ptr<IScreenSinkTransCallback> callback = std::make_shared<MockIScreenSinkTransCallback>(); HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_mock.cpp105 ErrCode ExtBackup::OnBackup(function<void(ErrCode, std::string)> callback) in OnBackup() argument
110 ErrCode ExtBackup::OnBackup(std::function<void(ErrCode, std::string)> callback, in OnBackup() argument
116 ErrCode ExtBackup::OnRestore(function<void(ErrCode, std::string)> callback, in OnRestore() argument
122 ErrCode ExtBackup::OnRestore(function<void(ErrCode, std::string)> callback) in OnRestore() argument
127 ErrCode ExtBackup::GetBackupInfo(function<void(ErrCode, std::string)> callback) in GetBackupInfo() argument
137 OnProcess(function<void(ErrCode, std::string)> callback) OnProcess() argument
[all...]
H A Dext_backup_js_mock.cpp39 ErrCode ExtBackupJs::OnBackup(function<void(ErrCode, string)> callback, in OnBackup() argument
55 ErrCode ExtBackupJs::OnRestore(function<void(ErrCode, string)> callback, in OnRestore() argument
71 ErrCode ExtBackupJs::GetBackupInfo(function<void(ErrCode, const string)> callback) in GetBackupInfo() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_watcher/
H A Dwatcher_n_exporter.cpp165 void WatcherNExporter::WatcherCallback(napi_env env, NRef &callback, const std::string &fileName, in WatcherCallback() argument
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dscreen_input/
H A Ddscreen_input_plugin.cpp157 Status DscreenInputPlugin::SetDataCallback(AVDataCallback callback) in SetDataCallback() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/
H A Ddistributed_hardware_stub_test.h92 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) in RegisterCtlCenterCallback() argument
/foundation/distributedhardware/distributed_input/sourcehandler/test/unittest/mock/
H A Dmock_distributed_input_client.cpp102 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string &parameters, const std::shared_ptr<RegisterCallback> &callback) RegisterDistributedHardware() argument
108 UnregisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::shared_ptr<UnregisterCallback> &callback) UnregisterDistributedHardware() argument
114 PrepareRemoteInput( const std::string &deviceId, sptr<IPrepareDInputCallback> callback) PrepareRemoteInput() argument
120 UnprepareRemoteInput( const std::string &deviceId, sptr<IUnprepareDInputCallback> callback) UnprepareRemoteInput() argument
126 StartRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<IStartDInputCallback> callback) StartRemoteInput() argument
132 StopRemoteInput( const std::string &deviceId, const uint32_t &inputTypes, sptr<IStopDInputCallback> callback) StopRemoteInput() argument
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp126 int32_t ScreenSinkTrans::RegisterStateCallback(const std::shared_ptr<IScreenSinkTransCallback> &callback) in RegisterStateCallback() argument
301 std::shared_ptr<IScreenSinkTransCallback> callback = transCallback_.lock(); in OnSessionClosed() local
330 std::shared_ptr<IScreenSinkTransCallback> callback = transCallback_.lock(); in OnProcessorStateNotify() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_test.cpp1719 auto callback = []() -> void {}; in HWTEST_F() local
1763 auto callback = []() -> void {}; in HWTEST_F() local
1983 auto callback in HWTEST_F() local
[all...]

Completed in 17 milliseconds

1...<<51525354555657585960>>...142