Home
last modified time | relevance | path

Searched defs:globalId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp53 std::string PrintUtils::GetExtensionId(const std::string &globalId) in GetExtensionId()
67 std::string PrintUtils::GetLocalId(const std::string& globalId, const std::string& extensionId) in GetLocalId()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp343 std::string NapiScanUtils::GetExtensionId(const std::string &globalId) in GetExtensionId()
357 std::string NapiScanUtils::GetLocalId(const std::string& globalId, const std::string& extensionId) in GetLocalId()
/ohos5.0/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp720 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetExtensionIdInterface() local
726 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetGlobalIdInterface() local
733 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetLocalIdInterface() local
740 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestEncodeExtensionCidInterface() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp2075 std::string globalId = VendorManager::GetGlobalPrinterId(vendorName, printerId); variable