Home
last modified time | relevance | path

Searched refs:AllocatAshmemNum (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.h46 int32_t AllocatAshmemNum();
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp190 int32_t BundleResourceHost::AllocatAshmemNum() in AllocatAshmemNum() function in OHOS::AppExecFwk::BundleResourceHost
201 (BUNDLE_RESOURCE_ASHMEM_NAME + std::to_string(AllocatAshmemNum())).c_str(), dataSize); in WriteParcelableIntoAshmem()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h865 int32_t AllocatAshmemNum();
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp2918 int32_t BundleMgrHost::AllocatAshmemNum() in AllocatAshmemNum() function in OHOS::AppExecFwk::BundleMgrHost
3041 …sptr<Ashmem> ashMem = Ashmem::CreateAshmem((__func__ + std::to_string(AllocatAshmemNum())).c_str()… in HandleGetMediaData()
3596 (ashmemName + std::to_string(AllocatAshmemNum())).c_str(), totalSize); in WriteParcelableIntoAshmem()
4211 (BUNDLE_MANAGER_ASHMEM_NAME + std::to_string(AllocatAshmemNum())).c_str(), dataSize); in WriteParcelableIntoAshmem()