/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/ |
H A D | distributed_bms_proxy.cpp | 108 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 D | distributed_bms_host.cpp | 106 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 D | service_router_mgr_proxy.cpp | 49 …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 D | js_form_state_observer_stub.cpp | 94 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 D | form_render_stub.cpp | 170 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 D | form_host_proxy.cpp | 187 int FormHostProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::FormHostProxy
|
H A D | form_supply_proxy.cpp | 146 int FormSupplyProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() function in OHOS::AppExecFwk::FormSupplyProxy
|
H A D | form_provider_proxy.cpp | 442 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 D | js_form_state_observer_stub.h | 46 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
|
H A D | form_render_stub.h | 85 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
|
H A D | form_host_proxy.h | 109 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
|
H A D | form_supply_proxy.h | 123 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
|
H A D | form_provider_proxy.h | 142 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/ |
H A D | distributed_bms_host.h | 41 bool GetParcelableInfos(Parcel &data, std::vector<T> &parcelableInfos);
|
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/ |
H A D | service_router_mgr_proxy.h | 80 int32_t GetParcelableInfos(IServiceRouterManager::Message code, MessageParcel &data,
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/ |
H A D | form_renderer_dispatcher_proxy.h | 54 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
|
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/ |
H A D | distributed_bms_proxy.h | 127 …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 D | bundle_manager_adapter_proxy.cpp | 339 …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 D | app_control_proxy.cpp | 136 …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 D | bundle_manager_adapter_proxy.h | 143 …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 D | bundle_mgr_proxy.cpp | 208 …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 D | scene_session_manager_lite_proxy.cpp | 283 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 D | app_mgr_proxy.cpp | 191 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 D | app_control_proxy.h | 85 int32_t GetParcelableInfos(
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | scene_session_manager_lite_proxy.h | 95 WSError GetParcelableInfos(MessageParcel& reply, std::vector<T>& parcelableInfos);
|