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.cpp1012 std::string eventAction = "TESTEVENT_PUBLISH_ACTION"; variable
1048 std::string eventAction = "TESTEVENT_PUBLISH_ENTITY"; variable
1086 std::string eventAction = "TESTEVENT_PUBLISH_SCHEME"; variable
1123 std::string eventAction = "TESTEVENT_PUBLISH_SCHEME_ENTITY"; variable
1162 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_INFO_FALSE"; variable
1201 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_TRUE"; variable
1242 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_ENTITY_INFO_FALSE"; variable
1283 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_INFO_TRUE"; variable
1322 std::string eventAction = "TESTEVENT_PUBLISH_ACTION_SCHEME_INFO_TRUE"; variable
1362 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.cpp436 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION"; variable
463 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION_ENTITY"; variable
573 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION2000"; variable
615 std::string eventAction = "PUBLISHEVENT_MODULETEST_ACTION_ENTITY"; variable
660 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; variable
710 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_REMOVED; variable
759 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; variable
830 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_ADDED; variable
880 std::string eventAction = CommonEventSupport::COMMON_EVENT_ABILITY_UPDATED; variable
930 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/notification/common_event_service/test/systemtest/common/acts/actsCESDataTest/
DactsCESDataTest.cpp1206 std::string eventAction = "TESTEVENT_PUBLISH_ACTION"; variable
1235 std::string eventAction = "TESTEVENT_PUBLISH_ACTION2"; variable
1280 std::string eventAction = "TESTEVENT_PUBLISH_ACTION1"; variable
1303 std::string eventAction = "TESTEVENT_PUBLISH_ACTION3"; variable
1323 std::string eventAction = "TESTEVENT_PUBLISH_ACTION2"; variable
1355 std::string eventAction = "TESTEVENT_PUBLISH_ACTION2"; variable
1374 std::string eventAction = "TESTEVENT_PUBLISH_ACTION3"; variable
2823 std::string eventAction = "TESTEVENT_PUBLISH_ACTION"; variable
2851 std::string eventAction = "TESTEVENT_PUBLISH_ACTION2"; variable
2881 std::string eventAction = "TESTEVENT_PUBLISH_ACTION2"; variable
/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.cpp532 void ScreenLockSystemAbility::PublishEvent(const std::string &eventAction) in PublishEvent()