Home
last modified time | relevance | path

Searched refs:IsDeveloperMode (Results 1 – 3 of 3) sorted by relevance

/test/testfwk/arkxtest/testserver/src/service/
Dtest_server_service.cpp57 if (!IsRootVersion() && !IsDeveloperMode()) { in OnStart()
70 IsDeveloperMode(); in OnStop()
80 bool TestServerService::IsDeveloperMode() in IsDeveloperMode() function in OHOS::testserver::TestServerService
Dtest_server_service.h52 virtual bool IsDeveloperMode();
/test/testfwk/arkxtest/testserver/test/unittest/
Dtest_server_service_test.cpp50 MOCK_METHOD0(IsDeveloperMode, bool());
114 EXPECT_CALL(*testServerServiceMock_, IsDeveloperMode()).WillOnce(testing::Return(true));
123 EXPECT_CALL(*testServerServiceMock_, IsDeveloperMode()).WillOnce(testing::Return(false));