Searched refs:QueryExtension (Results 1 – 7 of 7) sorted by relevance
/base/print/print_fwk/test/unittest/service_test/mock/ |
D | mock_print_service_helper.h | 31 MOCK_METHOD3(QueryExtension, bool(sptr<AppExecFwk::IBundleMgr>, int,
|
/base/print/print_fwk/services/include/ |
D | print_service_helper.h | 34 virtual bool QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId,
|
/base/print/print_fwk/services/src/ |
D | print_bms_helper.cpp | 49 helper_->QueryExtension(sptrBundleMgr_, userId, extensionInfos); in QueryExtensionInfos()
|
D | print_service_helper.cpp | 118 bool PrintServiceHelper::QueryExtension(sptr<AppExecFwk::IBundleMgr> mgr, int userId, in QueryExtension() function in OHOS::Print::PrintServiceHelper
|
/base/print/print_fwk/test/unittest/service_test/ |
D | print_service_helper_test.cpp | 141 helper.QueryExtension(mgr, userId, extensionInfos);
|
D | print_bms_helper_test.cpp | 184 EXPECT_CALL(*helper, QueryExtension(_, _, _)).WillRepeatedly(Return(true));
|
D | print_service_ability_test.cpp | 221 ON_CALL(*helper, QueryExtension).WillByDefault( in CreatePrintServiceHelper()
|