Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
Dashmem.h132 bool SetProtection(int protectionType);
/foundation/communication/ipc/ipc/native/src/napi_common/include/
Dnapi_ashmem.h62 static napi_value SetProtection(napi_env env, napi_callback_info info);
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_ashmem.cpp125 return ashmem->ashmem_->SetProtection(protectionType); in SetCAshmemProtection()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
Dnapi_ashmem.cpp520 napi_value NAPIAshmem::SetProtection(napi_env env, napi_callback_info info) in SetProtection() function in OHOS::NAPIAshmem
535 bool result = napiAshmem->GetAshmem()->SetProtection(protectionType); in SetProtection()
566 napiAshmem->GetAshmem()->SetProtection(protectionType); in SetProtectionType()
897 DECLARE_NAPI_FUNCTION("setProtection", NAPIAshmem::SetProtection), in AshmemExport()