Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/native/include/
H A Dpower_utils.h30 static const std::string JsonToSimpleStr(const std::string& json);
/ohos5.0/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp185 const std::string PowerUtils::JsonToSimpleStr(const std::string& json) in JsonToSimpleStr() function in OHOS::PowerMgr::PowerUtils
/ohos5.0/base/powermgr/power_manager/services/native/src/setting/
H A Dsetting_helper.cpp114 key.c_str(), PowerUtils::JsonToSimpleStr(jsonConfig).c_str(), ret); in SetSettingJsonStringValue()