Home
last modified time | relevance | path

Searched defs:ashmemName (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp86 std::string ashmemName = "SharedBlock:" + name; in Create() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp83 std::string ashmemName = "SharedBlock:" + ashmemPath + std::to_string(identifier.fetch_add(1)); in Create() local
/ohos5.0/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp56 std::string ashmemName = "AshmemIpc"; member in IPCNativeFrameworkTest
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_ashmem.cpp947 std::string ashmemName = stringValue; in Ashmem_JS_Constructor() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3571 T &parcelable, const char *ashmemName, MessageParcel &reply) in WriteParcelableIntoAshmem()
3637 ErrCode BundleMgrHost::WriteBigParcelable(T &parcelable, const char *ashmemName, MessageParcel &rep… in WriteBigParcelable()