Home
last modified time | relevance | path

Searched refs:putTempCache_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp92 putTempCache_.clear(); in UnInit()
585 putTempCache_[key] = value; in AddToPutTempCache()
595 if (!putTempCache_.empty()) { in SavePutTempCache()
596 for (const auto& [key, value] : putTempCache_) { in SavePutTempCache()
606 putTempCache_.clear(); in SavePutTempCache()
627 putTempCache_.clear(); in SavePutTempCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h102 std::map<std::string, std::string> putTempCache_; variable