Lines Matching refs:TestServerService
29 REGISTER_SYSTEM_ABILITY_BY_ID(TestServerService, TEST_SERVER_SA_ID, false); // SA run on demand
37 …TestServerService::TestServerService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCr… in TestServerService() function in OHOS::testserver::TestServerService
44 TestServerService::~TestServerService() in ~TestServerService()
54 void TestServerService::OnStart() in OnStart()
67 void TestServerService::OnStop() in OnStop()
73 bool TestServerService::IsRootVersion() in IsRootVersion()
80 bool TestServerService::IsDeveloperMode() in IsDeveloperMode()
87 void TestServerService::StartCallerDetectTimer() in StartCallerDetectTimer()
94 ErrCode TestServerService::CreateSession(const SessionToken &sessionToken) in CreateSession()
115 ErrCode TestServerService::SetPasteData(const std::string& text) in SetPasteData()
129 ErrCode TestServerService::PublishCommonEvent(const EventFwk::CommonEventData &event, bool &re) in PublishCommonEvent()
140 void TestServerService::AddCaller() in AddCaller()
145 void TestServerService::RemoveCaller() in RemoveCaller()
150 int TestServerService::GetCallerCount() in GetCallerCount()
155 void TestServerService::DestorySession() in DestorySession()
166 bool TestServerService::RemoveTestServer() in RemoveTestServer()
178 …void TestServerService::TestServerProxyDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &obj… in OnRemoteDied()
189 void TestServerService::CallerDetectTimer::Start() in Start()
202 void TestServerService::CallerDetectTimer::Cancel() in Cancel()
208 ErrCode TestServerService::FrequencyLock() in FrequencyLock()