Searched defs:needRetrigger (Results 1 – 7 of 7) sorted by relevance
| /base/time/time_service/services/ipc/proxy/ |
| D | time_service_proxy.cpp | 349 bool TimeServiceProxy::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 379 … TimeServiceProxy::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|
| /base/time/time_service/services/ipc/stub/ |
| D | time_service_stub.cpp | 396 auto needRetrigger = data.ReadBool(); in OnTimerProxy() local 425 auto needRetrigger = data.ReadBool(); in OnPidTimerProxy() local
|
| /base/time/time_service/interfaces/inner_api/src/ |
| D | time_service_client.cpp | 741 bool TimeServiceClient::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 754 …TimeServiceClient::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|
| /base/time/time_service/test/unittest/service_test/src/ |
| D | time_proxy_test.cpp | 331 bool needRetrigger = true; variable 541 bool needRetrigger = true; variable
|
| /base/time/time_service/services/timer/src/ |
| D | timer_proxy.cpp | 123 bool TimerProxy::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger, in ProxyTimer() 162 bool TimerProxy::PidProxyTimer(int32_t uid, int pid, bool isProxy, bool needRetrigger, in PidProxyTimer()
|
| D | timer_manager.cpp | 1007 bool TimerManager::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 1047 bool TimerManager::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|
| /base/time/time_service/services/ |
| D | time_system_ability.cpp | 842 bool TimeSystemAbility::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 868 …TimeSystemAbility::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|