Home
last modified time | relevance | path

Searched refs:SavePutTempCache (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h68 int32_t SavePutTempCache(std::map<std::string, std::string>& entries);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_service_new.cpp730 if (DeviceProfileManager::GetInstance().SavePutTempCache(entries) == DP_SUCCESS) { in SaveDynamicProfilesFromTempCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp590 int32_t DeviceProfileManager::SavePutTempCache(std::map<std::string, std::string>& entries) in SavePutTempCache() function in OHOS::DistributedDeviceProfile::DeviceProfileManager