Searched defs:globalId (Results 1 – 4 of 4) sorted by relevance
53 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()
343 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()
720 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetExtensionIdInterface() local726 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetGlobalIdInterface() local733 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetLocalIdInterface() local740 std::string globalId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestEncodeExtensionCidInterface() local
2075 std::string globalId = VendorManager::GetGlobalPrinterId(vendorName, printerId); variable