Home
last modified time | relevance | path

Searched refs:DBMSEventType (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Devent_report.cpp37 const std::unordered_map<DBMSEventType, std::string> DBMS_EVENT_STR_MAP = {
38 { DBMSEventType::GET_REMOTE_ABILITY_INFO, GET_REMOTE_ABILITY_INFO },
39 { DBMSEventType::GET_REMOTE_ABILITY_INFOS, GET_REMOTE_ABILITY_INFOS },
44 DBMSEventType dbmsEventType, const DBMSEventInfo& eventInfo) in SendSystemEvent()
H A Ddistributed_bms.cpp270 DBMSEventType::GET_REMOTE_ABILITY_INFO, GetEventInfo(elementName, localeInfo, resultCode)); in GetRemoteAbilityInfo()
312 DBMSEventType::GET_REMOTE_ABILITY_INFOS, GetEventInfo(elementNames, localeInfo, resultCode)); in GetRemoteAbilityInfos()
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Devent_report.h26 enum class DBMSEventType { class
47 static void SendSystemEvent(DBMSEventType dbmsEventType, const DBMSEventInfo& eventInfo);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/
H A Ddbms_services_kit_test.cpp924 DBMSEventType dbmsEventType = DBMSEventType::UNKNOW; in HWTEST_F()
940 DBMSEventType dbmsEventType = DBMSEventType::GET_REMOTE_ABILITY_INFO; in HWTEST_F()

Completed in 5 milliseconds