Home
last modified time | relevance | path

Searched defs:eventAction (Results 1 – 8 of 8) sorted by relevance

/base/notification/common_event_service/test/systemtest/common/acts/actsCESManagertest/
DactsCESManagertest.cpp1013 std::string eventAction = "TESTEVENT_PUBLISH_ACTION"; variable
1049 std::string eventAction = "TESTEVENT_PUBLISH_ENTITY"; variable
1087 std::string eventAction = "TESTEVENT_PUBLISH_SCHEME"; variable
1124 std::string eventAction = "TESTEVENT_PUBLISH_SCHEME_ENTITY"; variable
1163 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_INFO_FALSE"; variable
1202 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_TRUE"; variable
1243 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_FALSE"; variable
1284 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_INFO_TRUE"; variable
1323 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_TRUE"; variable
1363 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_FALSE"; variable
[all …]
/base/notification/common_event_service/services/test/moduletest/common_event_services_module_test/
Dcommon_event_services_module_test.cpp468 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION"; variable
498 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION_ENTITY"; variable
611 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION2000"; variable
656 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION_ENTITY"; variable
704 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; variable
758 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_REMOVED; variable
811 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; variable
889 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; variable
943 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; variable
997 std::string eventAction = "MODULETEST_ACTION_STICKY"; variable
[all …]
/base/notification/common_event_service/test/systemtest/common/acts/actsCESCESpublishInfoTest/
DactsCESCESpublishInfoTest.cpp421 std::string eventAction = "PermissionsTest001"; variable
457 std::string eventAction = "PermissionsTest002"; variable
495 std::string eventAction = "PermissionsTest003"; variable
535 std::string eventAction = "PermissionsTest004"; variable
572 std::string eventAction = "PermissionsTest005"; variable
610 std::string eventAction = "PermissionsTest006"; variable
650 std::string eventAction = "PermissionsTest007"; variable
686 std::string eventAction = "PermissionsTest008"; variable
724 std::string eventAction = "PermissionsTest009"; variable
764 std::string eventAction = "PermissionsTest010"; variable
/base/notification/common_event_service/test/systemtest/common/ces/ces_check_service/
Dces_check_service.cpp111 std::string eventAction = "TESTEVENT_RECEIVE_ACTIONReceiveEvent_0100"; variable
/base/notification/common_event_service/test/benchmarktest/common_event_publish_test/
Dcommon_event_publish_test.cpp106 std::string eventAction = "PUBLISH_COMMON_EVENT_BENCHMARK"; in BENCHMARK_F() local
/base/request/request/services/src/cxx/
Drequest_utils.cpp110 static constexpr const char *eventAction = "ohos.request.event.COMPLETE"; in PublishStateChangeEvent() local
/base/notification/common_event_service/test/benchmarktest/common_event_service_test/
Dcommon_event_manager_service_test.cpp167 std::string eventAction = "SUBSCRIBEEVENT_BENCHMARK"; in BENCHMARK_F() local
/base/theme/screenlock_mgr/services/src/
Dscreenlock_system_ability.cpp968 void ScreenLockSystemAbility::PublishEvent(const std::string &eventAction, const int32_t userId) in PublishEvent()