Home
last modified time | relevance | path

Searched defs:handle (Results 401 – 425 of 1236) sorted by relevance

1...<<11121314151617181920>>...50

/ohos5.0/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal_list.h42 void* handle; member
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/
H A Dnnrt_implementation.cpp29 void LoadFunction(void* handle, const char* name, T* nnrtFunction) in LoadFunction()
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_crashpad_handler_main.cpp39 void *handle = dlopen(libCrashpadHandler.c_str(), RTLD_NOW | RTLD_GLOBAL); in main() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/examples/
H A Dasync_https_outside.rs26 let handle = rt.spawn(req()); in main() localVariable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_event.c25 EventHandle handle; member
59 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent()
/ohos5.0/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
H A Dspi_fuzzer.cpp39 static void SpiFuzzDoTest(DevHandle handle, struct SpiDevInfo *info, struct SpiMsg *msg, struct Spi… in SpiFuzzDoTest()
63 DevHandle handle = nullptr; in SpiFuzzTest() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dws_ffrt_helper.cpp47 void SaveTask(const std::string& taskName, ffrt::task_handle handle) in SaveTask()
110 …ffrt::task_handle handle = ffrt::submit_h(std::move(localTask), {}, {}, ffrt::task_attr().delay(de… in SubmitTask() local
/ohos5.0/base/startup/init/services/param/liteos/
H A Dparam_hal.c208 static int BatchSavePersistParamBegin(PERSIST_SAVE_HANDLE *handle) in BatchSavePersistParamBegin()
221 static int BatchSavePersistParam(PERSIST_SAVE_HANDLE handle, const char *name, const char *value) in BatchSavePersistParam()
230 static void BatchSavePersistParamEnd(PERSIST_SAVE_HANDLE handle) in BatchSavePersistParamEnd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp84 int GattDatabase::DeleteService(uint16_t handle) in DeleteService()
252 const GattDatabase::Service *GattDatabase::GetService(uint16_t handle) in GetService()
308 int GattDatabase::SetValueByHandle(const uint16_t handle, AttributeValue &value) in SetValueByHandle()
318 GattAttributeEntity GattDatabase::GetValueByHandle(const uint16_t handle) in GetValueByHandle()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs426 let handle = ylong_runtime::spawn(async move { in ut_mix_set_async_reader() localVariable
453 let handle = ylong_runtime::spawn(async move { in ut_mix_set_reader_then_async_data() localVariable
480 let handle = ylong_runtime::spawn(async move { in ut_mix_set_bytes_then_async_data() localVariable
507 let handle = ylong_runtime::spawn(async move { in ut_mix_set_owned_then_async_data() localVariable
/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dcrypto.rs49 handle: Vec<u8>, field
71 let mut handle = OutBlob { size: self.handle.len() as u32, data: self.handle.as_mut_ptr() }; in init_key() localVariable
96 let handle = HksBlob { size: self.handle.len() as u32, data: self.handle.as_ptr() }; in exec_crypt() localVariable
189 let handle = HksBlob { size: self.handle.len() as u32, data: self.handle.as_ptr() }; in drop() localVariable
/ohos5.0/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_sdk_if_test.cpp691 UsbFnInterfaceHandle handle = NULL; variable
1017 UsbFnInterfaceHandle handle; variable
1027 UsbFnInterfaceHandle handle; variable
1037 UsbFnInterfaceHandle handle; variable
1046 UsbFnInterfaceHandle handle; variable
1057 UsbFnInterfaceHandle handle; variable
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_queue.cpp498 ffrt_task_handle_t handle = ffrt_queue_submit_h(queue_handle, variable
541 ffrt_task_handle_t handle = ffrt_queue_submit_h(queue_handle, variable
614 ffrt_task_handle_t handle; variable
676 ffrt_task_handle_t handle = ffrt_queue_submit_head_h(queue_handle, variable
722 ffrt::task_handle handle = serialQueue->submit_h( variable
750 ffrt::task_handle handle = serialQueue->submit_h( variable
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_key_operation.c229 struct HksBlob handle = { sizeof(handleValue), (uint8_t *)&handleValue }; in CmKeyOpCalcMac() local
474 static int32_t ServiceSignVerifyUpdate(const struct CmBlob *handle, const struct HksParamSet *param… in ServiceSignVerifyUpdate()
492 static int32_t ServiceSignVerifyFinish(const struct CmBlob *handle, const struct HksParamSet *param… in ServiceSignVerifyFinish()
509 static int32_t ServiceSignVerifyAbort(const struct CmBlob *handle, const struct HksParamSet *paramS… in ServiceSignVerifyAbort()
523 struct CmBlob *handle) in CmKeyOpInit()
561 …OpProcess(enum CmSignVerifyCmd cmdId, const struct CmContext *context, const struct CmBlob *handle, in CmKeyOpProcess()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddownload_manager_ohos.cpp30 void* handle = dlopen(ACE_NET_WORK_NAME, RTLD_LAZY | RTLD_LOCAL); in CreateDownloadManager() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H A Drender_node_shader_passes_generic.h79 RenderHandleReference handle; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_backend.h33 RenderHandle handle; member
/ohos5.0/drivers/peripheral/audio/effect/model/include/
H A Deffect_core.h33 void *handle; member
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dnnrt_client.cpp26 void LoadFunction(void* handle, const char* name, T* nnrtFunction) in LoadFunction()
/ohos5.0/base/startup/init/services/begetctl/
H A Dmain.c62 BShellHandle handle = GetShellHandle(); in main() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_event.c25 EventHandle handle; member
55 int32_t PostEvent(const List *eventNodeChain, EpollDesc epollfd, EventHandle handle, void *arg) in PostEvent()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_lights.cpp46 DataType* MapBuffer(IRenderNodeGpuResourceManager& gpuResourceManager, const RenderHandle handle) in MapBuffer()
91 const RenderHandle handle = lightBufferHandle_.GetHandle(); in PreExecuteFrame() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/acl/
H A Dhci_acl.c40 uint16_t handle : 12; member
311 uint16_t handle = 0; in HciGetAclHandleFromPacket() local
401 static Packet **HciFargment(uint16_t handle, uint8_t flushable, Packet *packet, uint16_t frameLengt… in HciFargment()
461 static int HciFargmentAndSendData(uint16_t handle, uint8_t flushable, Packet *packet) in HciFargmentAndSendData()
516 static int HciFargmentAndSendLeData(uint16_t handle, uint8_t flushable, Packet *packet) in HciFargmentAndSendLeData()
554 int HCI_SendAclData(uint16_t handle, uint8_t flushable, Packet *packet) in HCI_SendAclData()
628 uint16_t handle = HciGetAclHandleFromPacket(packet); in HciSendCachedAclPackets() local
669 uint16_t handle = HciGetAclHandleFromPacket(packet); in HciSendCachedLePackets() local
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_death_recipient_unittest.cpp65 int handle = 1; variable
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/
H A Daudio_opus_decoder_plugin.h66 void *handle = nullptr; variable

1...<<11121314151617181920>>...50