Home
last modified time | relevance | path

Searched refs:WriteVectorToParcelIntelligent (Results 1 – 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
Dbundle_mgr_host.cpp466 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/
Dbundle_mgr_host.h722 bool WriteVectorToParcelIntelligent(std::vector<T> &parcelableVector, MessageParcel &reply);