Home
last modified time | relevance | path

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

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