Lines Matching refs:TestServerService
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)
43 TestServerService::~TestServerService()
53 void TestServerService::OnStart()
66 void TestServerService::OnStop()
72 bool TestServerService::IsRootVersion()
79 bool TestServerService::IsDeveloperMode()
86 void TestServerService::StartCallerDetectTimer()
93 ErrCode TestServerService::CreateSession(const SessionToken &sessionToken)
114 ErrCode TestServerService::SetPasteData(const std::string& text)
128 ErrCode TestServerService::PublishCommonEvent(const EventFwk::CommonEventData &event, bool &re)
139 void TestServerService::AddCaller()
144 void TestServerService::RemoveCaller()
149 int TestServerService::GetCallerCount()
154 void TestServerService::DestorySession()
165 bool TestServerService::RemoveTestServer()
177 void TestServerService::TestServerProxyDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object)
188 void TestServerService::CallerDetectTimer::Start()
201 void TestServerService::CallerDetectTimer::Cancel()