Home
last modified time | relevance | path

Searched refs:isExemption (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp374 bool isExemption; in OnSetTimerExemption() local
389 if (!data.ReadBool(isExemption)) { in OnSetTimerExemption()
392 SetTimerExemption(nameArr, isExemption); in OnSetTimerExemption()
/ohos5.0/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_interface.h141 …al int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) = 0;
H A Dtime_service_client.h414 …ME_API int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption);
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h70 …virtual void SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) =…
H A Dtimer_proxy.h47 bool SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption);
H A Dtimer_manager.h60 … void SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) override;
/ohos5.0/base/time/time_service/services/ipc/proxy/inner_api_include/
H A Dtime_service_proxy.h44 …int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) overri…
/ohos5.0/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp337 …meServiceProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
365 if (!data.WriteBool(isExemption)) { in SetTimerExemption()
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.h71 …int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) overri…
H A Dtime_system_ability.cpp789 …eSystemAbility::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
795 timerManager->SetTimerExemption(nameArr, isExemption); in SetTimerExemption()
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp732 …eServiceClient::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
742 return proxy->SetTimerExemption(nameArr, isExemption); in SetTimerExemption()
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp520 bool isExemption = true; variable
523 isExemption = false;
526 EXPECT_TRUE(isExemption);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp260 bool TimerProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
264 if (!isExemption) { in SetTimerExemption()
H A Dtimer_manager.cpp1076 …d TimerManager::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
1079 TimerProxy::GetInstance().SetTimerExemption(nameArr, isExemption); in SetTimerExemption()