Searched refs:DBMSEventType (Results 1 - 4 of 4) sorted by relevance
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | event_report.cpp | 37 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 D | distributed_bms.cpp | 270 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 D | event_report.h | 26 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 D | dbms_services_kit_test.cpp | 924 DBMSEventType dbmsEventType = DBMSEventType::UNKNOW; in HWTEST_F() 940 DBMSEventType dbmsEventType = DBMSEventType::GET_REMOTE_ABILITY_INFO; in HWTEST_F()
|
Completed in 5 milliseconds