Searched refs:WriteVectorToParcelIntelligent (Results 1 – 2 of 2) sorted by relevance
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
| D | bundle_mgr_host.cpp | 466 if (!WriteVectorToParcelIntelligent(infos, reply)) { in HandleGetApplicationInfosWithIntFlags() 486 if (!WriteVectorToParcelIntelligent(infos, reply)) { in HandleGetApplicationInfosWithIntFlagsV9() 650 if (!WriteVectorToParcelIntelligent(infos, reply)) { in HandleGetBundleInfos() 672 if (!WriteVectorToParcelIntelligent(infos, reply)) { in HandleGetBundleInfosWithIntFlags() 693 if (!WriteVectorToParcelIntelligent(infos, reply)) { in HandleGetBundleInfosWithIntFlagsV9() 909 if (!WriteVectorToParcelIntelligent(abilityInfos, reply)) { in HandleQueryAbilityInfosMutiparam() 934 if (!WriteVectorToParcelIntelligent(abilityInfos, reply)) { in HandleQueryAbilityInfosV9() 957 if (!WriteVectorToParcelIntelligent(abilityInfos, reply)) { in HandleQueryLauncherAbilityInfos() 981 if (!WriteVectorToParcelIntelligent(abilityInfos, reply)) { in HandleQueryAllAbilityInfos() 2367 bool BundleMgrHost::WriteVectorToParcelIntelligent(std::vector<T> &parcelableVector, MessageParcel … in WriteVectorToParcelIntelligent() function in OHOS::AppExecFwk::BundleMgrHost [all …]
|
| /foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
| D | bundle_mgr_host.h | 722 bool WriteVectorToParcelIntelligent(std::vector<T> &parcelableVector, MessageParcel &reply);
|