Searched refs:GET_REMOTE_ABILITY_INFO (Results 1 - 7 of 7) sorted by relevance
/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"; member 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()
|
/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/ |
H A D | distributed_bundle_ipc_interface_code.h | 23 GET_REMOTE_ABILITY_INFO = 0, member in OHOS::AppExecFwk::DistributedInterfaceCode
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | event_report.h | 28 GET_REMOTE_ABILITY_INFO, member in OHOS::AppExecFwk::DBMSEventType
|
/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); in HWTEST_F() 82 int res = host.OnRemoteRequest(static_cast<uint32_t>(DistributedInterfaceCode::GET_REMOTE_ABILITY_INFO), in HWTEST_F()
|
/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; in HWTEST_F()
|
Completed in 9 milliseconds