/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
D | notification_conversational_message_test.cpp | 45 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 …]
|
D | notification_conversational_content_test.cpp | 148 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/ |
D | plugin_example.h | 25 PluginExampleEvent(const std::string& sender, PipelineEventProducer* handler) in PluginExampleEvent() argument 26 : PipelineEvent(sender, handler){}; in PluginExampleEvent()
|
/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
D | event_logger_action_test.h | 28 int JudgmentsFileSize(int minQuantity, const std::string sender); 29 int StartCreate(const std::string sender, const std::string name, const std::string action,
|
D | event_logger_action_test.cpp | 111 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/ |
D | notificationconversationalmessage_fuzzer.cpp | 24 Notification::MessageUser sender; in DoSomethingInterestingWithMyAPI() local 26 stringData, timestamp, sender); in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/ |
D | event_logger_catcher_test.h | 28 int JudgmentsFileSize(int minQuantity, const std::string sender); 29 int StartCreate(const std::string sender, const std::string name, const std::string action,
|
D | event_logger_catcher_test.cpp | 120 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/ |
D | event_processor_example3.h | 24 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/ |
D | notificationconversationalmessageannex_fuzzer.cpp | 28 Notification::MessageUser sender; in DoSomethingInterestingWithMyAPI() local 30 stringData, timestamp, sender); in DoSomethingInterestingWithMyAPI()
|
/base/hiviewdfx/hiview/include/ |
D | plugin_extra_info.h | 39 CapacityPublishEvent(const std::string &sender, const PluginCapacityInfo &pluginCapacityInfo) in CapacityPublishEvent() argument 40 : Event(sender), pluginCapacity_(pluginCapacityInfo) {}; in CapacityPublishEvent()
|
/base/hiviewdfx/hiview/base/ |
D | sys_event.cpp | 77 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()
|
D | audit_log_parser.cpp | 184 info.sender = eventElements[LOG_ELEMENT_NORMAL_EVENT_SENDER_POS]; in ParseNormalEnqueueEvent()
|
/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/ |
D | event_source_example.h | 23 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/ |
D | bundle_event_source_example.h | 24 BundleEventSourceExampleEvent(const std::string& sender, PipelineEventProducer* handler): in BundleEventSourceExampleEvent() argument 25 PipelineEvent(sender, handler), in BundleEventSourceExampleEvent()
|
/base/hiviewdfx/hiview/base/include/ |
D | audit_log_parser.h | 28 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()
|
D | event.h | 34 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()
|
D | sys_event.h | 56 …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);
|
D | pipeline.h | 31 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/ |
D | notification_conversational_message.h | 37 const std::string &text, int64_t timestamp, const MessageUser &sender);
|
D | notification_conversational_content.h | 90 const std::string &text, int64_t timestamp, const MessageUser &sender);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | notification_conversational_message.cpp | 28 const std::string &text, int64_t timestamp, const MessageUser &sender) in NotificationConversationalMessage() argument 29 : arrivedTime_(timestamp), text_(text), sender_(sender) in NotificationConversationalMessage()
|
D | notification_conversational_content.cpp | 53 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/ |
D | ability_manager_helper_test.cpp | 202 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
|
D | common_event_subscribe_unit_test.cpp | 261 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
|