Home
last modified time | relevance | path

Searched refs:extrasJson (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp466 Json::Value extrasJson; in HWTEST_F() local
467 extrasJson["key1"] = "value1"; in HWTEST_F()
468 extrasJson["key2"] = "value2"; in HWTEST_F()
469 root["parameters"] = extrasJson; in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp593 Json::Value extrasJson = value["parameters"]; in ParseParametersFromJsonStr() local
596 Json::Value::Members keyList = extrasJson.getMemberNames(); in ParseParametersFromJsonStr()
602 if (typeId != INVALID_VALUE && extrasJson[key].isString()) { in ParseParametersFromJsonStr()
604 extrasJson[key].asString()); in ParseParametersFromJsonStr()
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp471 Json::Value extrasJson; in GetExtrasJsonStr() local
482 extrasJson[it.first] = value; in GetExtrasJsonStr()
488 extrasStr = Json::writeString(builder, extrasJson); in GetExtrasJsonStr()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp1051 if (auto extrasJson = jsonData.find("extras"); extrasJson) {
1066 if (!ParseObject(loadResult, *extrasJson, "clearCoat", parseClearCoat)) {

Completed in 6 milliseconds