Home
last modified time | relevance | path

Searched refs:GET_REMOTE_ABILITY_INFOS_WITH_LOCALE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/
H A Ddistributed_bundle_ipc_interface_code.h28 GET_REMOTE_ABILITY_INFOS_WITH_LOCALE, enumerator
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp57 case static_cast<uint32_t>(DistributedInterfaceCode::GET_REMOTE_ABILITY_INFOS_WITH_LOCALE): in OnRemoteRequest()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp149 (DistributedInterfaceCode::GET_REMOTE_ABILITY_INFOS_WITH_LOCALE), data, reply, option);
172 (DistributedInterfaceCode::GET_REMOTE_ABILITY_INFOS_WITH_LOCALE), data, reply, option);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp109 DistributedInterfaceCode::GET_REMOTE_ABILITY_INFOS_WITH_LOCALE, data, remoteAbilityInfos); in GetRemoteAbilityInfos()