Home
last modified time | relevance | path

Searched refs:QueryCallerBundleName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_bms_helper.h39 std::string QueryCallerBundleName();
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp58 std::string PrintBMSHelper::QueryCallerBundleName() in QueryCallerBundleName() function in OHOS::Print::PrintBMSHelper
H A Dprint_service_ability.cpp313 … std::string callerPkg = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in CallSpooler()
749 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in QueryPrinterCapabilityByUri()
1490 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in AddPrinters()
1508 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in RemovePrinters()
1539 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinters()
1608 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinterState()
1866 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdateExtensionInfo()
2882 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in AddPrinterToDiscovery()
2901 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinterInDiscovery()
2926 extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in RemovePrinterFromDiscovery()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_helper_test/
H A Dprint_bms_helper_test.cpp105 EXPECT_EQ(DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(), testName);