/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/overlay/ |
H A D | overlay_manager_host.cpp | 100 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 D | distributed_bms_host_test.cpp | 122 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 D | app_account_event_proxy.cpp | 39 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 D | distributed_bms_host.cpp | 121 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 D | service_router_mgr_stub.cpp | 85 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 D | service_incremental_proxy.cpp | 62 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 D | distributed_bms_proxy.cpp | 99 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 D | ans_subscriber_proxy_branch_test.cpp | 141 proxy->WriteParcelableVector(notifications, data); 162 proxy->WriteParcelableVector(notifications, data);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 706 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 D | backupsaanother_fuzzer.cpp | 125 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 D | app_control_proxy.h | 79 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 D | app_account_event_proxy.h | 35 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 D | app_control_proxy.cpp | 152 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 D | ecologic_rule_mgr_service_stub.cpp | 138 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 D | service_router_mgr_stub.h | 45 bool WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &data);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_subscriber_local_live_view_proxy.h | 50 bool WriteParcelableVector(const std::vector<sptr<T>> &parcelableVector, MessageParcel &data) in WriteParcelableVector() function
|
H A D | ans_subscriber_proxy.h | 107 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 D | distributed_bms_host.h | 43 bool WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &data);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_stub.cpp | 924 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 D | form_render_proxy.cpp | 181 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 D | overlay_manager_host.h | 52 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 D | ans_subscriber_stub_unit_test.cpp | 258 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 D | form_render_proxy.h | 80 int32_t WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply);
|
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/ |
H A D | backupservicestub_fuzzer.cpp | 43 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 D | ecological_rule_mgr_service_stub.h | 66 …template <typename T> bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessagePa…
|