Home
last modified time | relevance | path

Searched defs:prot (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/utils/src/
H A Dshared_mem.cpp24 int SharedMemSetProt(int fd, int prot) in SharedMemSetProt()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_sync_utils.cpp38 unsigned int prot = PROT_READ | PROT_WRITE; in CreateAVTransSharedMemory() local
92 unsigned int prot = PROT_WRITE; in WriteClockUnitToMemory() local
133 unsigned int prot = PROT_WRITE; in ReadClockUnitFromMemory() local
178 unsigned int prot = PROT_WRITE; in WriteFrameInfoToMemory() local
208 unsigned int prot = PROT_WRITE; in ReadFrameInfoFromMemory() local
239 unsigned int prot = PROT_WRITE; in ResetSharedMemory() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dinvoker_factory.h55 template <typename T> InvokerDelegator<T>::InvokerDelegator(int prot) in InvokerDelegator()
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/ashmem_fuzzer/
H A Dashmem_fuzzer.cpp56 int prot = dataProvider->ConsumeIntegral<int>(); in AshmemTestFunc() local
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dselinux_share_mem.c34 int prot = PROT_READ; in InitSharedMem() local
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_buffer.cpp73 unsigned int prot = PROT_READ | PROT_WRITE; in GetAddr() local
/ohos5.0/base/startup/init/services/param/linux/
H A Dparam_osadp.c88 int prot = PROT_READ; in GetSharedMem() local
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avbuffer/
H A Dav_shared_memory_ext.cpp191 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemoryAddr() local
H A Dav_hardware_memory.cpp133 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemoryAddr() local
/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dslab.h222 const int prot = PROT_READ | PROT_WRITE; in expand() local
/ohos5.0/foundation/multimedia/media_foundation/src/buffer/avsharedmemory/
H A Davsharedmemorybase.cpp123 unsigned int prot = PROT_READ | PROT_WRITE; in MapMemory() local
/ohos5.0/commonlibrary/c_utils/base/src/
H A Dashmem.cpp138 int AshmemSetProt(int fd, int prot) in AshmemSetProt()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp219 void *mmap(void *addr, size_t length, int prot, int flags, int fd, size_t offset) in mmap()
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/common/src/
H A Dux_page_table_c.c149 int prot = PROT_READ | PROT_WRITE; in CheckUxpt() local
421 int prot = PROT_READ | PROT_WRITE; in MapUxptePages() local
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp106 cJSON *prot = cJSON_GetObjectItem(mem, jsonKey.c_str()); in ParsePortList() local
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dco_routine.cpp253 static void CoSetStackProt(CoRoutine* co, int prot) in CoSetStackProt()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_service.c485 int prot = PROT_READ; in GetMapMem() local