Home
last modified time | relevance | path

Searched defs:timerName (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
Dmock_scan_state_machine.cpp46 void MockScanStateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
52 void MockScanStateMachine::StopTimer(int timerName) in StopTimer()
/foundation/distributedhardware/device_manager/test/unittest/
DUTTest_dm_timer.cpp43 static void TimeOut(std::string timerName) {} in TimeOut()
/foundation/distributedhardware/device_manager/services/implementation/src/dependency/timer/
Ddm_timer.cpp73 int32_t DmTimer::DeleteTimer(std::string timerName) in DeleteTimer()
/foundation/distributedhardware/device_manager/services/implementation/include/devicestate/
Ddm_device_state_manager.h40 std::string timerName; member
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/common/
Dstate_machine.cpp252 void StateMachine::StartTimer(int timerName, int64_t interval) in StartTimer()
259 void StateMachine::StopTimer(int timerName) in StopTimer()
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
Ddm_device_state_manager.cpp326 std::string timerName = std::string(STATE_TIMER_PREFIX) + GetAnonyString(deviceUdid); in RegisterOffLineTimer() local