Home
last modified time | relevance | path

Searched refs:CallerDetectTimer (Results 1 – 2 of 2) sorted by relevance

/test/testfwk/arkxtest/testserver/src/service/
Dtest_server_service.h73 class CallerDetectTimer {
75 explicit CallerDetectTimer(const sptr<TestServerService> &testServerService) in CallerDetectTimer() function
86 CallerDetectTimer* callerDetectTimer_;
Dtest_server_service.cpp90 callerDetectTimer_ = new CallerDetectTimer(this); in StartCallerDetectTimer()
189 void TestServerService::CallerDetectTimer::Start() in Start()
202 void TestServerService::CallerDetectTimer::Cancel() in Cancel()