Home
last modified time | relevance | path

Searched defs:valueStr (Results 1 – 10 of 10) sorted by relevance

/base/account/os_account/services/accountmgr/src/
Daccount_data_storage.cpp225 std::string valueStr; in GetAccountInfoById() local
265 …rCode AccountDataStorage::PutValueToKvStore(const std::string &keyStr, const std::string &valueStr) in PutValueToKvStore()
292 ErrCode AccountDataStorage::GetValueFromKvStore(const std::string &keyStr, std::string &valueStr) in GetValueFromKvStore()
323 std::string valueStr; in IsKeyExists() local
/base/powermgr/power_manager/utils/setting/src/
Dsetting_provider.cpp70 std::string valueStr; in GetLongValue() local
81 std::string valueStr; in GetBoolValue() local
102 std::string valueStr = value ? "true" : "false"; in PutBoolValue() local
/base/hiviewdfx/hidumper/test/unittest/common/
Dmemory_dumper_test.cpp130 const std::string valueStr = "MemTotal: 2010244 kB"; variable
/base/startup/syspara_lite/interfaces/kits/js/src/
Dnative_parameters_js.cpp155 std::string valueStr = valueBuf; in SetSync() local
193 std::string valueStr = ""; in GetSync() local
/base/startup/init/interfaces/kits/jskits/src/
Dnative_parameters_js.cpp151 std::string valueStr = valueBuf; in SetSync() local
189 std::string valueStr = ""; in GetSync() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_util.cpp153 string valueStr = str.substr(typePos + 1); in GetTypeAndValue() local
/base/telephony/sms_mms/test/gtest/
Dzero_branch_test.cpp212 std::string valueStr = ""; variable
Dsms_mms_gtest.cpp2284 std::string valueStr = "valueStr"; variable
2315 std::string valueStr = "123"; variable
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_preferences_database.cpp791 std::string valueStr = std::to_string(t); in PutBundlePropertyToDisturbeDB() local
913 std::string valueStr = entry.second; in ParseBundlePropertyFromDisturbeDB() local
926 std::string valueStr = entry.second; in ParseSlot() local
/base/security/device_auth/common_lib/impl/src/
Djson_utils.c199 const char *valueStr = GetStringFromJson(jsonObj, key); in GetByteFromJson() local