Home
last modified time | relevance | path

Searched refs:WriteParcelableVector (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/
H A Doverlay_manager_host.cpp100 if (!WriteParcelableVector(infos, reply)) { in HandleGetAllOverlayModuleInfo()
168 if (!WriteParcelableVector(overlayModuleInfos, reply)) { in HandleGetTargetOverlayModuleInfo()
191 if (!WriteParcelableVector(infos, reply)) { in HandleGetOverlayModuleInfoByBundleName()
213 if (!WriteParcelableVector(overlayBundleInfo, reply)) { in HandleGetOverlayBundleInfoForTarget()
236 if (!WriteParcelableVector(overlayModuleInfo, reply)) { in HandleGetOverlayModuleInfoForTarget()
276 bool OverlayManagerHost::WriteParcelableVector(std::vector<T> &parcelableVector, MessageParcel &rep… in WriteParcelableVector() function in OHOS::AppExecFwk::OverlayManagerHost
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp122 proxy.WriteParcelableVector(elementNames, data);
145 proxy.WriteParcelableVector(elementNames, data);
168 proxy.WriteParcelableVector(elementNames, data);
236 proxy.WriteParcelableVector(elementNames, data);
260 proxy.WriteParcelableVector(elementNames, data);
397 proxy.WriteParcelableVector(elementNames, data);
428 proxy.WriteParcelableVector(elementNames, data);
516 proxy.WriteParcelableVector(elementNames, data);
553 proxy.WriteParcelableVector(elementNames, data);
711 int res = host.WriteParcelableVector<RemoteAbilityInfo>(vector, data);
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_event_proxy.cpp39 if (!WriteParcelableVector(accounts, data)) { in OnAccountsChanged()
70 bool AppAccountEventProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &da… in WriteParcelableVector() function in OHOS::AccountSA::AppAccountEventProxy
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Ddistributed_bms_host.cpp121 if (!WriteParcelableVector<RemoteAbilityInfo>(remoteAbilityInfos, reply)) { in HandleGetRemoteAbilityInfos()
174 if (!WriteParcelableVector<RemoteAbilityInfo>(remoteAbilityInfos, reply)) { in HandleGetAbilityInfos()
218 bool DistributedBmsHost::WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &reply) in WriteParcelableVector() function in OHOS::AppExecFwk::DistributedBmsHost
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/src/
H A Dservice_router_mgr_stub.cpp85 if (!WriteParcelableVector<BusinessAbilityInfo>(infos, reply)) { in HandleQueryBusinessAbilityInfos()
113 if (!WriteParcelableVector<PurposeInfo>(infos, reply)) { in HandleQueryPurposeInfos()
198 bool ServiceRouterMgrStub::WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &reply) in WriteParcelableVector() function in OHOS::AbilityRuntime::ServiceRouterMgrStub
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_incremental_proxy.cpp62 if (!WriteParcelableVector(bundleNames, data)) { in GetLocalCapabilitiesIncremental()
145 if (!WriteParcelableVector(bundlesToBackup, data)) { in AppendBundlesIncrementalBackupSession()
174 if (!WriteParcelableVector(bundlesToBackup, data)) { in AppendBundlesIncrementalBackupSession()
339 bool ServiceProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data) in WriteParcelableVector() function in OHOS::FileManagement::Backup::ServiceProxy
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/src/
H A Ddistributed_bms_proxy.cpp99 if (!WriteParcelableVector(elementNames, data)) { in GetRemoteAbilityInfos()
169 if (!WriteParcelableVector(elementNames, data)) { in GetAbilityInfos()
236 bool DistributedBmsProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &dat… in WriteParcelableVector() function in OHOS::AppExecFwk::DistributedBmsProxy
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_proxy_branch_test/
H A Dans_subscriber_proxy_branch_test.cpp141 proxy->WriteParcelableVector(notifications, data);
162 proxy->WriteParcelableVector(notifications, data);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp706 if (!WriteParcelableVector(infos, reply)) { in HandleGetApplicationInfos()
1134 if (!WriteParcelableVector(infos, reply)) { in HandleGetBundleInfosByMetaData()
1414 if (!WriteParcelableVector(infos, reply)) { in HandleQueryKeepAliveBundleInfos()
2131 if (!WriteParcelableVector(infos, reply)) { in HandleGetAllFormsInfo()
2151 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByApp()
2172 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByModule()
2192 if (!WriteParcelableVector(infos, reply)) { in HandleGetShortcutInfos()
2230 if (!WriteParcelableVector(infos, reply)) { in HandleGetAllCommonEventInfo()
2289 if (ret && !WriteParcelableVector(infos, reply)) { in HandleQueryExtAbilityInfosWithoutType()
2338 if (ret && !WriteParcelableVector(infos, reply)) { in HandleQueryExtAbilityInfos()
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupsaanother_fuzzer/
H A Dbackupsaanother_fuzzer.cpp125 void WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data) in WriteParcelableVector() function
147 WriteParcelableVector(bundleNames, datas); in CmdGetLocalCapabilitiesIncrementalFuzzTest()
184 WriteParcelableVector(bundleNames, datas); in CmdAppendBundlesIncrementalBackupSessionFuzzTest()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_proxy.h79 bool WriteParcelableVector(const std::vector<std::string> &stringVector, MessageParcel &data);
83 bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &data);
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_event_proxy.h35 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_proxy.cpp152 if (!WriteParcelableVector(controlRules, data)) { in AddAppRunningControlRule()
176 if (!WriteParcelableVector(controlRules, data)) { in DeleteAppRunningControlRule()
281 if (!WriteParcelableVector(controlRules, data)) { in AddAppJumpControlRule()
301 if (!WriteParcelableVector(controlRules, data)) { in DeleteAppJumpControlRule()
668 bool AppControlProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &… in WriteParcelableVector() function in OHOS::AppExecFwk::AppControlProxy
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H A Decologic_rule_mgr_service_stub.cpp138 if (!WriteParcelableVector(abilityInfos, reply)) { in OnEvaluateResolveInfosResult()
244 bool EcologicalRuleMgrServiceStub::WriteParcelableVector(const std::vector<T> &parcelableVector, Me… in WriteParcelableVector() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceStub
/ohos5.0/foundation/ability/ability_runtime/service_router_framework/services/srms/include/
H A Dservice_router_mgr_stub.h45 bool WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &data);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_local_live_view_proxy.h50 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function
H A Dans_subscriber_proxy.h107 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h43 bool WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &data);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp924 if (!WriteParcelableVector(infos, reply)) { in HandleGetAllFormsInfo()
946 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByApp()
969 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByModule()
989 if (result == ERR_OK && !WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByFilter()
1012 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfo()
1191 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormInstancesByFilter()
1242 if (!WriteParcelableVector(runningFormInfos, reply)) { in HandleGetRunningFormInfos()
1259 if (!WriteParcelableVector(runningFormInfos, reply)) { in HandleGetRunningFormInfosByBundleName()
1332 bool FormMgrStub::WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &reply) in WriteParcelableVector() function in OHOS::AppExecFwk::FormMgrStub
H A Dform_render_proxy.cpp181 int32_t error = WriteParcelableVector<FormJsInfo>(formJsInfos, data); in ReloadForm()
281 int32_t FormRenderProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParce… in WriteParcelableVector() function in OHOS::AppExecFwk::FormRenderProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/overlay/
H A Doverlay_manager_host.h52 bool WriteParcelableVector(std::vector<T> &parcelableVector, MessageParcel &reply);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
H A Dans_subscriber_stub_unit_test.cpp258 bool isWriteNotificationsSucc = proxy->WriteParcelableVector(notifications, data);
283 bool isWriteNotificationsSucc = proxy->WriteParcelableVector(notifications, data);
311 bool isWriteNotificationsSucc = proxy->WriteParcelableVector(notifications, data);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_proxy.h80 int32_t WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply);
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp43 void WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data) in WriteParcelableVector() function
367 WriteParcelableVector(bundleNames, msg); in CmdGetLocalCapabilitiesIncrementalFuzzTest()
410 WriteParcelableVector(bundlesToBackup, msg); in CmdAppendBundlesIncrementalBackupSessionFuzzTest()
429 WriteParcelableVector(bundlesToBackup, msg); in CmdAppendBundlesDetailsIncrementalBackupSessionFuzzTest()
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/services/manager/include/
H A Decological_rule_mgr_service_stub.h66 …template <typename T> bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessagePa…

12