Home
last modified time | relevance | path

Searched defs:printPreferenceJson (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp993 nlohmann::json printPreferenceJson = object[printerId]; in InitPreferenceMap() local
1013 nlohmann::json printPreferenceJson = nlohmann::json::parse(printPreference.second); in WritePreferenceToFile() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1422 nlohmann::json printPreferenceJson; variable