Home
last modified time | relevance | path

Searched refs:HandleApplicationEvent (Results 1 – 2 of 2) sorted by relevance

/base/customization/enterprise_device_management/services/edm/include/
Denterprise_device_mgr_ability.h85 ErrCode HandleApplicationEvent(const std::vector<uint32_t> &events, bool subscribe);
/base/customization/enterprise_device_management/services/edm/src/
Denterprise_device_mgr_ability.cpp995 ErrCode EnterpriseDeviceMgrAbility::HandleApplicationEvent(const std::vector<uint32_t> &events, boo… in HandleApplicationEvent() function in OHOS::EDM::EnterpriseDeviceMgrAbility
1016 RETURN_IF_FAILED(HandleApplicationEvent(events, true)); in SubscribeManagedEvent()
1029 return HandleApplicationEvent(events, false); in UnsubscribeManagedEvent()