Home
last modified time | relevance | path

Searched refs:WriteParcelInfoIntelligent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h879 ErrCode WriteParcelInfoIntelligent(const T &parcelInfo, MessageParcel &reply) const;
H A Dbundle_mgr_proxy.h1196 ErrCode WriteParcelInfoIntelligent(const T &parcelInfo, MessageParcel &reply) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp765 return WriteParcelInfoIntelligent(info, reply); in HandleGetBundleInfo()
822 return WriteParcelInfoIntelligent(info, reply); in HandleGetBundleInfoWithIntFlags()
847 return WriteParcelInfoIntelligent<BundleInfo>(info, reply); in HandleGetBundleInfoWithIntFlagsV9()
3662 ErrCode BundleMgrHost::WriteParcelInfoIntelligent(const T &parcelInfo, MessageParcel &reply) const in WriteParcelInfoIntelligent() function in OHOS::AppExecFwk::BundleMgrHost
3982 return WriteParcelInfoIntelligent<SignatureInfo>(info, reply); in HandleGetSignatureInfoByBundleName()
H A Dbundle_mgr_proxy.cpp4697 ErrCode BundleMgrProxy::WriteParcelInfoIntelligent(const T &parcelInfo, MessageParcel &reply) const in WriteParcelInfoIntelligent() function in OHOS::AppExecFwk::BundleMgrProxy
5107 auto ret = WriteParcelInfoIntelligent(shortcutInfo, data); in AddDesktopShortcutInfo()
5132 auto ret = WriteParcelInfoIntelligent(shortcutInfo, data); in DeleteDesktopShortcutInfo()