Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp196 ErrCode BundleResourceHost::WriteParcelableIntoAshmem(MessageParcel &tempParcel, MessageParcel &rep… in WriteParcelableIntoAshmem() function in OHOS::AppExecFwk::BundleResourceHost
242 return WriteParcelableIntoAshmem(tmpParcel, reply); in WriteParcelInfo()
276 return WriteParcelableIntoAshmem(tempParcel, reply); in WriteVectorToParcel()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_host.h48 ErrCode WriteParcelableIntoAshmem(MessageParcel &tempParcel, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h868 bool WriteParcelableIntoAshmem(
886 ErrCode WriteParcelableIntoAshmem(MessageParcel &tempParcel, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2906 return WriteParcelableIntoAshmem(tempParcel, reply); in WriteVectorToParcelIntelligent()
3570 bool BundleMgrHost::WriteParcelableIntoAshmem( in WriteParcelableIntoAshmem() function in OHOS::AppExecFwk::BundleMgrHost
3648 if (!WriteParcelableIntoAshmem(parcelable, ashmemName, reply)) { in WriteBigParcelable()
4206 ErrCode BundleMgrHost::WriteParcelableIntoAshmem(MessageParcel &tempParcel, MessageParcel &reply) in WriteParcelableIntoAshmem() function in OHOS::AppExecFwk::BundleMgrHost