Home
last modified time | relevance | path

Searched full:connect_service (Results 1 – 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/event_report_test/
Devent_report_test.cpp71 EXPECT_EQ(EventReport::ConvertEventName(EventName::CONNECT_SERVICE), "CONNECT_SERVICE");
662 eventName = EventName::CONNECT_SERVICE;
663 EXPECT_EQ(EventReport::ConvertEventName(eventName), "CONNECT_SERVICE");
/foundation/ability/ability_runtime/services/common/include/
Devent_report.h84 CONNECT_SERVICE, enumerator
/foundation/ability/ability_runtime/
Dhisysevent.yaml210 CONNECT_SERVICE:
/foundation/ability/ability_runtime/services/common/src/
Devent_report.cpp677 …"START_SERVICE", "STOP_SERVICE", "CONNECT_SERVICE", "DISCONNECT_SERVICE", "START_ABILITY_OTHER_EXT… in ConvertEventName()
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dability_connect_manager.cpp992 EventReport::SendConnectServiceEvent(EventName::CONNECT_SERVICE, eventInfo); in ScheduleConnectAbilityDoneLocked()