Home
last modified time | relevance | path

Searched refs:newValue (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dstring_utils.cpp67 void StringUtils::ReplaceAll(string &str, const string &oldValue, const string &newValue) in ReplaceAll() argument
69 str = ReplaceStr(str, oldValue, newValue); in ReplaceAll()
/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dstring_utils.h34 void ReplaceAll(std::string &str, const std::string &oldValue, const std::string &newValue);
/base/update/updater/test/unittest/utils/json/
H A Dutils_json_test.cpp223 const char *strVal = "newValue"; in HWTEST_F()
255 const char *strVal = "newValue"; in HWTEST_F()
267 constexpr int newValue = 2; in HWTEST_F() local
268 node["key1"]["key2"] = newValue; in HWTEST_F()
270 EXPECT_EQ(node["key1"]["key2"], newValue); in HWTEST_F()
281 node["key"] = "newValue"; in HWTEST_F()
/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp306 const char *strVal = "newValue"; in TestJsonNodeOperation()
338 const char *strVal = "newValue"; in TestJsonNodeValueStrChange()
350 constexpr int newValue = 2; in TestJsonNodeValueArrayChange() local
351 node["key1"]["key2"] = newValue; in TestJsonNodeValueArrayChange()
363 node["key"] = "newValue"; in TestJsonNodeValueChange()
/base/security/access_token/services/privacymanager/src/record/
H A Dpermission_record_manager.cpp394 GenericValues newValue; in AddOrUpdateUsedTypeIfNeeded() local
395 newValue.Put(PrivacyFiledConst::FIELD_USED_TYPE, static_cast<int32_t>(dbType)); in AddOrUpdateUsedTypeIfNeeded()
397 newValue, results[0]) == PermissionUsedRecordDb::ExecuteResult::SUCCESS); in AddOrUpdateUsedTypeIfNeeded()

Completed in 6 milliseconds