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 D | bundle_mgr_host.h | 879 ErrCode WriteParcelInfoIntelligent(const T &parcelInfo, MessageParcel &reply) const;
|
H A D | bundle_mgr_proxy.h | 1196 ErrCode WriteParcelInfoIntelligent(const T &parcelInfo, MessageParcel &reply) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 765 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 D | bundle_mgr_proxy.cpp | 4697 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()
|