Searched refs:PUBLISH_NOTIFICATION (Results 1 – 5 of 5) sorted by relevance
26 PUBLISH_NOTIFICATION = FIRST_CALL_TRANSACTION, enumerator
54 …ansManagerStub.OnRemoteRequest((int) Notification::NotificationInterfaceCode::PUBLISH_NOTIFICATION, in DoSomethingInterestingWithMyAPI()
61 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);
67 …ErrCode result = InnerTransact(NotificationInterfaceCode::PUBLISH_NOTIFICATION, option, data, repl… in Publish()
46 case static_cast<uint32_t>(NotificationInterfaceCode::PUBLISH_NOTIFICATION): { in OnRemoteRequest()