Home
last modified time | relevance | path

Searched refs:QueryExtension (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service_helper.h30 MOCK_METHOD3(QueryExtension, bool(sptr<AppExecFwk::IBundleMgr>, int,
H A Dmock_scan_service_helper.h30 MOCK_METHOD3(QueryExtension, bool(sptr<AppExecFwk::IBundleMgr>, int,
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_helper.h36 virtual bool QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId,
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_bms_helper.cpp53 helper_->QueryExtension(sptrBundleMgr_, userId, extensionInfos); in QueryExtensionInfos()
H A Dprint_service_helper.cpp131 bool PrintServiceHelper::QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId, in QueryExtension() function in OHOS::Print::PrintServiceHelper
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp118 EXPECT_EQ(helper.QueryExtension(mgr, userId, extensionInfos), false);