Home
last modified time | relevance | path

Searched refs:sender (Results 1 – 25 of 28) sorted by relevance

12

/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_conversational_message_test.cpp45 MessageUser sender; variable
46 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender);
62 MessageUser sender; variable
66 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender);
82 MessageUser sender; variable
83 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender);
101 MessageUser sender; variable
103 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender);
118 MessageUser sender; variable
120 auto rrc = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender);
[all …]
Dnotification_conversational_content_test.cpp148 MessageUser sender; variable
150 std::make_shared<NotificationConversationalMessage>("messageptr", 0, sender);
167 MessageUser sender; variable
207 MessageUser sender; variable
209 … auto messagePtr = std::make_shared<NotificationConversationalMessage>("test", timestamp, sender);
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_example.h25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler) in PluginExampleEvent() argument
26 : PipelineEvent(sender, handler){}; in PluginExampleEvent()
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Devent_logger_action_test.h28 int JudgmentsFileSize(int minQuantity, const std::string sender);
29 int StartCreate(const std::string sender, const std::string name, const std::string action,
Devent_logger_action_test.cpp111 int EventloggerActionTest::JudgmentsFileSize(int minQuantity, const std::string sender) in JudgmentsFileSize() argument
121 printf("%s, file size %d\n", sender.c_str(), size); in JudgmentsFileSize()
123 printf("error %s, less than size %d\n", sender.c_str(), minQuantity); in JudgmentsFileSize()
130 int EventloggerActionTest::StartCreate(const std::string sender, const std::string name, const std:… in StartCreate() argument
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessage_fuzzer/
Dnotificationconversationalmessage_fuzzer.cpp24 Notification::MessageUser sender; in DoSomethingInterestingWithMyAPI() local
26 stringData, timestamp, sender); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.h28 int JudgmentsFileSize(int minQuantity, const std::string sender);
29 int StartCreate(const std::string sender, const std::string name, const std::string action,
Devent_logger_catcher_test.cpp120 int EventloggerCatcherTest::JudgmentsFileSize(int minQuantity, const std::string sender) in JudgmentsFileSize() argument
130 printf("%s, file size %d\n", sender.c_str(), size); in JudgmentsFileSize()
132 printf("error %s, less than size %d\n", sender.c_str(), minQuantity); in JudgmentsFileSize()
139 int EventloggerCatcherTest::StartCreate(const std::string sender, const std::string name, const std… in StartCreate() argument
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example3/
Devent_processor_example3.h24 EventProcessorExample3Event(const std::string& sender, PipelineEventProducer* handler) in EventProcessorExample3Event() argument
25 : EventSourceExampleEvent(sender, handler), exampleAddon_("EventProcessorExample3AddOn"){}; in EventProcessorExample3Event()
/base/notification/distributed_notification_service/test/fuzztest/notificationconversationalmessageannex_fuzzer/
Dnotificationconversationalmessageannex_fuzzer.cpp28 Notification::MessageUser sender; in DoSomethingInterestingWithMyAPI() local
30 stringData, timestamp, sender); in DoSomethingInterestingWithMyAPI()
/base/hiviewdfx/hiview/include/
Dplugin_extra_info.h39 CapacityPublishEvent(const std::string &sender, const PluginCapacityInfo &pluginCapacityInfo) in CapacityPublishEvent() argument
40 : Event(sender), pluginCapacity_(pluginCapacityInfo) {}; in CapacityPublishEvent()
/base/hiviewdfx/hiview/base/
Dsys_event.cpp77 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, in SysEvent() argument
79 : PipelineEvent(sender, handler), eventType_(0), preserve_(true), seq_(0), pid_(0), in SysEvent()
93 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysE… in SysEvent() argument
94 : SysEvent(sender, handler, sysEventCreator.GetRawData()) in SysEvent()
97 SysEvent::SysEvent(const std::string& sender, PipelineEventProducer* handler, const std::string& js… in SysEvent() argument
98 : SysEvent(sender, handler, TansJsonStrToRawData(jsonStr)) in SysEvent()
Daudit_log_parser.cpp184 info.sender = eventElements[LOG_ELEMENT_NORMAL_EVENT_SENDER_POS]; in ParseNormalEnqueueEvent()
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
Devent_source_example.h23 EventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler) in EventSourceExampleEvent() argument
24 : PipelineEvent(sender, handler), data_(nullptr), addon_(""){}; in EventSourceExampleEvent()
/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
Dbundle_event_source_example.h24 BundleEventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler): in BundleEventSourceExampleEvent() argument
25 PipelineEvent(sender, handler), in BundleEventSourceExampleEvent()
/base/hiviewdfx/hiview/base/include/
Daudit_log_parser.h28 std::string sender = ""; member
41 …return "SerialId:" + std::to_string(eventSerialId) + " Sender:" + sender + " Processor:" + process… in ToString()
80 …: eventSerialId(info.eventSerialId), createTime(info.inTime), creator(info.sender), digest(info.di… in PipelineEventInfo()
Devent.h34 explicit Event(const std::string &sender) in Event() argument
44 sender_(sender), in Event()
60 explicit Event(const std::string &sender, const std::string &name) in Event() argument
70 sender_(sender), in Event()
Dsys_event.h56 …SysEvent(const std::string& sender, PipelineEventProducer* handler, std::shared_ptr<EventRaw::RawD…
57 …SysEvent(const std::string& sender, PipelineEventProducer* handler, SysEventCreator& sysEventCreat…
58 SysEvent(const std::string& sender, PipelineEventProducer* handler, const std::string& jsonStr);
Dpipeline.h31 PipelineEvent(const std::string& sender, PipelineEventProducer* handler) in PipelineEvent() argument
32 : Event(sender), handler_(handler), startDeliver_(false), pipelineName_("") in PipelineEvent()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_conversational_message.h37 const std::string &text, int64_t timestamp, const MessageUser &sender);
Dnotification_conversational_content.h90 const std::string &text, int64_t timestamp, const MessageUser &sender);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_conversational_message.cpp28 const std::string &text, int64_t timestamp, const MessageUser &sender) in NotificationConversationalMessage() argument
29 : arrivedTime_(timestamp), text_(text), sender_(sender) in NotificationConversationalMessage()
Dnotification_conversational_content.cpp53 const std::string &text, int64_t timestamp, const MessageUser &sender) in AddConversationalMessage() argument
55 auto message = std::make_shared<NotificationConversationalMessage>(text, timestamp, sender); in AddConversationalMessage()
/base/notification/common_event_service/services/test/unittest/
Dability_manager_helper_test.cpp202 void CancelWantSender(const sptr<IWantSender> &sender) override in CancelWantSender() argument
230 …void RegisterCancelListener(const sptr<IWantSender> &sender, const sptr<IWantReceiver> &receiver) … in RegisterCancelListener() argument
233 …void UnregisterCancelListener(const sptr<IWantSender> &sender, const sptr<IWantReceiver> &receiver… in UnregisterCancelListener() argument
Dcommon_event_subscribe_unit_test.cpp261 void CancelWantSender(const sptr<IWantSender> &sender) override in CancelWantSender() argument
289 …void RegisterCancelListener(const sptr<IWantSender> &sender, const sptr<IWantReceiver> &receiver) … in RegisterCancelListener() argument
292 …void UnregisterCancelListener(const sptr<IWantSender> &sender, const sptr<IWantReceiver> &receiver… in UnregisterCancelListener() argument

12