Searched refs:GET_REMOTE_ABILITY_INFO (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | event_report.cpp | 28 const std::string GET_REMOTE_ABILITY_INFO = "GET_REMOTE_ABILITY_INFO"; variable 38 { DBMSEventType::GET_REMOTE_ABILITY_INFO, GET_REMOTE_ABILITY_INFO },
|
H A D | distributed_bms_host.cpp | 53 case static_cast<uint32_t>(DistributedInterfaceCode::GET_REMOTE_ABILITY_INFO): in OnRemoteRequest()
|
H A D | distributed_bms.cpp | 270 DBMSEventType::GET_REMOTE_ABILITY_INFO, GetEventInfo(elementName, localeInfo, resultCode)); in GetRemoteAbilityInfo()
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/ |
H A D | distributed_bundle_ipc_interface_code.h | 23 GET_REMOTE_ABILITY_INFO = 0, enumerator
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | event_report.h | 28 GET_REMOTE_ABILITY_INFO, enumerator
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/ |
H A D | distributed_bms_host_test.cpp | 63 (DistributedInterfaceCode::GET_REMOTE_ABILITY_INFO), data, reply, option); 82 …es = host.OnRemoteRequest(static_cast<uint32_t>(DistributedInterfaceCode::GET_REMOTE_ABILITY_INFO),
|
/ohos5.0/foundation/bundlemanager/bundle_framework/ |
H A D | hisysevent.yaml | 177 GET_REMOTE_ABILITY_INFO:
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/dbms_services_kit_test/ |
H A D | dbms_services_kit_test.cpp | 940 DBMSEventType dbmsEventType = DBMSEventType::GET_REMOTE_ABILITY_INFO;
|