Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/scan_service/include/
H A Dscan_system_data.h52 bool CheckJsonObjectValue(const nlohmann::json& object);
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp35 bool ScanSystemData::CheckJsonObjectValue(const nlohmann::json& object) in CheckJsonObjectValue() function in OHOS::Scan::ScanSystemData
56 if (!CheckJsonObjectValue(object)) { in ParseScannerListJsonV1()