Searched refs:SubscribeSystemEvent (Results 1 – 11 of 11) sorted by relevance
148 bool SystemEventObserver::SubscribeSystemEvent() in SubscribeSystemEvent() function in OHOS::Security::Hks::SystemEventObserver178 return SubscribeSystemEvent() && SubscribeBackUpEvent(); in SubscribeEvent()
46 static bool SubscribeSystemEvent();
41 bool SubscribeSystemEvent(const EventCallBack eventCallBack);
37 static bool SubscribeSystemEvent();
67 bool SystemEventObserver::SubscribeSystemEvent() in SubscribeSystemEvent() function in OHOS::Security::CertManager::SystemEventObserver
92 if (SystemEventObserver::SubscribeSystemEvent()) { in SubscribEvent()
94 ASSERT_EQ(true, SubscribeSystemEvent(call_back));
93 ASSERT_EQ(true, SubscribeSystemEvent(call_back));
42 if (SubscribeSystemEvent(eventCallBack)) { in OnAddSystemAbility()
163 bool SubscribeSystemEvent(const EventCallBack eventCallBack) in SubscribeSystemEvent() function
411 fn SubscribeSystemEvent(eventCallBack: EventCallBack) -> bool; in SubscribeSystemEvent() function426 if SubscribeSystemEvent(call_back.clone()) { in subscribe()