Home
last modified time | relevance | path

Searched refs:InitDeviceInfos (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
H A Dos_account_observer.cpp41 dm->Recv(make_unique<DfsuCmd<DeviceManagerAgent>>(&DeviceManagerAgent::InitDeviceInfos)); in OsAccountObserver()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h73 void InitDeviceInfos();
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp1063 DeviceManagerAgent::GetInstance()->InitDeviceInfos();
1086 DeviceManagerAgent::GetInstance()->InitDeviceInfos();
1112 DeviceManagerAgent::GetInstance()->InitDeviceInfos();
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp738 void DeviceManagerAgent::InitDeviceInfos() in InitDeviceInfos() function in OHOS::Storage::DistributedFile::DeviceManagerAgent