Home
last modified time | relevance | path

Searched refs:OnStatus (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dfile_dfs_listener_proxy_test.cpp72 * @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 Di_file_dfs_listener.h29 virtual void OnStatus(const std::string &networkId, int32_t status) = 0;
H A Dfile_dfs_listener_proxy.h32 void OnStatus(const std::string &networkId, int32_t status) override;
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Dfile_dfs_listener_mock.h37 MOCK_METHOD2(OnStatus, void(const std::string &networkId, int32_t status));
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dfile_dfs_listener_proxy.cpp31 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 Dfile_dfs_listener_stub.cpp68 OnStatus(networkId, status); in HandleOnStatus()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dconnectdfs.h60 void OnStatus(const std::string &networkId, int32_t status) override;
H A Dconnectdfs.cpp296 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 Ddevice_manager_agent.cpp589 onstatusReverseProxy->OnStatus(networkId, status); in NotifyRemoteReverseObj()

Completed in 4 milliseconds