Searched defs:_wantAgent (Results 1 - 6 of 6) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_timer_info.cpp | 41 void ReminderTimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) in SetWantAgent() argument
|
/base/time/time_service/services/time/src/ |
H A D | simple_timer_info.cpp | 39 void SimpleTimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) in SetWantAgent() argument
|
/base/time/time_service/test/unittest/service_test/include/ |
H A D | timer_info_test.h | 91 void TimerInfoTest::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) in SetWantAgent() argument
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/ |
H A D | thermal_timer.cpp | 61 void ThermalTimerInfo::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) in SetWantAgent() argument
|
/base/time/time_service/services/timer/src/ |
H A D | timer_info.cpp | 34 TimerInfo(uint64_t _id, int _type, std::chrono::milliseconds _when, std::chrono::steady_clock::time_point _whenElapsed, std::chrono::milliseconds _windowLength, std::chrono::steady_clock::time_point _maxWhen, std::chrono::milliseconds _interval, std::function<int32_t (const uint64_t)> _callback, std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent, uint32_t _flags, int _uid, int _pid, const std::string &_bundleName) TimerInfo() argument
|
/base/time/time_service/framework/js/napi/system_timer/src/ |
H A D | napi_system_timer.cpp | 97 void ITimerInfoInstance::SetWantAgent(std::shared_ptr<OHOS::AbilityRuntime::WantAgent::WantAgent> _wantAgent) in SetWantAgent() argument
|
Completed in 4 milliseconds