/base/notification/common_event_service/test/systemtest/common/acts/actsCESSubscribeInfoTest/ |
H A D | actsCESSubscribeInfoTest.cpp | 81 std::string eventName = "setPriorityTest1"; in HWTEST_F() local 84 matchingSkills.AddEvent(eventName); in HWTEST_F() 94 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 110 std::string eventName = "priorityTest2"; in HWTEST_F() local 113 matchingSkills.AddEvent(eventName); in HWTEST_F() 123 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 139 std::string eventName = "priorityTest3"; in HWTEST_F() local 142 matchingSkills.AddEvent(eventName); in HWTEST_F() 152 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 168 std::string eventName in HWTEST_F() local 197 std::string eventName = "priorityTest5"; HWTEST_F() local 226 std::string eventName = "permissionTEST1"; HWTEST_F() local 256 std::string eventName = "permissionTEST2"; HWTEST_F() local 285 std::string eventName = "permissionTEST3"; HWTEST_F() local 314 std::string eventName = "permissionTEST4"; HWTEST_F() local 343 std::string eventName = "permissionTEST5"; HWTEST_F() local 373 std::string eventName = "threadModeTESTHANDLER"; HWTEST_F() local 402 std::string eventName = "threadModeTESTPOST"; HWTEST_F() local 432 std::string eventName = "threadModeTESTASYNC"; HWTEST_F() local 462 std::string eventName = "threadModeTESTBACKGROUND"; HWTEST_F() local 491 std::string eventName = "deviceIdTEST1"; HWTEST_F() local 520 std::string eventName = "deviceIdTEST2"; HWTEST_F() local 549 std::string eventName = "deviceIdTEST3"; HWTEST_F() local 578 std::string eventName = "deviceIdTEST4"; HWTEST_F() local 607 std::string eventName = "deviceIdTEST5"; HWTEST_F() local 636 std::string eventName = "getMatchingSkills"; HWTEST_F() local [all...] |
/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/ |
H A D | actsCESCESpublishInfoTest.cpp | 84 std::string eventName = "StickyFalseTest001"; in HWTEST_F() local 88 matchingSkills.AddEvent(eventName); in HWTEST_F() 99 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 117 std::string eventName = "StickyFalseTest001"; in HWTEST_F() local 121 matchingSkills.AddEvent(eventName); in HWTEST_F() 132 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 149 std::string eventName = "StickyFalseTest003"; in HWTEST_F() local 153 matchingSkills.AddEvent(eventName); in HWTEST_F() 164 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 181 std::string eventName in HWTEST_F() local 213 std::string eventName = "StickyFalseTest005"; HWTEST_F() local 243 std::string eventName = "StickyTrueTest006"; HWTEST_F() local 279 std::string eventName = "StickyTrueTest007"; HWTEST_F() local 315 std::string eventName = "StickyFalseTest008"; HWTEST_F() local 351 std::string eventName = "StickyFalseTest009"; HWTEST_F() local 387 std::string eventName = "StickyFalseTest010"; HWTEST_F() local 420 std::string eventName = "PermissionsTest001"; HWTEST_F() local 456 std::string eventName = "PermissionsTest002"; HWTEST_F() local 494 std::string eventName = "PermissionsTest003"; HWTEST_F() local 534 std::string eventName = "PermissionsTest004"; HWTEST_F() local 571 std::string eventName = "PermissionsTest005"; HWTEST_F() local 609 std::string eventName = "PermissionsTest006"; HWTEST_F() local 649 std::string eventName = "PermissionsTest007"; HWTEST_F() local 685 std::string eventName = "PermissionsTest008"; HWTEST_F() local 723 std::string eventName = "PermissionsTest009"; HWTEST_F() local 763 std::string eventName = "PermissionsTest010"; HWTEST_F() local 797 std::string eventName = "OrderedTest001"; HWTEST_F() local 829 std::string eventName = "OrderedTest002"; HWTEST_F() local 861 std::string eventName = "OrderedTest003"; HWTEST_F() local 891 std::string eventName = "OrderedTest004"; HWTEST_F() local 923 std::string eventName = "OrderedTest005"; HWTEST_F() local 955 std::string eventName = "OrderedTest006"; HWTEST_F() local 985 std::string eventName = "OrderedTest007"; HWTEST_F() local 1019 std::string eventName = "OrderedTest008"; HWTEST_F() local 1053 std::string eventName = "OrderedTest009"; HWTEST_F() local 1087 std::string eventName = "OrderedTest010"; HWTEST_F() local [all...] |
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_hisysevent_test.cpp | 74 eventInfo.eventName = TEST_EVENT_NAME; in HWTEST_F() 96 eventInfo.eventName = TEST_EVENT_NAME; in HWTEST_F() 116 eventInfo.eventName = TEST_EVENT_NAME; in HWTEST_F() 138 eventInfo.eventName = TEST_EVENT_NAME; in HWTEST_F() 164 eventInfo.eventName = std::accumulate(events.begin(), events.end(), eventInfo.eventName, in HWTEST_F() 165 [events](std::string eventName, const std::string &str) { in HWTEST_F() 166 return (str == events.front()) ? (eventName + str) : (eventName + "," + str); in HWTEST_F() 171 eventInfo.eventName in HWTEST_F() [all...] |
/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_listener.cpp | 53 std::string eventName = sysEvent->GetEventName();
in OnEvent() local 56 if (!StatsHiSysEvent::CheckHiSysEvent(eventName)) {
in OnEvent() 64 ProcessHiSysEvent(eventName, root);
in OnEvent() 70 void BatteryStatsListener::ProcessHiSysEvent(const std::string& eventName, const Json::Value& root)
in ProcessHiSysEvent() argument 76 if (eventName == StatsHiSysEvent::POWER_RUNNINGLOCK) {
in ProcessHiSysEvent() 78 } else if (eventName == StatsHiSysEvent::SCREEN_STATE || eventName == StatsHiSysEvent::BRIGHTNESS_NIT ||
in ProcessHiSysEvent() 79 eventName == StatsHiSysEvent::BACKLIGHT_DISCOUNT || eventName == StatsHiSysEvent::AMBIENT_LIGHT) {
in ProcessHiSysEvent() 80 ProcessDispalyEvent(data, root, eventName);
in ProcessHiSysEvent() 119 ProcessCameraEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessCameraEvent() argument 174 ProcessSensorEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessSensorEvent() argument 216 ProcessBluetoothBrEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessBluetoothBrEvent() argument 250 ProcessBluetoothBleEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessBluetoothBleEvent() argument 280 ProcessBluetoothEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessBluetoothEvent() argument 291 ProcessWifiEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessWifiEvent() argument 333 ProcessPhoneEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessPhoneEvent() argument 469 ProcessDispalyEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName) ProcessDispalyEvent() argument [all...] |
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/ |
H A D | common_event_services_system_test.cpp | 148 bool PublishCommonEventTest(const std::string &eventName); 192 std::string eventName = "TESTEVENT_SUBSCRIBER"; in HWTEST_F() local 194 matchingSkills.AddEvent(eventName); in HWTEST_F() 209 std::string eventName = "1"; in HWTEST_F() local 211 matchingSkills.AddEvent(eventName); in HWTEST_F() 226 std::string eventName = ""; in HWTEST_F() local 228 matchingSkills.AddEvent(eventName); in HWTEST_F() 243 std::string eventName = "............."; in HWTEST_F() local 245 matchingSkills.AddEvent(eventName); in HWTEST_F() 260 std::string eventName in HWTEST_F() local 277 std::string eventName = "TESTEVENT_SUBSCRIBER_SETPRIORITY"; HWTEST_F() local 295 std::string eventName = "TESTEVENT_UNSUBSCRIBE_SETPRIORITY"; HWTEST_F() local 313 std::string eventName = "TESTEVENT1"; HWTEST_F() local 339 std::string eventName = ""; HWTEST_F() local 365 std::string eventName = "TESTEVENT3"; HWTEST_F() local 451 std::string eventName = "TESTEVENT_UNSUBSCRIBE"; HWTEST_F() local 469 std::string eventName = "2"; HWTEST_F() local 487 std::string eventName = ""; HWTEST_F() local 505 std::string eventName = ".................."; HWTEST_F() local 523 std::string eventName = "HELLO\\0\\0\\0WORLD"; HWTEST_F() local 632 std::string eventName = "TESTEVENT4"; HWTEST_F() local 658 std::string eventName = ""; HWTEST_F() local 685 std::string eventName = "TESTEVENT_PUBLISH_ACTION"; HWTEST_F() local 721 std::string eventName = "TESTEVENT_PUBLISH_ENTITY"; HWTEST_F() local 760 std::string eventName = "TESTEVENT_PUBLISH_SCHEME"; HWTEST_F() local 798 std::string eventName = "TESTEVENT_PUBLISH_SCHEME_ENTITY"; HWTEST_F() local 838 std::string eventName = "TESTEVENT_PUBLISH_ACTION_INFO_FALSE"; HWTEST_F() local 877 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_TRUE"; HWTEST_F() local 906 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_FALSE"; HWTEST_F() local 947 std::string eventName = "TESTEVENT_PUBLISH_ACTION_INFO_TRUE"; HWTEST_F() local 973 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_TRUE"; HWTEST_F() local 1001 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_FALSE"; HWTEST_F() local 1041 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_SCHEME_INFO_TRUE"; HWTEST_F() local 1071 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_SCHEME_INFO_FALSE"; HWTEST_F() local 1114 std::string eventName = "TESTEVENT_STICHY_ACTION_INFO_FALSE"; HWTEST_F() local 1153 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_INFO_TRUE"; HWTEST_F() local 1182 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_INFO_FALSE"; HWTEST_F() local 1223 std::string eventName = "TESTEVENT_STICKY_ACTION_INFO_TRUE"; HWTEST_F() local 1249 std::string eventName = "TESTEVENT_STICKY_ACTION_SCHEME_INFO_TRUE"; HWTEST_F() local 1277 std::string eventName = "TESTEVENT_STICKY_ACTION_SCHEME_INFO_FALSE"; HWTEST_F() local 1317 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_SCHEME_INFO_TRUE"; HWTEST_F() local 1347 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_SCHEME_INFO_FALSE"; HWTEST_F() local 1389 std::string eventName = "TESTEVENT_GETSTICKY_"; HWTEST_F() local 1420 std::string eventName = "TESTEVENT_GETSTICKY_FALSE"; HWTEST_F() local 1450 std::string eventName = "TESTEVENT_RECEIVE_ACTIONReceiveEvent_0100"; HWTEST_F() local 1491 std::string eventName = "TESTEVENT_RECEIVE_ENTITYReceiveEvent_0200"; HWTEST_F() local 1534 std::string eventName = "TESTEVENT_RECEIVE_ACTION_INFO_FALSE"; HWTEST_F() local 1578 std::string eventName = "TESTEVENT_RECEIVE_ACTION_INFO_TRUEReceiveEvent_0400"; HWTEST_F() local 1623 std::string eventName = "TESTEVENT_RECEIVE_ENTITY_INFO_FALSE"; HWTEST_F() local 1670 std::string eventName = "testEventReceiveEntityInfoFalse"; HWTEST_F() local 1716 std::string eventName = "TESTADDTHEME"; HWTEST_F() local 1753 std::string eventName = "TESTEVENT_MATCHEVENTTEST"; HWTEST_F() local 1770 std::string eventName = "TESTMATCHEVENTTOPICAL"; HWTEST_F() local 1793 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; HWTEST_F() local 1843 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_REMOVED; HWTEST_F() local 1892 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; HWTEST_F() local 1940 std::string eventName = CommonEventSupport::COMMON_EVENT_ACCOUNT_DELETED; HWTEST_F() local 1985 std::string eventName = COMPARE_STR; HWTEST_F() local 2039 std::string eventName = COMPARE_STR_FALSE; HWTEST_F() local 2078 std::string eventName = "TESTEVENT_SUBSCRIBER_PERMISSION"; HWTEST_F() local 2099 std::string eventName = "TESTEVENT_SUBSCRIBER_PERMISSION_PRIORITY"; HWTEST_F() local 2121 std::string eventName = "TESTEVENT_SUBSCRIBER_PERMISSION_PRIORITY_D"; HWTEST_F() local 2144 std::string eventName = "TESTEVENT_UNSUBSCRIBER_PERMISSION"; HWTEST_F() local 2165 std::string eventName = "TESTEVENT_UNSUBSCRIBER_PERMISSION_PRIORITY"; HWTEST_F() local 2187 std::string eventName = "TESTEVENT_UNSUBSCRIBER_PERMISSION_PRIORITY_D"; HWTEST_F() local 2211 std::string eventName = "TESTEVENT_PUBLISH_ACTION_PERMISSION"; HWTEST_F() local 2254 std::string eventName = "TESTEVENT_PUBLISH_ACTION_PERMISSION_R"; HWTEST_F() local 2300 std::string eventName = "TESTEVENT_SUBSCRIBER_SETTHREADMODE"; HWTEST_F() local 2319 std::string eventName = "TESTEVENT_UNSUBSCRIBER_SETTHREADMODE"; HWTEST_F() local 2339 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SETTHREADMODE"; HWTEST_F() local 2376 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SETHANDLER_HANDLER_STCES"; HWTEST_F() local 2417 std::string eventName = "TESTEVENT_GETMATCHINGSKILLS"; HWTEST_F() local 2434 std::string eventName = "TESTEVENT_ADDENTITY_GETENTITY"; HWTEST_F() local 2451 std::string eventName = "TESTEVENT_ADDENTITY_HASENTITY"; HWTEST_F() local 2468 std::string eventName = "TESTEVENT_ADDENTITY_REMOVEENTITY"; HWTEST_F() local 2486 std::string eventName = "TESTEVENT_ADDENTITY_ENTITYCOUNT"; HWTEST_F() local 2503 std::string eventName = "TESTEVENT_SUBSCRIBER"; HWTEST_F() local 2528 std::string eventName = "TESTEVENT_SUBSCRIBER_PLUS"; HWTEST_F() local 2787 std::string eventName = "TESTEVENT_REMOVE_STICKY_COMMON_EVENT"; HWTEST_F() local [all...] |
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hisysevent_adapter_impl.cpp | 41 static int ForwardToHiSysEvent(const std::string& eventName, HiSysEventAdapter::EventType type, in ForwardToHiSysEvent() argument 61 return HiSysEventWrite(OHOS::HiviewDFX::HiSysEvent::Domain::WEBVIEW, eventName, EVENT_TYPES[type], args...); in ForwardToHiSysEvent() 66 int HiSysEventAdapterImpl::Write(const std::string& eventName, EventType type, in Write() argument 69 return ForwardToHiSysEvent(eventName, type, data); in Write() 72 int HiSysEventAdapterImpl::Write(const std::string& eventName, EventType type, in Write() argument 75 return ForwardToHiSysEvent(eventName, type, data); in Write() 78 int HiSysEventAdapterImpl::Write(const std::string& eventName, EventType type, in Write() argument 82 return ForwardToHiSysEvent(eventName, type, data); in Write() 85 int HiSysEventAdapterImpl::Write(const std::string& eventName, EventType type, in Write() argument 89 return ForwardToHiSysEvent(eventName, typ in Write() 92 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string>& data) Write() argument 100 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string>& data) Write() argument 111 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const int64_t, const std::string, const int, const std::string, const std::vector<uint16_t>, const std::string, const int>& data) Write() argument 129 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const int64_t, const std::string, const int64_t, const std::string, const int, const std::string, const int, const std::string, const int64_t, const std::string, const int>& data) Write() argument 149 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const int64_t, const std::string, const int64_t, const std::string, const uint32_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t, const std::string, const int64_t>& data) Write() argument 175 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string>& data) Write() argument 184 Write(const std::string& eventName, EventType type, const std::tuple<const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string, const std::string>& data) Write() argument [all...] |
/base/hiviewdfx/hiview/base/event_publish/ |
H A D | event_publish.cpp | 69 void GetExternalLogInfo(const std::string &eventName, ExternalLogInfo &externalLogInfo) in GetExternalLogInfo() argument 71 if (eventName == EVENT_MAIN_THREAD_JANK) { in GetExternalLogInfo() 75 } else if (eventName == EVENT_RESOURCE_OVERLIMIT) { in GetExternalLogInfo() 161 std::string GetDesFileName(Json::Value& params, const std::string& eventName, in GetDesFileName() argument 177 desFileName = eventName + "_" + timeStr + "_" + std::to_string(pid) in GetDesFileName() 183 void SendLogToSandBox(int32_t uid, const std::string& eventName, std::string& sandBoxLogPath, Json::Value& params, in SendLogToSandBox() argument 208 std::string desFileName = GetDesFileName(params, eventName, externalLogInfo); in SendLogToSandBox() 240 HIVIEW_LOGE("failed to save event, eventName=%{public}s", eventJson[NAME_PROPERTY].asString().c_str()); in WriteEventJson() 243 HIVIEW_LOGI("save event finish, eventName=%{public}s", eventJson[NAME_PROPERTY].asString().c_str()); in WriteEventJson() 246 void SaveEventAndLogToSandBox(int32_t uid, const std::string& eventName, cons argument 265 CheckAppListenedEvents(const std::string& path, const std::string& eventName) CheckAppListenedEvents() argument 292 StartOverLimitThread(int32_t uid, const std::string& eventName, const std::string& bundleName, Json::Value& eventJson) StartOverLimitThread() argument 305 SendOverLimitEventToSandBox(int32_t uid, const std::string& eventName, const std::string& bundleName, Json::Value eventJson) SendOverLimitEventToSandBox() argument 364 PushEvent(int32_t uid, const std::string& eventName, HiSysEvent::EventType eventType, const std::string& paramJson) PushEvent() argument [all...] |
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/ |
H A D | AppLaunchConverter.h | 33 point.eventName = data.eventName; in ConvertToInteractionResponse() 57 point.eventName = data.eventName; in ConvertToStartAbility() 69 point.eventName = data.eventName; in ConvertToAppStartupType() 84 point.eventName = data.eventName; in ConvertToProcessStart() 100 point.eventName = data.eventName; in ConvertToAppAttach() [all...] |
/base/notification/common_event_service/services/test/unittest/mock/ |
H A D | mock_common_event_permission_manager.cpp | 37 std::string eventName = "aa";
in GetEventPermission() local 38 per.names.emplace_back(eventName);
in GetEventPermission() 39 eventMap_.insert(std::make_pair(eventName, per));
in GetEventPermission() 40 return eventMap_.find(eventName)->second;
in GetEventPermission()
|
/base/notification/common_event_service/services/test/unittest/common_event_control_manager_branch_test/ |
H A D | mock_common_event_permission_manager.cpp | 28 std::string eventName = "aa";
in GetEventPermission() local 30 per.names.emplace_back(eventName);
in GetEventPermission() 33 eventMap_.emplace(eventName, per);
in GetEventPermission() 34 return eventMap_.find(eventName)->second;
in GetEventPermission()
|
/base/hiviewdfx/hisysevent/adapter/native/idl/include/ |
H A D | sys_event_rule.h | 31 SysEventRule(const std::string& domain, const std::string& eventName, in SysEventRule() argument 33 : domain(domain), eventName(eventName), tag(tag), ruleType(ruleType), eventType(eventType) {} in SysEventRule() 34 SysEventRule(const std::string& domain, const std::string& eventName, in SysEventRule() argument 36 : SysEventRule(domain, eventName, "", ruleType, eventType) {} in SysEventRule() 45 std::string eventName; member in OHOS::HiviewDFX::SysEventRule
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/ |
H A D | sys_event_rule.h | 27 SysEventRule(const std::string& domain, const std::string& eventName, in SysEventRule() argument 29 : domain(domain), eventName(eventName), tag(tag), ruleType(ruleType), eventType(eventType) {} in SysEventRule() 30 SysEventRule(const std::string& domain, const std::string& eventName, in SysEventRule() argument 32 : SysEventRule(domain, eventName, "", ruleType, eventType) {} in SysEventRule() 41 std::string eventName; member in OHOS::HiviewDFX::SysEventRule
|
/base/notification/common_event_service/test/benchmarktest/common_event_service_test/ |
H A D | common_event_manager_service_test.cpp | 70 std::string eventName = "SUBSCRIBEEVENT_BENCHMARK";
in BENCHMARK_F() local 72 matchingSkills.AddEvent(eventName);
in BENCHMARK_F() 94 std::string eventName = "1";
in BENCHMARK_F() local 96 matchingSkills.AddEvent(eventName);
in BENCHMARK_F() 118 std::string eventName = "";
in BENCHMARK_F() local 120 matchingSkills.AddEvent(eventName);
in BENCHMARK_F() 142 std::string eventName = "SUBSCRIBEEVENT_BENCHMARK";
in BENCHMARK_F() local 144 matchingSkills.AddEvent(eventName);
in BENCHMARK_F() 166 std::string eventName = "SUBSCRIBEEVENT_BENCHMARK";
in BENCHMARK_F() local 170 matchingSkills.AddEvent(eventName);
in BENCHMARK_F() 197 std::string eventName = "SUBSCRIBEEVENT_BENCHMARK"; BENCHMARK_F() local [all...] |
/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/ |
H A D | actsCESManagertest.cpp | 139 std::string eventName = "TESTEVENT_SUBSCRIBER"; in HWTEST_F() local 142 matchingSkills.AddEvent(eventName); in HWTEST_F() 152 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 169 std::string eventName = "1"; in HWTEST_F() local 172 matchingSkills.AddEvent(eventName); in HWTEST_F() 182 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 199 std::string eventName = ""; in HWTEST_F() local 202 matchingSkills.AddEvent(eventName); in HWTEST_F() 212 matchingSkills.RemoveEvent(eventName); in HWTEST_F() 229 std::string eventName in HWTEST_F() local 259 std::string eventName = "HELLO\\0\\0\\0WORLD"; HWTEST_F() local 289 std::string eventName = "TESTEVENT_SUBSCRIBER_SETPRIORITY"; HWTEST_F() local 320 std::string eventName = "TESTEVENT_UNSUBSCRIBE_SETPRIORITY"; HWTEST_F() local 592 std::string eventName = "TESTEVENT_UNSUBSCRIBE"; HWTEST_F() local 622 std::string eventName = "2"; HWTEST_F() local 652 std::string eventName = ""; HWTEST_F() local 682 std::string eventName = ".................."; HWTEST_F() local 712 std::string eventName = "HELLO\\0\\0\\0WORLD"; HWTEST_F() local 1011 std::string eventName = "TESTEVENT_PUBLISH_ACTION"; HWTEST_F() local 1047 std::string eventName = "TESTEVENT_PUBLISH_ENTITY"; HWTEST_F() local 1085 std::string eventName = "TESTEVENT_PUBLISH_SCHEME"; HWTEST_F() local 1122 std::string eventName = "TESTEVENT_PUBLISH_SCHEME_ENTITY"; HWTEST_F() local 1161 std::string eventName = "TESTEVENT_PUBLISH_ACTION_INFO_FALSE"; HWTEST_F() local 1200 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_TRUE"; HWTEST_F() local 1241 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_FALSE"; HWTEST_F() local 1282 std::string eventName = "TESTEVENT_PUBLISH_ACTION_INFO_TRUE"; HWTEST_F() local 1321 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_TRUE"; HWTEST_F() local 1361 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_FALSE"; HWTEST_F() local 1401 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_SCHEME_INFO_TRUE"; HWTEST_F() local 1443 std::string eventName = "TESTEVENT_PUBLISH_ACTION_ENTITY_SCHEME_INFO_FALSE"; HWTEST_F() local 1485 std::string eventName = "TESTEVENT_STICHY_ACTION_INFO_FALSE"; HWTEST_F() local 1524 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_INFO_TRUE"; HWTEST_F() local 1565 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_INFO_FALSE"; HWTEST_F() local 1606 std::string eventName = "TESTEVENT_STICKY_ACTION_INFO_TRUE"; HWTEST_F() local 1645 std::string eventName = "TESTEVENT_STICKY_ACTION_SCHEME_INFO_TRUE"; HWTEST_F() local 1685 std::string eventName = "TESTEVENT_STICKY_ACTION_SCHEME_INFO_FALSE"; HWTEST_F() local 1725 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_SCHEME_INFO_TRUE"; HWTEST_F() local 1767 std::string eventName = "TESTEVENT_STICKY_ACTION_ENTITY_SCHEME_INFO_FALSE"; HWTEST_F() local 1809 std::string eventName = "TESTEVENT_GETSTICKY_"; HWTEST_F() local 1856 std::string eventName = "TESTEVENT_GETSTICKY_FALSE"; HWTEST_F() local 1901 std::string eventName = "TESTEVENT_RECEIVE_ACTION"; HWTEST_F() local 1939 std::string eventName = "TESTEVENT_RECEIVE_ENTITY"; HWTEST_F() local 1981 std::string eventName = "TESTEVENT_RECEIVE_ACTION_INFO_FALSE"; HWTEST_F() local 2022 std::string eventName = "TESTEVENT_RECEIVE_ACTION_INFO_TRUE"; HWTEST_F() local 2065 std::string eventName = "TESTEVENT_RECEIVE_ENTITY_INFO_FALSE"; HWTEST_F() local 2110 std::string eventName = "testEventReceiveEntityInfoFalse"; HWTEST_F() local 2156 std::string eventName = "TESTADDTHEME"; HWTEST_F() local 2220 std::string eventName = "TESTEVENT_MATCHEVENTTEST"; HWTEST_F() local 2253 std::string eventName = "TESTMATCHEVENTTOPICAL"; HWTEST_F() local 2289 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; HWTEST_F() local 2337 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_REMOVED; HWTEST_F() local 2385 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; HWTEST_F() local 2432 std::string eventName = CommonEventSupport::COMMON_EVENT_ACCOUNT_DELETED; HWTEST_F() local 2474 std::string eventName = COMPARE_STR; HWTEST_F() local 2513 std::string eventName = COMPARE_STR_FALSE; HWTEST_F() local 2548 std::string eventName = "TESTEVENT_SUBSCRIBER_PERMISSION"; HWTEST_F() local 2580 std::string eventName = "TESTEVENT_SUBSCRIBER_PERMISSION_PRIORITY"; HWTEST_F() local 2614 std::string eventName = "TESTEVENT_SUBSCRIBER_PERMISSION_PRIORITY_D"; HWTEST_F() local 2649 std::string eventName = "TESTEVENT_UNSUBSCRIBER_PERMISSION"; HWTEST_F() local 2682 std::string eventName = "TESTEVENT_UNSUBSCRIBER_PERMISSION_PRIORITY"; HWTEST_F() local 2716 std::string eventName = "TESTEVENT_UNSUBSCRIBER_PERMISSION_PRIORITY_D"; HWTEST_F() local 2751 std::string eventName = "TESTEVENT_PUBLISH_ACTION_PERMISSION"; HWTEST_F() local 2792 std::string eventName = "TESTEVENT_PUBLISH_ACTION_PERMISSION_R"; HWTEST_F() local 2835 std::string eventName = "TESTEVENT_SUBSCRIBER_SETTHREADMODE"; HWTEST_F() local 2867 std::string eventName = "TESTEVENT_UNSUBSCRIBER_SETTHREADMODE"; HWTEST_F() local 2898 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SETTHREADMODE"; HWTEST_F() local 2934 std::string eventName = "TESTEVENT_PUBLISH_ACTION_SETHANDLER_HANDLER"; HWTEST_F() local 2976 std::string eventName = "TESTEVENT_GETMATCHINGSKILLS"; HWTEST_F() local 3008 std::string eventName = "TESTEVENT_ADDENTITY_GETENTITY"; HWTEST_F() local 3041 std::string eventName = "TESTEVENT_ADDENTITY_HASENTITY"; HWTEST_F() local 3074 std::string eventName = "TESTEVENT_ADDENTITY_REMOVEENTITY"; HWTEST_F() local 3108 std::string eventName = "TESTEVENT_ADDENTITY_ENTITYCOUNT"; HWTEST_F() local [all...] |
/base/powermgr/battery_statistics/services/native/include/ |
H A D | battery_stats_listener.h | 34 void ProcessHiSysEvent(const std::string& eventName, const Json::Value& root);
35 void ProcessPhoneEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
37 void ProcessDispalyEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
44 void ProcessCameraEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
46 void ProcessSensorEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
48 void ProcessBluetoothBrEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
49 void ProcessBluetoothBleEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
50 void ProcessBluetoothEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
51 void ProcessWifiEvent(StatsUtils::StatsData& data, const Json::Value& root, const std::string& eventName);
|
/base/notification/common_event_service/services/src/ |
H A D | event_report.cpp | 34 void EventReport::SendHiSysEvent(const std::string &eventName, const EventInfo &eventInfo) in SendHiSysEvent() argument 39 auto iter = cesSysEventFuncMap_.find(eventName); in SendHiSysEvent() 88 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendOrderedEventProcTimeoutEvent() 99 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendStaticEventProcErrorEvent() 108 EVENT_PARAM_EVENT_NAME, eventInfo.eventName, in InnerSendSubscriberExceedMaximumEvent() 121 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendPublishErrorEvent() 133 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendSubscribeEvent() 145 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendUnSubscribeEvent() 157 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendPublishEvent() 170 EVENT_PARAM_EVENT_NAME, eventInfo.eventName); in InnerSendStaticSubStartEvent() 188 InnerEventWrite(const std::string &eventName, HiviewDFX::HiSysEvent::EventType type, Types... keyValues) InnerEventWrite() argument [all...] |
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/ |
H A D | common_event_services_module_test.cpp | 119 std::string eventName = "SUBSCRIBEEVENT_MODULETEST"; in HWTEST_F() local 121 matchingSkills.AddEvent(eventName); in HWTEST_F() 139 std::string eventName = "1"; in HWTEST_F() local 141 matchingSkills.AddEvent(eventName); in HWTEST_F() 159 std::string eventName = ""; in HWTEST_F() local 161 matchingSkills.AddEvent(eventName); in HWTEST_F() 216 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_"; in HWTEST_F() local 218 matchingSkills.AddEvent(eventName); in HWTEST_F() 237 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_PRIORITY"; in HWTEST_F() local 239 matchingSkills.AddEvent(eventName); in HWTEST_F() 258 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_DEVUCEID"; HWTEST_F() local 280 std::string eventName = "UNSUBSCRIBEEVENT_MODULETEST_PRIORITY"; HWTEST_F() local 301 std::string eventName = "UNSUBSCRIBEEVENT_MODULETEST_DEVUCEID"; HWTEST_F() local 321 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_"; HWTEST_F() local 341 std::string eventName = "UNSUBSCRIBEEVENT_MODELETEST"; HWTEST_F() local 360 std::string eventName = "2"; HWTEST_F() local 379 std::string eventName = ""; HWTEST_F() local 436 std::string eventName = "PUBLISHEVENT_MODULETEST_ACTION"; HWTEST_F() local 463 std::string eventName = "PUBLISHEVENT_MODULETEST_ACTION_ENTITY"; HWTEST_F() local 492 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_DUMPSTATE"; HWTEST_F() local 517 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_DUMPSTATE_"; HWTEST_F() local 547 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_DUMPSTATE"; HWTEST_F() local 573 std::string eventName = "PUBLISHEVENT_MODULETEST_ACTION2000"; HWTEST_F() local 615 std::string eventName = "PUBLISHEVENT_MODULETEST_ACTION_ENTITY"; HWTEST_F() local 660 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; HWTEST_F() local 710 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_REMOVED; HWTEST_F() local 759 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; HWTEST_F() local 808 std::string eventName = "TESTEVENT_MATCHEVENTTEST"; HWTEST_F() local 830 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; HWTEST_F() local 880 std::string eventName = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; HWTEST_F() local 930 std::string eventName = "MODULETEST_ACTION_STICKY"; HWTEST_F() local 962 std::string eventName = "MODULETEST_ACTION_STICKY_FALSE"; HWTEST_F() local 995 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_PERMISSION"; HWTEST_F() local 1018 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_PERMISSION_PRIORITY"; HWTEST_F() local 1042 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_PERMISSION_PRIORITY_DEVICEDID"; HWTEST_F() local 1067 std::string eventName = "UNSUBSCRIBEEVENT_MODULETEST_PERMISSION"; HWTEST_F() local 1089 std::string eventName = "UNSUBSCRIBEEVENT_MODULETEST_PERMISSION_PRIORITY"; HWTEST_F() local 1112 std::string eventName = "UNSUBSCRIBEEVENT_MODULETEST_PERMISSION_PRIORITY_DEVICEDID"; HWTEST_F() local 1136 std::string eventName = "PUBLISHEVENT_MODULETEST_PERMISSION"; HWTEST_F() local 1165 std::string eventName = "PUBLISHEVENT_MODULETEST_PERMISSION"; HWTEST_F() local 1196 std::string eventName = "PUBLISHEVENT_MODULETEST_PERMISSION"; HWTEST_F() local 1229 std::string eventName = "SUBSCRIBEEVENT_MODULETEST_SETTHRERADMODE"; HWTEST_F() local 1251 std::string eventName = "UNSUBSCRIBEEVENT_MODULETEST_SETTHRERADMODE"; HWTEST_F() local 1272 std::string eventName = "PUBLISHEVENT_MODULETEST_SETTHRERADMODE"; HWTEST_F() local 1298 std::string eventName = "PUBLISHEVENT_MODULETEST_SETTHRERADMODE_R"; HWTEST_F() local 1346 std::string eventName = "SUBSCRIBEEVENT_SUBSCRIBENUMTEST"; HWTEST_F() local 1373 std::string eventName = "PUBLISHEVENT_MODULETEST_ACTION"; HWTEST_F() local 1404 std::string eventName = "PUBLISHEVENT_MODULETEST_ACTION4500"; HWTEST_F() local [all...] |
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IAppLaunchSceneDb.h | 29 std::string eventName{""}; 50 std::string eventName{""}; 60 std::string eventName{""}; 73 std::string eventName{""}; 87 std::string eventName{""}; 99 std::string eventName{""}; 113 std::string eventName{""}; 125 std::string eventName{""}; 136 std::string eventName{""}; 148 std::string eventName{""}; [all...] |
/base/web/webview/ohos_adapter/hiviewdfx_adapter/include/ |
H A D | hisysevent_adapter_impl.h | 28 int Write(const std::string& eventName, EventType type, 31 int Write(const std::string& eventName, EventType type, 34 int Write(const std::string& eventName, EventType type, 38 int Write(const std::string& eventName, EventType type, 42 int Write(const std::string& eventName, EventType type, 47 int Write(const std::string& eventName, EventType type, 52 int Write(const std::string& eventName, EventType type, 56 int Write(const std::string& eventName, EventType type, 61 int Write(const std::string& eventName, EventType type, 75 int Write(const std::string& eventName, EventTyp [all...] |
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | hisysevent_adapter.h | 34 const std::string& eventName, EventType type, const std::tuple<const std::string, const std::string>& data) = 0; 36 virtual int Write(const std::string& eventName, EventType type, 39 virtual int Write(const std::string& eventName, EventType type, 43 virtual int Write(const std::string& eventName, EventType type, 47 virtual int Write(const std::string& eventName, EventType type, 51 virtual int Write(const std::string& eventName, EventType type, 56 virtual int Write(const std::string& eventName, EventType type, 60 virtual int Write(const std::string& eventName, EventType type, 65 virtual int Write(const std::string& eventName, EventType type, 75 virtual int Write(const std::string& eventName, EventTyp [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_hisysevent_adapter.h | 30 const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1) = 0; 33 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 37 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 41 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 46 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 51 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 57 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, 62 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, 68 virtual int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, 82 virtual int Write(const ArkWebString& eventName, uint32_ [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_hisysevent_adapter_wrapper.h | 31 int Write(const std::string& eventName, ArkEventType type, 34 int Write(const std::string& eventName, ArkEventType type, 37 int Write(const std::string& eventName, ArkEventType type, 41 int Write(const std::string& eventName, ArkEventType type, 45 int Write(const std::string& eventName, ArkEventType type, 50 int Write(const std::string& eventName, ArkEventType type, 55 int Write(const std::string& eventName, ArkEventType type, 59 int Write(const std::string& eventName, ArkEventType type, 64 int Write(const std::string& eventName, ArkEventType type, 74 int Write(const std::string& eventName, ArkEventTyp [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_hisysevent_adapter_impl.h | 30 const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1) override; 32 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 35 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 39 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 43 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 48 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const ArkWebString value1, 53 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, 57 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, 62 int Write(const ArkWebString& eventName, uint32_t type, const ArkWebString key1, const int64_t value1, 75 int Write(const ArkWebString& eventName, uint32_ [all...] |
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_rules.h | 49 ListenerRule(const std::string& domain, const std::string& eventName, in ListenerRule() argument 51 eventName(eventName), tag(tag), ruleType(ruleType), eventType(eventType) {} in ListenerRule() 52 ListenerRule(const std::string& domain, const std::string& eventName, in ListenerRule() argument 53 RuleType ruleType = RuleType::WHOLE_WORD) : ListenerRule(domain, eventName, "", ruleType) {} in ListenerRule() 64 return eventName; in GetEventName() 81 std::string eventName; member in OHOS::HiviewDFX::ListenerRule
|
/base/hiviewdfx/hicollie/interfaces/ndk/test/unittest/ |
H A D | hicollie_test.cpp | 39 void InitBeginFunc(const char* eventName)
in InitBeginFunc() argument 41 std::string str(eventName);
in InitBeginFunc() 42 printf("InitBeginFunc eventName: %s\n", str.c_str());
in InitBeginFunc() 45 void InitEndFunc(const char* eventName)
in InitEndFunc() argument 47 std::string str(eventName);
in InitEndFunc() 48 printf("InitBeginFunc eventName: %s\n", str.c_str());
in InitEndFunc()
|