/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | dinput_sa_manager.cpp | 336 void DInputSAManager::AddSessionStateCbToCache(sptr<ISessionStateCallback> callback) in AddSessionStateCbToCache() argument
|
H A D | distributed_input_source_proxy.cpp | 64 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string ¶meters, 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 D | distributed_input_sink_stub.cpp | 174 sptr<IGetSinkScreenInfosCallback> callback = in RegisterGetSinkScreenInfosInner() local
|
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/ |
H A D | dscreen_source_handler.cpp | 146 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam ¶m, 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 D | cloud_sync_manager_impl_test.cpp | 90 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 D | watcher_impl.cpp | 147 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 D | n_async_work_callback.cpp | 111 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 D | av_trans_control_center.cpp | 204 RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> &callback) RegisterCtlCenterCallback() argument
|
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/ |
H A D | distributed_input_sinkmanager_test.cpp | 166 sptr<TestGetSinkScreenInfosCb> callback = nullptr; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_input/sourcehandler/src/ |
H A D | distributed_input_source_handler.cpp | 96 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam ¶m, 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 D | mock_distributed_input_client.cpp | 101 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string ¶meters, 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 D | dscreen_source_service.cpp | 99 int32_t DScreenSourceService::InitSource(const std::string ¶ms, const sptr<IDScreenSourceCallback> &callback) in InitSource() argument
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/ |
H A D | dscreen_source_stub_test.cpp | 103 sptr<DScreenSourceCallback> callback; in HWTEST_F() local 42 InitSource(const std::string ¶ms, 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 D | dscreen_output_plugin.cpp | 146 Status DscreenOutputPlugin::SetDataCallback(AVDataCallback callback) in SetDataCallback() argument
|
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/ipcunittest/ |
H A D | distributed_input_ipc_test.cpp | 326 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 D | av_sender_engine_adapter.cpp | 197 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 D | screen_callback_test.cpp | 55 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 D | ext_backup_mock.cpp | 105 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 D | ext_backup_js_mock.cpp | 39 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 D | watcher_n_exporter.cpp | 165 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 D | dscreen_input_plugin.cpp | 157 Status DscreenInputPlugin::SetDataCallback(AVDataCallback callback) in SetDataCallback() argument
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/include/ |
H A D | distributed_hardware_stub_test.h | 92 int32_t RegisterCtlCenterCallback(int32_t engineId, const sptr<IAVTransControlCenterCallback> callback) in RegisterCtlCenterCallback() argument
|
/foundation/distributedhardware/distributed_input/sourcehandler/test/unittest/mock/ |
H A D | mock_distributed_input_client.cpp | 102 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const std::string ¶meters, 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 D | screen_sink_trans.cpp | 126 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 D | svc_session_manager_test.cpp | 1719 auto callback = []() -> void {}; in HWTEST_F() local 1763 auto callback = []() -> void {}; in HWTEST_F() local 1983 auto callback in HWTEST_F() local [all...] |