Searched refs:IsSyncMode (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/ai/ai_engine/services/server/server_executor/source/ |
H A D | engine.cpp | 45 static bool IsSyncMode(const std::shared_ptr<Plugin> &plugin) in IsSyncMode() function 79 if (IsSyncMode(plugin_)) { in Initialize()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service_helper.h | 33 MOCK_METHOD0(IsSyncMode, bool());
|
H A D | mock_scan_service_helper.h | 33 MOCK_METHOD0(IsSyncMode, bool());
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_service_ability_other_test.cpp | 697 EXPECT_CALL(printService, helper_->IsSyncMode()).WillOnce(Return(true)); 709 EXPECT_CALL(printService, helper_->IsSyncMode()).WillOnce(Return(false)); 721 EXPECT_CALL(printService, helper_->IsSyncMode()).WillOnce(Return(false)); 734 EXPECT_CALL(printService, helper_->IsSyncMode()).WillOnce(Return(false)); 747 EXPECT_CALL(printService, helper_->IsSyncMode()).WillOnce(Return(false)); 762 EXPECT_CALL(printService, helper_->IsSyncMode()).WillOnce(Return(false)); 1810 EXPECT_CALL(printService, helper->IsSyncMode()).WillOnce(Return(true)); in TEST_F() 1825 EXPECT_CALL(printService, helper->IsSyncMode()).WillOnce(Return(false)); in TEST_F() 1841 EXPECT_CALL(printService, helper->IsSyncMode()).WillOnce(Return(false)); in TEST_F() 1858 EXPECT_CALL(printService, helper->IsSyncMode()).WillOnce(Return(false)); in TEST_F() [all …]
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_service_helper.h | 39 virtual bool IsSyncMode();
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_helper_test.cpp | 145 EXPECT_EQ(helper.IsSyncMode(), false);
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_helper.cpp | 152 bool PrintServiceHelper::IsSyncMode() in IsSyncMode() function in OHOS::Print::PrintServiceHelper
|
H A D | print_service_ability.cpp | 351 if (helper_->IsSyncMode()) { in HandleExtensionConnectPrinter() 415 if (helper_->IsSyncMode()) { in DisconnectPrinter() 496 if (helper_->IsSyncMode()) { in StopDiscoverPrinter() 1330 if (helper_->IsSyncMode()) { in CancelPrintJob() 1453 if (helper_->IsSyncMode()) { in SendQueuePrintJob() 1958 if (helper_->IsSyncMode()) { in QueryPrinterCapability() 2190 if (helper_->IsSyncMode()) { in LoadExtSuccess() 3479 if (helper_->IsSyncMode()) { in StartPrintJobInternal()
|