Home
last modified time | relevance | path

Searched refs:parcelableInfos (Results 1 - 25 of 39) sorted by relevance

12

/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp95 std::vector<BluetoothBleScanResult> parcelableInfos; in OnBleBatchScanResultsEventInner() local
102 parcelableInfos.emplace_back(*info); in OnBleBatchScanResultsEventInner()
104 stub->OnBleBatchScanResultsEvent(parcelableInfos); in OnBleBatchScanResultsEventInner()
/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_host_proxy.h100 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_render_stub.h81 int32_t GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_supply_proxy.h121 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
H A Dform_provider_proxy.h142 int GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h41 bool GetParcelableInfos(Parcel &data, std::vector<T> &parcelableInfos);
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Djs_form_state_observer_stub.cpp106 int32_t JsFormStateObserverStub::GetParcelableInfos(MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
120 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
H A Dform_render_stub.cpp171 int32_t FormRenderStub::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
185 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
H A Dform_host_proxy.cpp187 int FormHostProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
200 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
H A Dform_supply_proxy.cpp146 int FormSupplyProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
159 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
H A Dform_provider_proxy.cpp442 int FormProviderProxy::GetParcelableInfos(MessageParcel &reply, std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
455 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/include/
H A Dservice_router_mgr_proxy.h81 std::vector<T> &parcelableInfos);
/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);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/
H A Doverlay_manager_proxy.cpp366 OverlayManagerInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfosWithErrCode()
377 CONTAINER_SECURITY_VERIFY(reply, infoSize, &parcelableInfos); in GetParcelableInfosWithErrCode()
384 parcelableInfos.emplace_back(*info); in GetParcelableInfosWithErrCode()
365 GetParcelableInfosWithErrCode( OverlayManagerInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) GetParcelableInfosWithErrCode() argument
/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp279 DistributedInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfos()
294 CONTAINER_SECURITY_VERIFY(reply, infoSize, &parcelableInfos); in GetParcelableInfos()
301 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
278 GetParcelableInfos( DistributedInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos) GetParcelableInfos() argument
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_router_mgr_proxy.cpp187 ServiceRouterMgrProxy::Message code, MessageParcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfos()
207 TAG_LOGE(AAFwkTag::SER_ROUTER, "Read parcelableInfos failed"); in GetParcelableInfos()
210 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
212 TAG_LOGI(AAFwkTag::SER_ROUTER, "Get parcelableInfos success"); in GetParcelableInfos()
186 GetParcelableInfos( ServiceRouterMgrProxy::Message code, MessageParcel &data, std::vector<T> &parcelableInfos) GetParcelableInfos() argument
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp235 bool DistributedBmsHost::GetParcelableInfos(Parcel &data, std::vector<T> &parcelableInfos) in GetParcelableInfos() argument
248 parcelableInfos.emplace_back(*info); in GetParcelableInfos()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_host.h35 ErrCode ReadParcelableVector(MessageParcel &data, std::vector<T> &parcelableInfos);
H A Dapp_control_proxy.h90 std::vector<T> &parcelableInfos);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/overlay/
H A Doverlay_manager_proxy.h64 std::vector<T> &parcelableInfos);
/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> &parcelableInfos);
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice_stub.h73 bool ReadParcelableVector(std::vector<T> &parcelableInfos, MessageParcel &data);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_proxy.h1153 * @param parcelableInfos Indicates the vector objects to be got;
1157 bool GetParcelableInfos(BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos);
1161 std::vector<T> &parcelableInfos);
1165 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos);
1169 BundleMgrInterfaceCode code, MessageParcel &data, std::vector<T> &parcelableInfos);
1172 ErrCode InnerGetVectorFromParcelIntelligent(MessageParcel &reply, std::vector<T> &parcelableInfos);
/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_proxy.h91 WSError GetParcelableInfos(MessageParcel& reply, std::vector<T>& parcelableInfos);

Completed in 13 milliseconds

12