Searched refs:QueryExtension (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service_helper.h | 30 MOCK_METHOD3(QueryExtension, bool(sptr<AppExecFwk::IBundleMgr>, int,
|
H A D | mock_scan_service_helper.h | 30 MOCK_METHOD3(QueryExtension, bool(sptr<AppExecFwk::IBundleMgr>, int,
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_service_helper.h | 36 virtual bool QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId,
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_bms_helper.cpp | 53 helper_->QueryExtension(sptrBundleMgr_, userId, extensionInfos); in QueryExtensionInfos()
|
H A D | print_service_helper.cpp | 131 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 D | print_service_helper_test.cpp | 118 EXPECT_EQ(helper.QueryExtension(mgr, userId, extensionInfos), false);
|