Home
last modified time | relevance | path

Searched defs:jsonArrObject (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp581 nlohmann::json jsonArrObject = nlohmann::json::parse(arrObject); in TestBuildPrinterAttrComponentByJson() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1359 nlohmann::json jsonArrObject = nlohmann::json::object(); variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp875 …intServiceAbility::BuildPrinterAttrComponentByJson(std::string &key, nlohmann::json &jsonArrObject, in BuildPrinterAttrComponentByJson()