Searched refs:TestServerService (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/arkxtest/testserver/src/service/ |
H A D | test_server_service.cpp | 28 REGISTER_SYSTEM_ABILITY_BY_ID(TestServerService, TEST_SERVER_SA_ID, false); // SA run on demand 32 static constexpr OHOS::HiviewDFX::HiLogLabel LABEL_SERVICE = {LOG_CORE, 0xD003110, "TestServerService"}; 36 TestServerService::TestServerService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCreate) in TestServerService() function in OHOS::testserver::TestServerService 43 TestServerService::~TestServerService() in ~TestServerService() 53 void TestServerService::OnStart() in OnStart() 66 void TestServerService::OnStop() in OnStop() 72 bool TestServerService::IsRootVersion() in IsRootVersion() 79 bool TestServerService [all...] |
H A D | test_server_service.h | 31 class TestServerService : public SystemAbility, public TestServerInterfaceStub { class 32 DECLARE_SYSTEM_ABILITY(TestServerService); 35 TestServerService(int32_t saId, bool runOnCreate); 36 ~TestServerService(); 62 explicit TestServerProxyDeathRecipient(const sptr<TestServerService> &testServerService) in TestServerProxyDeathRecipient() 68 sptr<TestServerService> testServerService_; 73 explicit CallerDetectTimer(const sptr<TestServerService> &testServerService) in CallerDetectTimer() 80 sptr<TestServerService> testServerService_;
|
/test/testfwk/arkxtest/testserver/test/unittest/ |
H A D | test_server_service_test.cpp | 35 class TestServerServiceMock : public TestServerService { 37 TestServerServiceMock(int32_t saId, bool runOnCreate) : TestServerService(saId, runOnCreate) {} in TestServerServiceMock() 41 TestServerService::OnStart(); in OnStart() 46 TestServerService::OnStop(); in OnStop() 54 TestServerService::DestorySession(); in DestorySession() 59 return TestServerService::RemoveTestServer(); in RemoveTestServer() 64 TestServerService::AddCaller(); in CreateSessionMock() 70 return TestServerService::GetCallerCount(); in GetCallerCount()
|
/test/testfwk/arkxtest/testserver/test/fuzztest/setpastedata_fuzzer/ |
H A D | setpastedata_fuzzer.cpp | 32 auto testServerService = std::make_shared<OHOS::testserver::TestServerService>(saId, runOnCreate); in DoFuzzTestServerSetPasteData()
|
Completed in 2 milliseconds