| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A 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() argument
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | library_loader_load.cpp | 23 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
| H A D | sts_server.c | 36 void destroy_sts_server(struct sts_server *handle) in destroy_sts_server() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | ace_engine_ext.cpp | 33 auto handle = dlopen(DRAG_EXTENSION_SO_PATH.c_str(), RTLD_LAZY);
in CallDragExtFunc() local
|
| H A D | ressched_report.cpp | 27 auto handle = dlopen(RES_SCHED_CLIENT_SO.c_str(), RTLD_NOW); in LoadReportDataFunc() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_staging.h | 64 RenderHandleReference handle; member
|
| /foundation/communication/wifi/wifi/base/cRPC/src/ |
| H A D | client_init.c | 20 void __attribute__((weak)) Register(OnTransactPtr handle)
in Register() argument
|
| /foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
| H A D | wifi_hal_adapter.h | 26 void *handle; member
|
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| H A D | i2c-designware-baytrail.c | 19 acpi_handle handle; in i2c_dw_probe_lock_support() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | acpi_mdio.h | 16 acpi_mdiobus_register(struct mii_bus *mdio, struct fwnode_handle *handle) in acpi_mdiobus_register() argument
|
| /kernel/linux/linux-6.6/drivers/i2c/busses/ |
| H A D | i2c-designware-baytrail.c | 19 acpi_handle handle; in i2c_dw_baytrail_probe_lock_support() local
|
| /kernel/liteos_m/testsuites/sample/kernel/dynlink/ |
| H A D | It_los_dynlink_005.c | 36 VOID *handle = NULL;
in TestCase() local
|
| H A D | It_los_dynlink_006.c | 36 VOID *handle = NULL;
in TestCase() local
|
| H A D | It_los_dynlink_007.c | 36 VOID *handle = NULL;
in TestCase() local
|
| H A D | It_los_dynlink_018.c | 36 VOID *handle = NULL;
in TestCase() local
|
| /test/xts/acts/security/huks/security_huks_basic/huks_hmac_promise_BasicTest/entry/src/ohosTest/js/test/HMAC/ |
| H A D | SecurityHuksHmacBasicPromiseJsunit.test.js | 22 var handle;
variable [all...] |
| /third_party/curl/tests/libtest/ |
| H A D | lib659.c | 36 CURL *handle = NULL; in test() local
|
| /third_party/libuv/test/ |
| H A D | test-loop-configure.c | 19 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
|
| H A D | test-run-nowait.c | 29 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
|
| /third_party/musl/src/linux/ |
| H A D | open_by_handle_at.c | 5 int open_by_handle_at(int mount_fd, struct file_handle *handle, int flags) in open_by_handle_at() argument
|
| /third_party/musl/libc-test/src/functionalext/dlns/ |
| H A D | dlns_dlopen_ext.c | 40 void *handle = dlopen_ns_ext(&dlns, dllNamePath, RTLD_LAZY, &extinfo); in dlopen_0100() local
|
| /third_party/musl/libc-test/src/functionalext/ldso_cfi/crossdso/ |
| H A D | cfi_test_exe.cpp | 33 void *handle = dlopen("libcfi_cross_dso_test_lib.z.so", RTLD_NOW);
in ChangeToAnotherObj() local
|
| /third_party/rust/crates/cxx/tests/ui/ |
| H A D | vec_opaque.rs | 2 mod handle { modules
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | ltdl-helper.c | 35 pa_void_func_t pa_load_sym(lt_dlhandle handle, const char *module, const char *symbol) { in pa_load_sym() argument
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| H A D | library_loader_resolve_symbol.cpp | 28 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() argument 38 void CloseHandle(void *handle) in CloseHandle() argument
|