Lines Matching refs:Value
755 void JsAppImpl::ParseSystemParams(OHOS::Ace::Platform::AceRunArgs& args, const Json2::Value& paramObj)
784 void JsAppImpl::SetSystemParams(OHOS::Ace::Platform::SystemParams& params, const Json2::Value& paramObj)
801 const Json2::Value& previewContext)
994 Json2::Value son = JsonReader::CreateObject();
999 Json2::Value val = JsonReader::CreateObject();
1029 SetJsAppPath(parser.Value("j"));
1031 SetPipeName(parser.Value("s"));
1034 SetUrlPath(parser.Value("url"));
1037 SetPipePort(parser.Value("lws"));
1040 SetArgsColorMode(parser.Value("cm"));
1043 SetArgsAceVersion(parser.Value("av"));
1046 SetScreenDensity(parser.Value("sd"));
1049 SetConfigChanges(parser.Value("cc"));
1059 SetDebugServerPort(static_cast<uint16_t>(atoi(parser.Value("p").c_str())));
1064 JsAppImpl::GetInstance().SetComponentTestModeConfig(parser.Value("componentTest"));