Searched refs:OnStatus (Results 1 - 9 of 9) sorted by relevance
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/ |
H A D | file_dfs_listener_proxy_test.cpp | 72 * @tc.desc: The execution of the OnStatus failed. 80 proxy_->OnStatus("test", 0); in HWTEST_F() 84 proxy_->OnStatus("test", 0); in HWTEST_F() 89 proxy_->OnStatus("test", 0); in HWTEST_F() 95 * @tc.desc: The execution of the OnStatus remote failed. 106 testProxy->OnStatus("test", 0); in HWTEST_F() 112 * @tc.desc: The execution of the OnStatus SendRequest failed. 123 proxy_->OnStatus("test", 0); in HWTEST_F() 129 * @tc.desc: The execution of the OnStatus succeeded. 140 proxy_->OnStatus("tes in HWTEST_F() [all...] |
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/ |
H A D | i_file_dfs_listener.h | 29 virtual void OnStatus(const std::string &networkId, int32_t status) = 0;
|
H A D | file_dfs_listener_proxy.h | 32 void OnStatus(const std::string &networkId, int32_t status) override;
|
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/ |
H A D | file_dfs_listener_mock.h | 37 MOCK_METHOD2(OnStatus, void(const std::string &networkId, int32_t status));
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | file_dfs_listener_proxy.cpp | 31 void FileDfsListenerProxy::OnStatus(const std::string &networkId, int32_t status) in OnStatus() function in OHOS::Storage::DistributedFile::FileDfsListenerProxy
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/dfs_listener/ |
H A D | file_dfs_listener_stub.cpp | 68 OnStatus(networkId, status); in HandleOnStatus()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | connectdfs.h | 60 void OnStatus(const std::string &networkId, int32_t status) override;
|
H A D | connectdfs.cpp | 296 void NAPIDfsListener::OnStatus(const std::string &networkId, int32_t status) in OnStatus() function in OHOS::FileManagement::ModuleFileIO::NAPIDfsListener 298 HILOGI("NAPIDfsListener::OnStatus called"); in OnStatus() 303 HILOGE("NAPIDfsListener::OnStatus, loop == nullptr"); in OnStatus() 314 HILOGE("NAPIDfsListener::OnStatus, connectDfsCb == nullptr"); in OnStatus() 337 HILOGI("NAPIDfsListener::OnStatus end"); in OnStatus()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_manager_agent.cpp | 589 onstatusReverseProxy->OnStatus(networkId, status); in NotifyRemoteReverseObj()
|
Completed in 5 milliseconds