Home
last modified time | relevance | path

Searched refs:NotifyRemoteReverseObj (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp117 ConnectCount::GetInstance()->NotifyRemoteReverseObj(info.GetCid(), ON_STATUS_OFFLINE); in DisconnectDeviceByP2PHmdfs()
125 ConnectCount::GetInstance()->NotifyRemoteReverseObj(cid, ON_STATUS_OFFLINE); in CloseSessionForOneDevice()
174 ConnectCount::GetInstance()->NotifyRemoteReverseObj(cid, ON_STATUS_OFFLINE); in GetSession()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/connect_count/
H A Dconnect_count.h54 void NotifyRemoteReverseObj(const std::string &networkId, int32_t status);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/connect_count/
H A Dconnect_count.cpp122 void ConnectCount::NotifyRemoteReverseObj(const std::string &networkId, int32_t status) in NotifyRemoteReverseObj() function in OHOS::Storage::DistributedFile::ConnectCount
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h86 void NotifyRemoteReverseObj(const std::string &networkId, int32_t status);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp576 void DeviceManagerAgent::NotifyRemoteReverseObj(const std::string &networkId, int32_t status) in NotifyRemoteReverseObj() function in OHOS::Storage::DistributedFile::DeviceManagerAgent