Home
last modified time | relevance | path

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

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp52 std::string PrintUtils::GetExtensionId(const std::string &globalId) in GetExtensionId() argument
66 std::string PrintUtils::GetLocalId(const std::string& globalId, const std::string& extensionId) in GetLocalId() argument
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dnapi_scan_utils.cpp340 std::string NapiScanUtils::GetExtensionId(const std::string &globalId) in GetExtensionId() argument
354 std::string NapiScanUtils::GetLocalId(const std::string& globalId, const std::string& extensionId) in GetLocalId() argument
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp2070 std::string globalId = VendorManager::GetGlobalPrinterId(vendorName, printerId); in HWTEST_F() local
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H A Dscanhelper_fuzzer.cpp602 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetExtensionIdInterface() local
608 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetGlobalIdInterface() local
615 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetLocalIdInterface() local
622 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestEncodeExtensionCidInterface() local

Completed in 15 milliseconds