Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/ohos/
Dcode_decrypt.cpp23 int DecryptSetKey(int fd, int srcAppId) in DecryptSetKey()
33 int DecrypRemoveKey(int fd, int srcAppId) in DecrypRemoveKey()
43 int DecryptAssociateKey(int fd, int dstAppId, int srcAppId) in DecryptAssociateKey()
53 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId) in DecrypRemoveAssociateKey()
Dohos_pkg_args.h89 void DecryptSetKey(int fd) const in DecryptSetKey()
100 void DecryptRemoveKey(int fd) const in DecryptRemoveKey()
133 int fd = open(DEV_APP_CRYPTO_PATH, O_RDONLY); in GetJSPandaFile() local
/arkcompiler/runtime_core/libpandabase/os/
Dunique_fd.h62 int fd = fd_; in Release() local
87 static void DefaultCloser(int fd) in DefaultCloser()
Dnative_stack.cpp26 …OsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dunique_fd.h62 int fd = fd_; in Release() local
87 static void DefaultCloser(int fd) in DefaultCloser()
Dnative_stack.cpp46 …OsFile([[maybe_unused]] const void *buffer, [[maybe_unused]] size_t count, [[maybe_unused]] int fd) in WriterOsFile()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp61 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf()
69 void FSync(fd_t fd) in FSync()
77 void Close(fd_t fd) in Close()
84 fd_t fd = open(fileName, flag); in FileMap() local
105 fd_t fd = open(fileName, flag); in FileMapForAlignAddress() local
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
Dipc_unix_socket.cpp93 bool SendAll(int fd, const void *buf, int len) in SendAll()
110 bool WaitDataTimeout(int fd, int timeoutMs) in WaitDataTimeout()
136 int RecvTimeout(int fd, void *buf, int len, int timeoutMs) in RecvTimeout()
Dipc_message.cpp21 bool SendMessage(int fd, const Message &message) in SendMessage()
43 int RecvMessage(int fd, Message &message) in RecvMessage()
/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp45 static bool WriteBuffer(int fd, const uint8_t *buffer, size_t byteCount) in WriteBuffer()
80 static int TestEof(int fd) in TestEof()
94 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::SerializerBuffer::FillFromFd(int fd, const Panda… in FillFromFd()
290 bool ProfileDumpInfo::Save(int fd) in Save()
347 bool ProfileDumpInfo::Load(int fd) in Load()
359 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::LoadInternal(int fd, PandaString *error) in LoadInternal()
408 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileHeader(int fd, uint32_t *numberOfLine… in ReadProfileHeader()
433 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileLineHeader(int fd, ProfileLineHeader … in ReadProfileLineHeader()
462 ProfileDumpInfo::ProfileLoadSatus ProfileDumpInfo::ReadProfileLine(int fd, const ProfileLineHeader … in ReadProfileLine()
522 int fd = myfile.GetFd(); in MergeAndSave() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp69 void DPrintf(fd_t fd, const std::string &buffer) in DPrintf()
74 void FSync(fd_t fd) in FSync()
79 void Close(fd_t fd) in Close()
89 fd_t fd = CreateFile(fileName, flag, 0, nullptr, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, nullptr); in FileMap() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dunique_fd.h23 inline int DupCloexec(int fd) in DupCloexec()
Dnative_stack.cpp39 bool WriterOsFile(const void *buffer, size_t count, int fd) in WriterOsFile()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dunique_fd.h23 inline int DupCloexec(int fd) in DupCloexec()
Dpipe.cpp41 int SetFdNonblocking(const UniqueFd &fd) in SetFdNonblocking()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dunique_fd.h23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dunique_fd.h23 inline int DupCloexec([[maybe_unused]] int fd) in DupCloexec()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dthread_communicator.h44 for (int fd : listenerPipe_) { in ~ThreadCommunicator() local
/arkcompiler/runtime_core/libpandabase/tests/
Dunix_native_stack_test.cpp31 int fd = open("./test_native_stack.txt", O_WRONLY|O_APPEND|O_CREAT, 0777); variable
/arkcompiler/toolchain/websocket/
Dwebsocket_base.cpp206 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
225 bool WebSocketBase::SetWebSocketTimeOut(int32_t fd, uint32_t timeoutLimit) in SetWebSocketTimeOut()
/arkcompiler/toolchain/test/fuzztest/wsserver_fuzzer/
Dwsserver_fuzzer.cpp39 int fd = -2; // -2 : old debug process in WsServerFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.h61 explicit FileDescriptorStream(int32_t fd): fd_(fd) {} in FileDescriptorStream()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_mapper.cpp42 int32_t fd, size_t offset, size_t len, FileMapperType type) in CreateFileMapper()
/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h53 …static std::unique_ptr<PandaFileWrapper> OpenPandafileFromFd(int fd, uint64_t offset, const std::s… in OpenPandafileFromFd()
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dinstanceof.ts51 const fd = "s" instanceof Object; // Compile-time error constant

12