Home
last modified time | relevance | path

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

/base/print/print_fwk/services/include/
Dprint_bms_helper.h39 std::string QueryCallerBundleName();
/base/print/print_fwk/services/src/
Dprint_bms_helper.cpp54 std::string PrintBMSHelper::QueryCallerBundleName() in QueryCallerBundleName() function in OHOS::Print::PrintBMSHelper
Dprint_service_ability.cpp247 … std::string callerPkg = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in StartPrint()
296 … std::string callerPkg = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in StartPrint()
785 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in AddPrinters()
822 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in RemovePrinters()
855 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinters()
891 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinterState()
1081 …std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdateExtensionInfo()
/base/print/print_fwk/test/unittest/service_test/
Dprint_bms_helper_test.cpp201 EXPECT_EQ(DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(), testName);
223 EXPECT_EQ(DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(), "");