Searched defs:key (Results 1 – 9 of 9) sorted by relevance
| /ide/tools/previewer/util/ |
| D | JsonReader.cpp | 43 Value Value::operator[](const char* key) in operator []() 59 Value Value::operator[](const std::string& key) in operator []() 210 int32_t Value::GetInt(const char* key, int32_t defaultVal) const in GetInt() argument 215 uint32_t Value::GetUInt(const char* key, int32_t defaultVal) const in GetUInt() argument 220 int64_t Value::GetInt64(const char* key, int32_t defaultVal) const in GetInt64() argument 225 float Value::GetFloat(const char* key, float defaultVal) const in GetFloat() argument 230 double Value::GetDouble(const char* key, double defaultVal) const in GetDouble() argument 239 bool Value::GetBool(const char* key, bool defaultVal) const in GetBool() argument 248 std::string Value::GetString(const char* key, const std::string defaultVal) const in GetString() argument 307 bool Value::Add(const char* key, const char* value) in Add() [all …]
|
| D | CommandParser.cpp | 144 bool CommandParser::IsSet(string key) in IsSet() 152 string CommandParser::Value(string key) in Value() 161 vector<string> CommandParser::Values(string key) in Values() 170 void CommandParser::Register(string key, uint32_t argc, string help) in Register()
|
| /ide/tools/previewer/test/fuzztest/commandparse_fuzzer/ |
| D | CommandParse.cpp | 60 std::string key = iter->first; in CreateAndExecuteCommand() local
|
| /ide/tools/previewer/test/unittest/util/ |
| D | JsonReaderTest.cpp | 203 const char* key = "name"; in TEST() local 217 const char* key = "name"; in TEST() local 231 std::string key = "name"; in TEST() local 245 std::string key = "name"; in TEST() local 352 std::string key = "school"; in TEST() local 438 const char* key = nullptr; in TEST() local 471 const char* key = nullptr; in TEST() local 489 const char* key = nullptr; in TEST() local
|
| D | CommandParserTest.cpp | 909 std::string key = "-abcd"; in TEST_F() local
|
| /ide/tools/previewer/cli/ |
| D | CommandLineInterface.cpp | 215 string key = *iter; in ApplyConfigMembers() local 227 void CommandLineInterface::ApplyConfigCommands(const string& key, in ApplyConfigCommands()
|
| /ide/tools/previewer/jsapp/rich/external/ |
| D | StageContext.cpp | 91 for (const auto& key : jsonObj.GetMemberNames()) { in GetModulePathMapFromLoaderJson() local 101 for (const auto& key : jsonObjOhm.GetMemberNames()) { in GetModulePathMapFromLoaderJson() local 435 for (const auto& key : rootJson.GetMemberNames()) { in ParseMockJsonFile() local
|
| /ide/tools/previewer/automock/mock-generate/src/generate/ |
| D | generateCommonUtil.ts | 84 …const data = paramsTypeStart[key] === '[PC Preview] unknown type' ? `'${paramsTypeStart[key]}'` : … constant
|
| /ide/tools/previewer/jsapp/rich/ |
| D | JsAppImpl.cpp | 982 void JsAppImpl::UpdateAvoidArea2Ide(const std::string& key, const OHOS::Rosen::Rect& value) in UpdateAvoidArea2Ide()
|