Home
last modified time | relevance | path

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

/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) override;
/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) = 0;
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;
/base/time/time_service/interfaces/inner_api/include/
H A Dtime_service_interface.h138 * @param isExemption exemption or ctrl.
141 virtual int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) = 0;
H A Dtime_service_client.h411 * @param isExemption exemption or ctrl.
414 TIME_API int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption);
/base/time/time_service/services/ipc/stub/
H A Dtime_service_stub.cpp359 bool isExemption; in OnSetTimerExemption() local
374 if (!data.ReadBool(isExemption)) { in OnSetTimerExemption()
377 SetTimerExemption(nameArr, isExemption); in OnSetTimerExemption()
/base/time/time_service/services/
H A Dtime_system_ability.h71 int32_t SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) override;
H A Dtime_system_ability.cpp847 int32_t TimeSystemAbility::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
853 timerManager->SetTimerExemption(nameArr, isExemption); in SetTimerExemption()
/base/time/time_service/services/ipc/proxy/
H A Dtime_service_proxy.cpp333 int32_t TimeServiceProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
361 if (!data.WriteBool(isExemption)) { in SetTimerExemption()
/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp723 int32_t TimeServiceClient::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
733 return proxy->SetTimerExemption(nameArr, isExemption); in SetTimerExemption()
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp519 bool isExemption = true; in HWTEST_F() local
522 isExemption = false; in HWTEST_F()
525 EXPECT_TRUE(isExemption); in HWTEST_F()
/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp252 bool TimerProxy::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
256 if (!isExemption) { in SetTimerExemption()
H A Dtimer_manager.cpp1006 void TimerManager::SetTimerExemption(const std::unordered_set<std::string> &nameArr, bool isExemption) in SetTimerExemption() argument
1009 TimerProxy::GetInstance().SetTimerExemption(nameArr, isExemption); in SetTimerExemption()

Completed in 13 milliseconds