Home
last modified time | relevance | path

Searched defs:val (Results 1 – 11 of 11) sorted by relevance

/ide/tools/previewer/util/
DJsonReader.cpp38 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()
DTraceTool.cpp67 Json::Value val = GetBaseInfo(); in HandleTrace() local
87 Json::Value val; in GetBaseInfo() local
DCommandParser.cpp841 string val = Value("staticCard"); in IsStaticCardValid() local
/ide/tools/previewer/mock/rich/
DVirtualScreenImpl.cpp141 Json::Value val; in PageCallBack() local
150 Json::Value val; in LoadContentCallBack() local
158 Json::Value val; in FastPreviewCallBack() local
DMouseInputImpl.cpp66 for (double val : axisValuesArr) { in DispatchOsTouchEvent() local
/ide/tools/previewer/mock/
DSystemCapability.cpp58 Json::Value val; in ReadCapability() local
/ide/tools/previewer/cli/
DCommandLineFactory.cpp78 Json::Value val, in CreateCommandLine()
DCommandLineInterface.cpp256 Json::Value val = JsonReader::ParseJsonData(jsonStr); in ReadAndApplyConfig() local
DCommandLine.cpp184 for (double val : params.axisVec) { in SetEventParams() local
328 float val = args["Power"].asFloat(); in IsSetArgValid() local
/ide/tools/previewer/jsapp/lite/
DJsAppImpl.cpp247 Json::Value val; in StartJsApp() local
/ide/tools/previewer/jsapp/rich/external/
DStageContext.cpp223 string val = JsonReader::GetString(*jsonObj, key); in GetModulePathMapFromLoaderJson() local