Home
last modified time | relevance | path

Searched refs:PrintSubscribeCommonEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp169 helper.PrintSubscribeCommonEvent();
170 helper.PrintSubscribeCommonEvent();
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_helper.h41 virtual void PrintSubscribeCommonEvent();
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_helper.cpp157 void PrintServiceHelper::PrintSubscribeCommonEvent() in PrintSubscribeCommonEvent() function in OHOS::Print::PrintServiceHelper
H A Dprint_service_ability.cpp166 helper_->PrintSubscribeCommonEvent(); in Init()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_service_ability_other_test.cpp111 EXPECT_CALL(*printServiceAbility.helper, PrintSubscribeCommonEvent()).WillOnce(Return()); in TEST_F()
123 EXPECT_CALL(*printServiceAbility.helper, PrintSubscribeCommonEvent()).WillOnce(Return()); in TEST_F()
136 EXPECT_CALL(*printServiceAbility.helper, PrintSubscribeCommonEvent()).WillOnce(Return()); in TEST_F()
151 EXPECT_CALL(*printServiceAbility.helper, PrintSubscribeCommonEvent()).WillOnce(Return()); in TEST_F()