Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_host.h57 ErrCode WriteParcelInfo(const T &parcelInfo, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp95 return WriteParcelInfo<BundleResourceInfo>(bundleResourceInfo, reply); in HandleGetBundleResourceInfo()
227 ErrCode BundleResourceHost::WriteParcelInfo(const T &parcelInfo, MessageParcel &reply) in WriteParcelInfo() function in OHOS::AppExecFwk::BundleResourceHost
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h876 ErrCode WriteParcelInfo(const T &parcelInfo, MessageParcel &reply) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3684 ErrCode BundleMgrHost::WriteParcelInfo(const T &parcelInfo, MessageParcel &reply) const in WriteParcelInfo() function in OHOS::AppExecFwk::BundleMgrHost