Home
last modified time | relevance | path

Searched refs:GET_ALL_NOTIFICATION_ENABLE_STATUS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Ddistributed_notification_service_ipc_interface_code.h138 GET_ALL_NOTIFICATION_ENABLE_STATUS, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp764 …ErrCode result = InnerTransact(NotificationInterfaceCode::GET_ALL_NOTIFICATION_ENABLE_STATUS, opti… in GetAllNotificationEnabledBundles()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp2040 …ErrCode result = InnerTransact(NotificationInterfaceCode::GET_ALL_NOTIFICATION_ENABLE_STATUS, opti… in GetAllNotificationEnabledBundles()
H A Dans_manager_stub.cpp382 case static_cast<uint32_t>(NotificationInterfaceCode::GET_ALL_NOTIFICATION_ENABLE_STATUS): { in OnRemoteRequest()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp5180 …nt32_t code = static_cast<uint32_t>(NotificationInterfaceCode::GET_ALL_NOTIFICATION_ENABLE_STATUS);