Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/utils/setting/src/
H A Dsetting_provider.cpp135 ErrCode ret = GetStringValueGlobal(key, value); in IsValidKeyGlobal()
336 GetStringValueGlobal(SETTING_POWER_WAKEUP_DOUBLE_KEY, value); in DataMigrationCopy()
338 GetStringValueGlobal(SETTING_POWER_WAKEUP_PICKUP_KEY, value); in DataMigrationCopy()
340 GetStringValueGlobal(SETTING_POWER_WAKEUP_SOURCES_KEY, value); in DataMigrationCopy()
344 ErrCode SettingProvider::GetStringValueGlobal(const std::string& key, std::string& value) in GetStringValueGlobal() function in OHOS::PowerMgr::SettingProvider
/ohos5.0/base/powermgr/power_manager/utils/setting/include/
H A Dsetting_provider.h84 ErrCode GetStringValueGlobal(const std::string& key, std::string& value);