Home
last modified time | relevance | path

Searched defs:handle (Results 26 - 50 of 4451) sorted by relevance

12345678910>>...179

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_native_library.cpp21 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 Dlibrary_loader_load.cpp23 void *handle = dlopen(filename.data(), RTLD_LAZY); in Load() local
/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_server.c36 void destroy_sts_server(struct sts_server *handle) in destroy_sts_server() argument
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dace_engine_ext.cpp33 auto handle = dlopen(DRAG_EXTENSION_SO_PATH.c_str(), RTLD_LAZY); in CallDragExtFunc() local
H A Dressched_report.cpp27 auto handle = dlopen(RES_SCHED_CLIENT_SO.c_str(), RTLD_NOW); in LoadReportDataFunc() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_staging.h64 RenderHandleReference handle; member
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dclient_init.c20 void __attribute__((weak)) Register(OnTransactPtr handle) in Register() argument
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_adapter.h26 void *handle; member
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-designware-baytrail.c19 acpi_handle handle; in i2c_dw_probe_lock_support() local
/kernel/linux/linux-6.6/include/linux/
H A Dacpi_mdio.h16 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 Di2c-designware-baytrail.c19 acpi_handle handle; in i2c_dw_baytrail_probe_lock_support() local
/kernel/liteos_m/testsuites/sample/kernel/dynlink/
H A DIt_los_dynlink_005.c36 VOID *handle = NULL; in TestCase() local
H A DIt_los_dynlink_006.c36 VOID *handle = NULL; in TestCase() local
H A DIt_los_dynlink_007.c36 VOID *handle = NULL; in TestCase() local
H A DIt_los_dynlink_018.c36 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 DSecurityHuksHmacBasicPromiseJsunit.test.js22 var handle; variable
[all...]
/third_party/curl/tests/libtest/
H A Dlib659.c36 CURL *handle = NULL; in test() local
/third_party/libuv/test/
H A Dtest-loop-configure.c19 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
H A Dtest-run-nowait.c29 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
/third_party/musl/src/linux/
H A Dopen_by_handle_at.c5 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 Ddlns_dlopen_ext.c40 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 Dcfi_test_exe.cpp33 void *handle = dlopen("libcfi_cross_dso_test_lib.z.so", RTLD_NOW); in ChangeToAnotherObj() local
/third_party/rust/crates/cxx/tests/ui/
H A Dvec_opaque.rs2 mod handle { modules
/third_party/pulseaudio/src/pulsecore/
H A Dltdl-helper.c35 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 Dlibrary_loader_resolve_symbol.cpp28 Expected<void *, Error> ResolveSymbol(const LibraryHandle &handle, std::string_view name) in ResolveSymbol() argument
38 void CloseHandle(void *handle) in CloseHandle() argument

Completed in 5 milliseconds

12345678910>>...179