Home
last modified time | relevance | path

Searched refs:ParseUserListJsonV1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h96 bool ParseUserListJsonV1(
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp769 return ParseUserListJsonV1(jsonObject, allPrintUserList); in GetAllPrintUser()
772 bool PrintSystemData::ParseUserListJsonV1(nlohmann::json &jsonObject, std::vector<int32_t> &allPrin… in ParseUserListJsonV1() function in OHOS::Print::PrintSystemData