/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/ |
H A D | distributed_bms_proxy.cpp | 66 int32_t result = GetParcelableInfo<RemoteAbilityInfo>( in GetRemoteAbilityInfo() 142 int32_t result = GetParcelableInfo<RemoteAbilityInfo>( in GetAbilityInfo() 145 return GetParcelableInfo<RemoteAbilityInfo>( in GetAbilityInfo() 203 int32_t result = GetParcelableInfo<DistributedBundleInfo>( in GetDistributedBundleInfo() 253 int32_t DistributedBmsProxy::GetParcelableInfo(DistributedInterfaceCode code, MessageParcel &data, … in GetParcelableInfo() function in OHOS::AppExecFwk::DistributedBmsProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/ |
H A D | bundle_mgr_proxy_native.cpp | 54 if (!GetParcelableInfo<BundleInfo>(GET_BUNDLE_INFO_FOR_SELF_NATIVE, data, bundleInfo)) { in GetBundleInfoForSelf() 102 bool BundleMgrProxyNative::GetParcelableInfo(uint32_t code, MessageParcel &data, T &parcelableInfo) in GetParcelableInfo() function in OHOS::AppExecFwk::BundleMgrProxyNative
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_proxy.cpp | 238 return GetParcelableInfo<AppRunningControlRuleResult>( in GetAppRunningControlRule() 372 return GetParcelableInfo<AppJumpControlRule>( in GetAppJumpControlRule() 457 …ErrCode ret = GetParcelableInfo<Want>(AppControlManagerInterfaceCode::GET_DISPOSED_STATUS, data, w… in GetDisposedStatus() 516 …ErrCode ret = GetParcelableInfo<DisposedRule>(AppControlManagerInterfaceCode::GET_DISPOSED_RULE, d… in GetDisposedRule() 608 …ErrCode ret = GetParcelableInfo<DisposedRule>(AppControlManagerInterfaceCode::GET_DISPOSED_RULE_FO… in GetDisposedRuleForCloneApp() 686 ErrCode AppControlProxy::GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data… in GetParcelableInfo() function in OHOS::AppExecFwk::AppControlProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/ |
H A D | overlay_manager_proxy.cpp | 95 …return GetParcelableInfo(OverlayManagerInterfaceCode::GET_OVERLAY_MODULE_INFO_BY_NAME, data, overl… in GetOverlayModuleInfo() 123 …return GetParcelableInfo(OverlayManagerInterfaceCode::GET_OVERLAY_MODULE_INFO, data, overlayModule… in GetOverlayModuleInfo() 339 ErrCode OverlayManagerProxy::GetParcelableInfo( in GetParcelableInfo() function in OHOS::AppExecFwk::OverlayManagerProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/default_app/ |
H A D | default_app_proxy.cpp | 88 …return GetParcelableInfo<BundleInfo>(DefaultAppInterfaceCode::GET_DEFAULT_APPLICATION, data, bundl… in GetDefaultApplication() 157 ErrCode DefaultAppProxy::GetParcelableInfo(DefaultAppInterfaceCode code, MessageParcel& data, T& pa… in GetParcelableInfo() function in OHOS::AppExecFwk::DefaultAppProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/include/ |
H A D | bundle_mgr_proxy_native.h | 52 bool GetParcelableInfo(uint32_t code, MessageParcel &data, T &parcelableInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/default_app/ |
H A D | default_app_proxy.h | 37 ErrCode GetParcelableInfo(DefaultAppInterfaceCode code, MessageParcel& data, T& parcelableInfo);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/ |
H A D | distributed_bms_proxy.h | 125 … int32_t GetParcelableInfo(DistributedInterfaceCode code, MessageParcel &data, T &parcelableInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/overlay/ |
H A D | overlay_manager_proxy.h | 60 …ErrCode GetParcelableInfo(OverlayManagerInterfaceCode code, MessageParcel &data, T &parcelableInfo…
|
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.h | 124 bool GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 109 …if (!GetParcelableInfo<ApplicationInfo>(BundleMgrInterfaceCode::GET_APPLICATION_INFO, data, appInf… in GetApplicationInfo() 144 if (!GetParcelableInfo<ApplicationInfo>( in GetApplicationInfo() 989 …if (!GetParcelableInfo<AbilityInfo>(BundleMgrInterfaceCode::QUERY_ABILITY_INFO, data, abilityInfo)… in QueryAbilityInfo() 1025 if (!GetParcelableInfo<AbilityInfo>( in QueryAbilityInfo() 1317 if (!GetParcelableInfo<AbilityInfo>( in QueryAbilityInfoByUri() 1465 if (!GetParcelableInfo<BundleInfo>( in GetBundleArchiveInfo() 1548 if (!GetParcelableInfo<HapModuleInfo>( in GetHapModuleInfo() 2325 …if (!GetParcelableInfo<AbilityInfo>(BundleMgrInterfaceCode::GET_ABILITY_INFO, data, abilityInfo)) { in GetAbilityInfo() 2362 if (!GetParcelableInfo<AbilityInfo>( in GetAbilityInfo() 2651 if (!GetParcelableInfo<DistributedBundleInfo>( in GetDistributedBundleInfo() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/ |
H A D | app_control_proxy.h | 81 …ErrCode GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data, T& parcelableI…
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 63 int error = GetParcelableInfo<FormJsInfo>(IFormMgr::Message::FORM_MGR_ADD_FORM, data, formInfo); in AddForm() 88 …int ret = GetParcelableInfo<RunningFormInfo>(IFormMgr::Message::FORM_MGR_CREATE_FORM, data, runnin… in CreateForm() 917 int FormMgrProxy::GetParcelableInfo(IFormMgr::Message code, MessageParcel &data, T &parcelableInfo) in GetParcelableInfo() function in OHOS::AppExecFwk::FormMgrProxy 1767 …auto error = GetParcelableInfo<FormInstance>(IFormMgr::Message::FORM_MGR_GET_FORM_INSTANCES_FROM_B… in GetFormInstanceById() 1794 …auto error = GetParcelableInfo<FormInstance>(IFormMgr::Message::FORM_MGR_GET_FORM_INSTANCES_FROM_B… in GetFormInstanceById()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_proxy.h | 622 int GetParcelableInfo(IFormMgr::Message code, MessageParcel &data, T &parcelableInfo);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/ |
H A D | bundle_manager_adapter_proxy.cpp | 445 bool BundleManagerAdapterProxy::GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data,… in GetParcelableInfo() function in OHOS::AccountSA::BundleManagerAdapterProxy
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_proxy.h | 1150 bool GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo);
|