Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/core/include/
Ddistributed_notification_service_ipc_interface_code.h117 ON_BADGE_CHANGED, enumerator
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_subscriber_proxy.cpp323 … ErrCode result = InnerTransact(NotificationInterfaceCode::ON_BADGE_CHANGED, option, data, reply); in OnBadgeChanged()
Dans_subscriber_stub.cpp47 interfaces_.emplace(NotificationInterfaceCode::ON_BADGE_CHANGED, in AnsSubscriberStub()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
Dans_subscriber_stub_unit_test.cpp101 …_t code = static_cast<uint32_t>(static_cast<int>(NotificationInterfaceCode::ON_BADGE_CHANGED) + 1);