/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/ |
H A D | bms_bundle_mgr_host_unit_test.cpp | 52 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APPLICATION_INFO); 160 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFO); 268 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS); 358 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_NAME_FOR_UID); 394 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_GIDS); 1096 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::DUMP_INFOS); 1438 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_TYPE); 2596 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::COMPILE_RESET); 2614 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::CAN_OPEN_LINK); 2632 uint32_t code = static_cast<uint32_t>(BundleMgrInterfaceCode::GET_ODID); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 292 BundleMgrInterfaceCode::GET_BUNDLE_INFO, data, bundleInfo) == ERR_OK; in GetBundleInfo() 420 BundleMgrInterfaceCode::BATCH_GET_BUNDLE_INFO, data, bundleInfos); in BatchGetBundleInfo() 439 BundleMgrInterfaceCode::GET_BUNDLE_INFO_FOR_SELF, data, bundleInfo); in GetBundleInfoForSelf() 557 BundleMgrInterfaceCode::GET_BUNDLE_INFOS, data, bundleInfos)) { in GetBundleInfos() 1582 BundleMgrInterfaceCode::GET_LAUNCH_WANT_FOR_BUNDLE, data, want); in GetLaunchWantForBundle() 1600 BundleMgrInterfaceCode::GET_PERMISSION_DEF, data, permissionDef); in GetPermissionDef() 4396 BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo) in GetParcelableInfoWithErrCode() 4475 BundleMgrInterfaceCode code, MessageParcel &data, T &parcelInfo) in GetParcelInfoIntelligent() 4833 if (!SendTransactCmd(BundleMgrInterfaceCode::COPY_AP, data, reply)) { in CopyAp() 5003 BundleMgrInterfaceCode::GET_CLONE_BUNDLE_INFO, data, bundleInfo); in GetCloneBundleInfo() [all …]
|
H A D | bundle_mgr_host.cpp | 124 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFO): in OnRemoteRequest() 142 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_INFOS): in OnRemoteRequest() 157 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_NAME_FOR_UID): in OnRemoteRequest() 163 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_BUNDLE_GIDS): in OnRemoteRequest() 280 case static_cast<uint32_t>(BundleMgrInterfaceCode::DUMP_INFOS): in OnRemoteRequest() 337 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_APP_TYPE): in OnRemoteRequest() 391 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_ICON_BY_ID): in OnRemoteRequest() 521 case static_cast<uint32_t>(BundleMgrInterfaceCode::COMPILE_RESET): in OnRemoteRequest() 524 case static_cast<uint32_t>(BundleMgrInterfaceCode::CAN_OPEN_LINK): in OnRemoteRequest() 527 case static_cast<uint32_t>(BundleMgrInterfaceCode::GET_ODID): in OnRemoteRequest() [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.h | 94 ErrCode GetParcelableInfosWithErrCode(BundleMgrInterfaceCode code, MessageParcel &data, 115 bool SendTransactCmd(BundleMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply); 124 bool GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo); 131 BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo); 134 …ErrCode GetParcelableInfoWithErrCode(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelab… 143 …bool GetParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelab… 155 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos); 159 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos); 169 bool GetParcelInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelInfo);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.cpp | 205 return GetParcelInfo<BundleInfo>(BundleMgrInterfaceCode::GET_BUNDLE_INFO, data, bundleInfo); in GetBundleInfo() 230 if (!SendTransactCmd(BundleMgrInterfaceCode::GET_UID_BY_BUNDLE_NAME, data, reply)) { in GetUidByBundleName() 251 if (!SendTransactCmd(BundleMgrInterfaceCode::GET_NAME_FOR_UID, data, reply)) { in GetNameForUid() 285 …if (!GetVectorFromParcelIntelligent<AbilityInfo>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS_MUTI_… in QueryAbilityInfos() 301 if (!SendTransactCmd(BundleMgrInterfaceCode::GET_BUNDLE_USER_MGR, data, reply)) { in GetBundleUserMgr() 371 if (!GetParcelableInfos(BundleMgrInterfaceCode::QUERY_EXTENSION_INFO, data, extensionInfos)) { in QueryExtensionAbilityInfos() 469 BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo) in GetBigParcelableInfo() 562 bool BundleManagerAdapterProxy::GetParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, in GetParcelableInfos() 590 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetVectorFromParcelIntelligent() 680 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfosFromAshmem() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/ |
H A D | bms_bundle_manager_overlay_ipc_test.cpp | 159 … static_cast<uint32_t>(BundleMgrInterfaceCode::GET_OVERLAY_MANAGER_PROXY), data, reply, option); 182 … static_cast<uint32_t>(BundleMgrInterfaceCode::GET_OVERLAY_MANAGER_PROXY), data, reply, option); 204 … static_cast<uint32_t>(BundleMgrInterfaceCode::GET_OVERLAY_MANAGER_PROXY), data, reply, option);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_proxy.h | 1131 bool SendTransactCmd(BundleMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply); 1140 …bool SendTransactCmdWithLog(BundleMgrInterfaceCode code, MessageParcel &data, MessageParcel &reply… 1150 bool GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo); 1153 …ErrCode GetParcelableInfoWithErrCode(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelab… 1162 …bool GetParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelab… 1165 ErrCode GetParcelableInfosWithErrCode(BundleMgrInterfaceCode code, MessageParcel &data, 1170 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos); 1174 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos); 1180 ErrCode GetParcelInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelInfo); 1186 … ErrCode GetParcelInfoIntelligent(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelInfo); [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/common/ |
H A D | bundle_manager_adapter_module_test.cpp | 270 BundleMgrInterfaceCode::QUERY_ABILITY_INFOS_MUTI_PARAM, data, reply), false); 311 BundleMgrInterfaceCode::QUERY_ABILITY_INFOS_MUTI_PARAM, data, abilityInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 25 enum class BundleMgrInterfaceCode : uint32_t { enum
|