Home
last modified time | relevance | path

Searched defs:attrJson (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp390 json attrJson; variable
407 json attrJson; variable
420 json attrJson; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp94 json attrJson; in OnConnect() local
158 json attrJson; in Query() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp287 json attrJson; variable
313 json attrJson; variable
329 json attrJson; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp208 json attrJson = json::parse(param, nullptr, false); in HandleEnable() local
264 int32_t DScreen::CheckJsonData(json &attrJson) in CheckJsonData()
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp210 json attrJson; in BuildPrintAttributesParam() local
238 …tils::ParseAttributesObjectParamForJson(const PrintAttributes &attrParam, nlohmann::json &attrJson) in ParseAttributesObjectParamForJson()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp283 cJSON *attrJson = cJSON_CreateObject(); variable
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp167 json attrJson = json::parse(param, nullptr, false); in ParseInputScreenParam() local
623 bool DScreen::CheckJsonData(const json &attrJson) in CheckJsonData()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp235 cJSON *attrJson = cJSON_Parse(attrs.c_str()); in QueryDhSysSpec() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_utils_test.cpp366 nlohmann::json attrJson; variable