Home
last modified time | relevance | path

Searched refs:DELETE_NOTIFICATION (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Ddistributed_notification_service_ipc_interface_code.h60 DELETE_NOTIFICATION, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp1526 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::DELETE_NOTIFICATION);
1550 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::DELETE_NOTIFICATION);
1572 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::DELETE_NOTIFICATION);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp923 …ErrCode result = InnerTransact(NotificationInterfaceCode::DELETE_NOTIFICATION, option, data, reply… in Delete()
H A Dans_manager_stub.cpp162 case static_cast<uint32_t>(NotificationInterfaceCode::DELETE_NOTIFICATION): { in OnRemoteRequest()