Home
last modified time | relevance | path

Searched refs:PUBLISH_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.h26 PUBLISH_NOTIFICATION = FIRST_CALL_TRANSACTION, enumerator
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp54 …ansManagerStub.OnRemoteRequest((int) Notification::NotificationInterfaceCode::PUBLISH_NOTIFICATION, in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp61 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::PUBLISH_NOTIFICATION);
99 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::PUBLISH_NOTIFICATION);
127 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::PUBLISH_NOTIFICATION);
148 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::PUBLISH_NOTIFICATION);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp67 …ErrCode result = InnerTransact(NotificationInterfaceCode::PUBLISH_NOTIFICATION, option, data, repl… in Publish()
H A Dans_manager_stub.cpp46 case static_cast<uint32_t>(NotificationInterfaceCode::PUBLISH_NOTIFICATION): { in OnRemoteRequest()