Home
last modified time | relevance | path

Searched refs:REQUEST_ENABLE_NOTIFICATION (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.h66 REQUEST_ENABLE_NOTIFICATION, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/
H A Dans_manager_proxy_bundle.cpp152 …ErrCode result = InnerTransact(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION, option, dat… in RequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp1766 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION);
1790 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION);
1813 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION);
1834 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp1029 …ErrCode result = InnerTransact(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION, option, dat… in RequestEnableNotification()
H A Dans_manager_stub.cpp182 case static_cast<uint32_t>(NotificationInterfaceCode::REQUEST_ENABLE_NOTIFICATION): { in OnRemoteRequest()