Searched defs:val (Results 1 – 11 of 11) sorted by relevance
/ide/tools/previewer/util/ |
D | JsonReader.cpp | 38 Json::Value val; in ParseJsonData() local 57 string JsonReader::GetString(const Json::Value& val, const string& key, const string& defaultVal) in GetString() 66 bool JsonReader::GetBool(const Json::Value& val, const string& key, const bool defaultVal) in GetBool() 75 int32_t JsonReader::GetInt(const Json::Value& val, const string& key, const int32_t defaultVal) in GetInt() 84 uint32_t JsonReader::GetUInt(const Json::Value& val, const string& key, const uint32_t defaultVal) in GetUInt() 93 int64_t JsonReader::GetInt64(const Json::Value& val, const string& key, const int64_t defaultVal) in GetInt64() 102 double JsonReader::GetDouble(const Json::Value& val, const string& key, const double defaultVal) in GetDouble() 111 unique_ptr<Json::Value> JsonReader::GetObject(const Json::Value& val, const string& key) in GetObject() 120 int32_t JsonReader::GetArraySize(const Json::Value& val) in GetArraySize() 129 unique_ptr<Json::Value> JsonReader::GetArray(const Json::Value& val, const string& key) in GetArray()
|
D | TraceTool.cpp | 67 Json::Value val = GetBaseInfo(); in HandleTrace() local 87 Json::Value val; in GetBaseInfo() local
|
D | CommandParser.cpp | 841 string val = Value("staticCard"); in IsStaticCardValid() local
|
/ide/tools/previewer/mock/rich/ |
D | VirtualScreenImpl.cpp | 141 Json::Value val; in PageCallBack() local 150 Json::Value val; in LoadContentCallBack() local 158 Json::Value val; in FastPreviewCallBack() local
|
D | MouseInputImpl.cpp | 66 for (double val : axisValuesArr) { in DispatchOsTouchEvent() local
|
/ide/tools/previewer/mock/ |
D | SystemCapability.cpp | 58 Json::Value val; in ReadCapability() local
|
/ide/tools/previewer/cli/ |
D | CommandLineFactory.cpp | 78 Json::Value val, in CreateCommandLine()
|
D | CommandLineInterface.cpp | 256 Json::Value val = JsonReader::ParseJsonData(jsonStr); in ReadAndApplyConfig() local
|
D | CommandLine.cpp | 184 for (double val : params.axisVec) { in SetEventParams() local 328 float val = args["Power"].asFloat(); in IsSetArgValid() local
|
/ide/tools/previewer/jsapp/lite/ |
D | JsAppImpl.cpp | 247 Json::Value val; in StartJsApp() local
|
/ide/tools/previewer/jsapp/rich/external/ |
D | StageContext.cpp | 223 string val = JsonReader::GetString(*jsonObj, key); in GetModulePathMapFromLoaderJson() local
|