| /arkcompiler/runtime_core/static_core/libziparchive/ |
| D | zip_archive.cpp | 32 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive() 42 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile() 52 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive() 66 int CloseArchiveFile(ZipArchiveHandle &handle) in CloseArchiveFile() 80 int GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) in GetGlobalFileInfo() 90 int GoToNextFile(ZipArchiveHandle &handle) in GoToNextFile() 100 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile() 110 int GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileInfo() 120 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile() 130 void GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileOffset() [all …]
|
| /arkcompiler/runtime_core/libziparchive/ |
| D | zip_archive.cpp | 29 int OpenArchive(ZipArchiveHandle &handle, const char *path) in OpenArchive() 39 int OpenArchiveFile(ZipArchiveHandle &handle, FILE *fp) in OpenArchiveFile() 49 int CloseArchive(ZipArchiveHandle &handle) in CloseArchive() 63 int CloseArchiveFile(ZipArchiveHandle &handle) in CloseArchiveFile() 77 int GetGlobalFileInfo(ZipArchiveHandle &handle, GlobalStat *gstat) in GetGlobalFileInfo() 87 int GoToNextFile(ZipArchiveHandle &handle) in GoToNextFile() 97 int LocateFile(ZipArchiveHandle &handle, const char *filename) in LocateFile() 107 int GetCurrentFileInfo(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileInfo() 117 int OpenCurrentFile(ZipArchiveHandle &handle) in OpenCurrentFile() 127 void GetCurrentFileOffset(ZipArchiveHandle &handle, EntryFileStat *entry) in GetCurrentFileOffset() [all …]
|
| /arkcompiler/runtime_core/platforms/windows/libpandabase/ |
| D | library_loader.cpp | 24 void *handle = reinterpret_cast<void *>(module); in Load() local 32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() 43 void CloseHandle(void *handle) in CloseHandle()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | library_loader.cpp | 24 void *handle = reinterpret_cast<void *>(module); in Load() local 32 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() 43 void CloseHandle(void *handle) in CloseHandle()
|
| /arkcompiler/toolchain/inspector/ |
| D | library_loader.cpp | 38 void* handle = reinterpret_cast<void*>(module); in Load() local 48 void* ResolveSymbol(void* handle, std::string_view symbol) in ResolveSymbol() 60 void CloseHandle(void* handle) in CloseHandle()
|
| /arkcompiler/toolchain/tooling/dynamic/client/ark_cli/ |
| D | main.cpp | 25 uv_close(reinterpret_cast<uv_handle_t*>(g_inputSignal), [](uv_handle_t* handle) { in ReleaseHandle() 38 uv_close(reinterpret_cast<uv_handle_t*>(g_socketSignal), [](uv_handle_t* handle) { in ReleaseHandle() 46 uv_close(reinterpret_cast<uv_handle_t*>(g_releaseHandle), [](uv_handle_t* handle) { in ReleaseHandle() 66 void InputOnMessage(uv_async_t *handle) in InputOnMessage() 131 void SocketOnMessage([[maybe_unused]] uv_async_t *handle) in SocketOnMessage()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_native_library.cpp | 21 auto handle = os::library_loader::Load(name); in Load() local 29 EtsNativeLibrary::EtsNativeLibrary(PandaString name, os::library_loader::LibraryHandle &&handle) in EtsNativeLibrary()
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | library_loader.h | 43 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle() 45 LibraryHandle(LibraryHandle &&handle) noexcept in LibraryHandle() function
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | library_loader_resolve_symbol.cpp | 22 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() 32 void CloseHandle(void *handle) in CloseHandle()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | library_loader_resolve_symbol.cpp | 20 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() 30 void CloseHandle(void *handle) in CloseHandle()
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/parameter_check/ |
| D | parameter_check.js | 20 handle(arr, idx) { method in StringHandler1 26 handle(arr, idx) { method in StringHandler2
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/ |
| D | parameter_check.js | 20 handle(arr, idx) { method in StringHandler1 26 handle(arr, idx) { method in StringHandler2
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/ |
| D | parameter_check.js | 20 handle(arr, idx) { method in StringHandler1 26 handle(arr, idx) { method in StringHandler2
|
| /arkcompiler/runtime_core/common_interfaces/objects/ |
| D | readonly_handle.h | 41 explicit ReadOnlyHandle(const ReadOnlyHandle<S> &handle) : address_(handle.GetAddress()) in ReadOnlyHandle() 47 static ReadOnlyHandle<T> Cast(const ReadOnlyHandle<S> &handle) in Cast()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debugger_arkapi.cpp | 29 void *handle = reinterpret_cast<void *>(module); in Load() local 33 static void *ResolveSymbol(void *handle, std::string_view symbol) in ResolveSymbol() 42 void *handle = dlopen(libraryName.data(), RTLD_LAZY); in Load() local 46 static void *ResolveSymbol(void *handle, std::string_view symbol) in ResolveSymbol()
|
| /arkcompiler/runtime_core/tests/fuzztest/ziparchivehandle_fuzzer/ |
| D | ziparchivehandle_fuzzer.cpp | 28 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local 40 panda::ZipArchiveHandle handle = nullptr; in ZipArchiveHandleFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_handle.h | 111 explicit JSHandle(const JSHandle<S> &handle) : address_(handle.GetAddress()) {} in JSHandle() 114 inline static JSHandle<T> Cast(const JSHandle<S> &handle) in Cast() 232 JSMutableHandle(const JSThread *thread, const JSHandle<S> &handle) in JSMutableHandle() 241 inline static JSMutableHandle<T> Cast(const JSMutableHandle<S> &handle) in Cast() 255 void Update(const JSHandle<S> &handle) in Update()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | library_loader.h | 54 explicit LibraryHandle(void *handle) : handle_(handle) {} in LibraryHandle() 56 LibraryHandle(LibraryHandle &&handle) noexcept in LibraryHandle() function
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/ |
| D | async_detect.cpp | 30 static thread_local uv_timer_t handle; in RegisterAsyncDetectCallBack() local 45 void AsyncDetectCallBack(uv_timer_t* handle) in AsyncDetectCallBack()
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/router_table/modules/ |
| D | IRouterHandler.ts | 16 abstract handle(): void; method in IRouterHandler
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/router_table/dynamic/modules/ |
| D | IRouterHandler.ts | 16 abstract handle(): void; method in IRouterHandler
|
| D | xxxHandler.ts | 29 handle(): void { method in xxxHandler
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/router_table/modules/ |
| D | xxxHandler.ts | 29 handle(): void { method in xxxHandler
|
| /arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/router_table_ohmurl/modules/ |
| D | IRouterHandler.ts | 17 abstract handle(): void; method in IRouterHandler
|
| D | xxxHandler.ts | 27 handle(): void { method in xxxHandler
|