Home
last modified time | relevance | path

Searched refs:GetParcelableInfos (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp108 int32_t result = GetParcelableInfos<RemoteAbilityInfo>( in GetRemoteAbilityInfos()
177 int32_t result = GetParcelableInfos<RemoteAbilityInfo>( in GetAbilityInfos()
180 return GetParcelableInfos<RemoteAbilityInfo>( in GetAbilityInfos()
278 int32_t DistributedBmsProxy::GetParcelableInfos( in GetParcelableInfos() function in OHOS::AppExecFwk::DistributedBmsProxy
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp106 if (!GetParcelableInfos<ElementName>(data, elementNames)) { in HandleGetRemoteAbilityInfos()
159 if (!GetParcelableInfos<ElementName>(data, elementNames)) { in HandleGetAbilityInfos()
235 bool DistributedBmsHost::GetParcelableInfos(Parcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::DistributedBmsHost
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_router_mgr_proxy.cpp49 …int32_t res = GetParcelableInfos<BusinessAbilityInfo>(ServiceRouterMgrProxy::Message::QUERY_BUSINE… in QueryBusinessAbilityInfos()
74 …int32_t res = GetParcelableInfos<PurposeInfo>(ServiceRouterMgrProxy::Message::QUERY_PURPOSE_INFOS,… in QueryPurposeInfos()
186 int32_t ServiceRouterMgrProxy::GetParcelableInfos( in GetParcelableInfos() function in OHOS::AbilityRuntime::ServiceRouterMgrProxy
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Djs_form_state_observer_stub.cpp94 if (GetParcelableInfos(data, infos) != ERR_OK) { in HandleNotifyWhetherFormsVisible()
106 int32_t JsFormStateObserverStub::GetParcelableInfos(MessageParcel &data, std::vector<T> &parcelable… in GetParcelableInfos() function in OHOS::AbilityRuntime::JsFormStateObserverStub
H A Dform_render_stub.cpp170 int32_t result = GetParcelableInfos(data, formJsInfos); in HandleReloadForm()
220 int32_t FormRenderStub::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::FormRenderStub
H A Dform_host_proxy.cpp187 int FormHostProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::FormHostProxy
H A Dform_supply_proxy.cpp146 int FormSupplyProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::FormSupplyProxy
H A Dform_provider_proxy.cpp442 int FormProviderProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::FormProviderProxy
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Djs_form_state_observer_stub.h46 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_render_stub.h85 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_host_proxy.h109 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_supply_proxy.h123 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_provider_proxy.h142 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h41 bool GetParcelableInfos(Parcel &data, std::vector<T> &parcelableInfos);
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_mgr_proxy.h80 int32_t GetParcelableInfos(IServiceRouterManager::Message code, MessageParcel &data,
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H A Dform_renderer_dispatcher_proxy.h54 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/
H A Ddistributed_bms_proxy.h127 …int32_t GetParcelableInfos(DistributedInterfaceCode code, MessageParcel &data, std::vector<T> &par…
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp339 …if (!GetParcelableInfos(BundleMgrInterfaceCode::QUERY_EXTENSION_INFO_WITHOUT_TYPE, data, extension… in QueryExtensionAbilityInfos()
371 if (!GetParcelableInfos(BundleMgrInterfaceCode::QUERY_EXTENSION_INFO, data, extensionInfos)) { in QueryExtensionAbilityInfos()
562 bool BundleManagerAdapterProxy::GetParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, in GetParcelableInfos() function in OHOS::AccountSA::BundleManagerAdapterProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_proxy.cpp136 …return GetParcelableInfos(AppControlManagerInterfaceCode::GET_APP_INSTALL_CONTROL_RULE, data, appI… in GetAppInstallControlRule()
218 …return GetParcelableInfos(AppControlManagerInterfaceCode::GET_APP_RUNNING_CONTROL_RULE, data, appI… in GetAppRunningControlRule()
708 int32_t AppControlProxy::GetParcelableInfos( in GetParcelableInfos() function in OHOS::AppExecFwk::AppControlProxy
/ohos5.0/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.h143 …bool GetParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelab…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp208 …if (!GetParcelableInfos<ApplicationInfo>(BundleMgrInterfaceCode::GET_APPLICATION_INFOS, data, appI… in GetApplicationInfos()
1123 …if (!GetParcelableInfos<AbilityInfo>(BundleMgrInterfaceCode::QUERY_ABILITY_INFOS, data, abilityInf… in QueryAbilityInfos()
2484 … if (!GetParcelableInfos<FormInfo>(BundleMgrInterfaceCode::GET_ALL_FORMS_INFO, data, formInfos)) { in GetAllFormsInfo()
2508 …if (!GetParcelableInfos<FormInfo>(BundleMgrInterfaceCode::GET_FORMS_INFO_BY_APP, data, formInfos))… in GetFormsInfoByApp()
2540 …if (!GetParcelableInfos<FormInfo>(BundleMgrInterfaceCode::GET_FORMS_INFO_BY_MODULE, data, formInfo… in GetFormsInfoByModule()
2566 …if (!GetParcelableInfos<ShortcutInfo>(BundleMgrInterfaceCode::GET_SHORTCUT_INFO, data, shortcutInf… in GetShortcutInfos()
2619 if (!GetParcelableInfos<CommonEventInfo>( in GetAllCommonEventInfo()
2765 if (!GetParcelableInfos(BundleMgrInterfaceCode::QUERY_EXTENSION_INFO, data, extensionInfos)) { in QueryExtensionAbilityInfos()
2817 …if (!GetParcelableInfos(BundleMgrInterfaceCode::QUERY_EXTENSION_INFO_BY_TYPE, data, extensionInfos… in QueryExtensionAbilityInfos()
3981 …if (!GetParcelableInfos<DataGroupInfo>(BundleMgrInterfaceCode::QUERY_DATA_GROUP_INFOS, data, infos… in QueryDataGroupInfos()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_proxy.cpp283 WSError error = GetParcelableInfos(reply, sessionInfos); in GetSessionInfos()
316 WSError error = GetParcelableInfos(reply, windowStates); in GetMainWindowStatesByPid()
398 WSError SceneSessionManagerLiteProxy::GetParcelableInfos(MessageParcel& reply, std::vector<T>& parc… in GetParcelableInfos() function in OHOS::Rosen::SceneSessionManagerLiteProxy
1052 WMError error = static_cast<WMError>(GetParcelableInfos(reply, topNInfo)); in GetMainWindowInfos()
1150 WMError error = static_cast<WMError>(GetParcelableInfos(reply, infos)); in GetAllMainWindowInfos()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_proxy.cpp191 auto error = GetParcelableInfos<RunningProcessInfo>(reply, info); in GetAllRunningProcesses()
273 auto error = GetParcelableInfos<RunningProcessInfo>(reply, info); in GetRunningProcessesByBundleType()
293 auto error = GetParcelableInfos<RenderProcessInfo>(reply, info); in GetAllRenderProcesses()
313 auto error = GetParcelableInfos<ChildProcessInfo>(reply, info); in GetAllChildrenProcesses()
366 auto error = GetParcelableInfos<RunningProcessInfo>(reply, info); in GetProcessRunningInfosByUserId()
528 int AppMgrProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::AppMgrProxy
1406 auto error = GetParcelableInfos<RunningProcessInfo>(reply, info); in GetRunningProcessInformation()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_proxy.h85 int32_t GetParcelableInfos(
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_proxy.h95 WSError GetParcelableInfos(MessageParcel& reply, std::vector<T>& parcelableInfos);

12