Searched defs:needRetrigger (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/time/time_service/services/ipc/proxy/ |
H A D | time_service_proxy.cpp | 241 bool TimeServiceProxy::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 271 … TimeServiceProxy::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|
/ohos5.0/base/time/time_service/services/ipc/stub/ |
H A D | time_service_stub.cpp | 300 auto needRetrigger = data.ReadBool(); in OnTimerProxy() local 329 auto needRetrigger = data.ReadBool(); in OnPidTimerProxy() local
|
/ohos5.0/base/time/time_service/interfaces/inner_api/src/ |
H A D | time_service_client.cpp | 694 bool TimeServiceClient::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 707 …TimeServiceClient::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|
/ohos5.0/base/time/time_service/test/unittest/service_test/src/ |
H A D | time_proxy_test.cpp | 332 bool needRetrigger = true; variable 542 bool needRetrigger = true; variable
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_proxy.cpp | 131 bool TimerProxy::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger, in ProxyTimer() 170 bool TimerProxy::PidProxyTimer(int32_t uid, int pid, bool isProxy, bool needRetrigger, in PidProxyTimer()
|
H A D | timer_manager.cpp | 1004 bool TimerManager::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 1044 bool TimerManager::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|
/ohos5.0/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 750 bool TimeSystemAbility::ProxyTimer(int32_t uid, bool isProxy, bool needRetrigger) in ProxyTimer() 776 …TimeSystemAbility::ProxyTimer(int32_t uid, std::set<int> pidList, bool isProxy, bool needRetrigger) in ProxyTimer()
|