Home
last modified time | relevance | path

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

/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 &reply) in WriteParcelableVector() function in OHOS::AppExecFwk::OverlayManagerHost
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/unittest/distributed_bms_host_test/
H A Ddistributed_bms_host_test.cpp122 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
145 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
168 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
236 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
260 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
397 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
428 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
516 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
553 proxy.WriteParcelableVector(elementNames, data); in HWTEST_F()
702 * @tc.name: Test WriteParcelableVector
[all...]
/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
/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
/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);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Ddistributed_bms_host.h43 bool WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &data);
/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);
/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 &data) in WriteParcelableVector() function in OHOS::AppExecFwk::DistributedBmsProxy
/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()
/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
/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);
H A Dapp_control_host.h38 bool WriteParcelableVector(std::vector<T> &parcelableVector, MessageParcel &reply);
/foundation/bundlemanager/ecological_rule_manager/services/manager/src/
H A Decologic_rule_mgr_service_stub.cpp140 if (!WriteParcelableVector(abilityInfos, reply)) { in OnEvaluateResolveInfosResult()
141 LOG_ERROR("WriteParcelableVector failed"); in OnEvaluateResolveInfosResult()
260 bool EcologicalRuleMgrServiceStub::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply) in WriteParcelableVector() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceStub
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_proxy.h75 int32_t WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply);
H A Dform_mgr_stub.h596 bool WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &reply);
/foundation/bundlemanager/ecological_rule_manager/services/manager/include/
H A Decological_rule_mgr_service_stub.h69 template <typename T> bool WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp698 if (!WriteParcelableVector(infos, reply)) { in HandleGetApplicationInfos()
1126 if (!WriteParcelableVector(infos, reply)) { in HandleGetBundleInfosByMetaData()
1199 if (!WriteParcelableVector(abilityInfos, reply)) { in HandleQueryAbilityInfos()
1369 if (!WriteParcelableVector(abilityInfos, reply)) { in HandleQueryAbilityInfosByUri()
1406 if (!WriteParcelableVector(infos, reply)) { in HandleQueryKeepAliveBundleInfos()
2123 if (!WriteParcelableVector(infos, reply)) { in HandleGetAllFormsInfo()
2143 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByApp()
2164 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByModule()
2184 if (!WriteParcelableVector(infos, reply)) { in HandleGetShortcutInfos()
2203 if (ret == ERR_OK && !WriteParcelableVector(info in HandleGetShortcutInfoV9()
2855 bool BundleMgrHost::WriteParcelableVector(std::vector<T> &parcelableVector, MessageParcel &reply) WriteParcelableVector() function in OHOS::AppExecFwk::BundleMgrHost
[all...]
/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()
/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 &data) in WriteParcelableVector() function in OHOS::AppExecFwk::AppControlProxy
H A Dapp_control_host.cpp421 if (!WriteParcelableVector(rules, reply)) { in HandleGetAbilityRunningControlRule()
497 bool AppControlHost::WriteParcelableVector(std::vector<T> &parcelableVector, MessageParcel &reply) in WriteParcelableVector() function in OHOS::AppExecFwk::AppControlHost
/foundation/bundlemanager/distributed_bundle_framework/interfaces/inner_api/include/
H A Ddistributed_bms_proxy.h123 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_proxy.cpp181 int32_t error = WriteParcelableVector<FormJsInfo>(formJsInfos, data); in ReloadForm()
183 HILOG_ERROR("fail WriteParcelableVector<FormJsInfo>"); in ReloadForm()
245 int32_t FormRenderProxy::WriteParcelableVector(const std::vector<T> &parcelableVector, MessageParcel &reply) in WriteParcelableVector() function in OHOS::AppExecFwk::FormRenderProxy
H A Dform_mgr_stub.cpp922 if (!WriteParcelableVector(infos, reply)) { in HandleGetAllFormsInfo()
944 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByApp()
967 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByModule()
987 if (result == ERR_OK && !WriteParcelableVector(infos, reply)) { in HandleGetFormsInfoByFilter()
1010 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormsInfo()
1189 if (!WriteParcelableVector(infos, reply)) { in HandleGetFormInstancesByFilter()
1240 if (!WriteParcelableVector(runningFormInfos, reply)) { in HandleGetRunningFormInfos()
1257 if (!WriteParcelableVector(runningFormInfos, reply)) { in HandleGetRunningFormInfosByBundleName()
1330 bool FormMgrStub::WriteParcelableVector(std::vector<T> &parcelableVector, Parcel &reply) in WriteParcelableVector() function in OHOS::AppExecFwk::FormMgrStub
/foundation/filemanagement/app_file_service/interfaces/inner_api/native/backup_kit_inner/impl/
H A Dservice_proxy.h81 bool WriteParcelableVector(const std::vector<T> &parcelableVector, Parcel &data);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h850 bool WriteParcelableVector(std::vector<T> &parcelableVector, MessageParcel &reply);

Completed in 22 milliseconds