Home
last modified time | relevance | path

Searched refs:GetParcelableInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp66 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 Dbundle_mgr_proxy_native.cpp54 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 Dapp_control_proxy.cpp238 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 Doverlay_manager_proxy.cpp95 …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 Ddefault_app_proxy.cpp88 …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 Dbundle_mgr_proxy_native.h52 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 Ddefault_app_proxy.h37 ErrCode GetParcelableInfo(DefaultAppInterfaceCode code, MessageParcel& data, T& parcelableInfo);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/
H A Ddistributed_bms_proxy.h125 … int32_t GetParcelableInfo(DistributedInterfaceCode code, MessageParcel &data, T &parcelableInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/overlay/
H A Doverlay_manager_proxy.h60 …ErrCode GetParcelableInfo(OverlayManagerInterfaceCode code, MessageParcel &data, T &parcelableInfo…
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.h124 bool GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp109 …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 Dapp_control_proxy.h81 …ErrCode GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data, T& parcelableI…
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp63 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 Dform_mgr_proxy.h622 int GetParcelableInfo(IFormMgr::Message code, MessageParcel &data, T &parcelableInfo);
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp445 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 Dbundle_mgr_proxy.h1150 bool GetParcelableInfo(BundleMgrInterfaceCode code, MessageParcel &data, T &parcelableInfo);