Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/include/
H A Dprint_bms_helper.h39 std::string QueryCallerBundleName();
/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.cpp308 std::string callerPkg = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in CallSpooler()
754 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in QueryPrinterCapabilityByUri()
1459 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in AddPrinters()
1477 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in RemovePrinters()
1508 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinters()
1577 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinterState()
1824 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdateExtensionInfo()
2819 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in AddPrinterToDiscovery()
2838 std::string extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in UpdatePrinterInDiscovery()
2863 extensionId = DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(); in RemovePrinterFromDiscovery()
[all...]
/base/print/print_fwk/test/unittest/fwk_print_helper_test/
H A Dprint_bms_helper_test.cpp96 * @tc.desc: QueryCallerBundleName fail
105 EXPECT_EQ(DelayedSingleton<PrintBMSHelper>::GetInstance()->QueryCallerBundleName(), testName); in HWTEST_F()
110 * @tc.desc: QueryCallerBundleName fail

Completed in 7 milliseconds