Home
last modified time | relevance | path

Searched refs:HANDLE (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs20 pub type HANDLE = isize; typedef
107 FileHandle: HANDLE, in CreateIoCompletionPort() argument
108 ExistingCompletionPort: HANDLE, in CreateIoCompletionPort() argument
111 ) -> HANDLE; in CreateIoCompletionPort() argument
114 CompletionPort: HANDLE, in PostQueuedCompletionStatus() argument
121 CompletionPort: HANDLE, in GetQueuedCompletionStatusEx() argument
132 FileHandle: *mut HANDLE, in NtCreateFile() argument
146 FileHandle: HANDLE, in NtDeviceIoControlFile() argument
147 Event: HANDLE, in NtDeviceIoControlFile() argument
201 pub hEvent: HANDLE,
[all …]
H A Dhandle.rs16 use crate::sys::winapi::{CloseHandle, HANDLE};
20 pub(crate) struct Handle(HANDLE);
23 pub(crate) fn new(handle: HANDLE) -> Self { in new()
27 pub(crate) fn raw(&self) -> HANDLE { in raw() argument
H A Dafd.rs25 FILE_OPEN, FILE_SHARE_READ, FILE_SHARE_WRITE, FILE_SKIP_SET_EVENT_ON_HANDLE, HANDLE,
73 FileHandle: HANDLE, in NtCancelIoFileEx() argument
90 let mut afd_device_handle: HANDLE = INVALID_HANDLE_VALUE; in new()
146 self.fd.as_raw_handle() as HANDLE, in poll()
178 let status = NtCancelIoFileEx(self.fd.as_raw_handle() as HANDLE, iosb, &mut cancel_iosb); in cancel()
260 pub handle: HANDLE,
H A Diocp.rs20 CreateIoCompletionPort, GetQueuedCompletionStatusEx, PostQueuedCompletionStatus, HANDLE,
51 CreateIoCompletionPort(t.as_raw_handle() as HANDLE, self.handle.raw(), token, 0), in add_handle()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/core_affinity/
H A Dwindows.rs17 use std::os::windows::raw::HANDLE;
20 fn GetCurrentThread() -> HANDLE; in GetCurrentThread()
22 fn SetThreadAffinityMask(hThread: HANDLE, dwThreadAffinityMask: usize) -> usize; in SetThreadAffinityMask() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/
H A Dasset_operation_utils.cpp134 return AssetOpType::HANDLE; in DefaultOperation()
158 return AssetOpType::HANDLE; in CheckWithDownload()
169 AssetOpType::HANDLE : AssetOpType::NOT_HANDLE; in CheckWithDownload()
182 return AssetOpType::HANDLE; in CheckAfterUpload()
214 return AssetOpType::HANDLE; in HandleIfExistAndSameStatus()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h30 using HANDLE = const std::shared_ptr<AppExecFwk::EventHandler>;
52 void RegisterCoreNotify(const HANDLE &handler, int what);
53 void UnRegisterCoreNotify(const HANDLE &observerCallBack, int what);
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_file_operation.h96 HANDLE handle = (HANDLE)_get_osfhandle(fd); in Fsync()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp221 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(fd)); in mmap()
228 HANDLE FileMappingHandle = ::CreateFileMappingW(FileHandle, 0, PAGE_READONLY, 0, 0, 0); in mmap()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Di_network_search.h37 using HANDLE = const std::shared_ptr<AppExecFwk::EventHandler>;
64 virtual void RegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) = 0;
65 virtual void UnRegisterCoreNotify(int32_t slotId, HANDLE &handler, int32_t what) = 0;
H A Di_sim_manager.h29 using HANDLE = const std::shared_ptr<AppExecFwk::EventHandler>;
132 virtual void RegisterCoreNotify(int32_t slotId, const HANDLE &handler, int what) = 0;
133 virtual void UnRegisterCoreNotify(int32_t slotId, const HANDLE &observerCallBack, int what) = 0;
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp325 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(fd));
329 HANDLE FileMappingHandle = ::CreateFileMappingW(FileHandle, 0, PAGE_READONLY, 0, 0, 0);
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app/error_manager/
H A Djs_error_manager.h26 enum class UnhandledRejectionEvent : uint32_t { REJECT = 0, HANDLE }; enumerator
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dsys_event_service_ipc_interface_code.h33 HANDLE = 0, enumerator
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/include/
H A Disys_event_callback.h29 HANDLE = 0, enumerator
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dbase_types.h23 using HANDLE = uintptr_t; variable
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_callback_proxy.cpp46 static_cast<uint32_t>(SysEventCallbackInterfaceCode::HANDLE), data, reply, option); in Handle()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs85 static mut HANDLE: MaybeUninit<IoHandle> = MaybeUninit::uninit(); const
96 unsafe { &*HANDLE.as_ptr() } in get_ref()
310 HANDLE = MaybeUninit::new(IoHandle::new(inner)); in initialize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Ddir.cpp21 HANDLE handle;
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H A Dutil.cpp25 HANDLE timer = CreateWaitableTimer(nullptr, TRUE, nullptr); in usleep()
/ohos5.0/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dsys_event_callback_stub.cpp37 case HANDLE: { in OnRemoteRequest()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h44 HANDLE handle = CreateThread(NULL, 0, entry, arg, 0, NULL); in ThreadCreate()
H A Dgraphic_mutex.h92 HANDLE mutex_;
/ohos5.0/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp26 HANDLE timer = CreateWaitableTimer(nullptr, TRUE, nullptr); in usleep()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/io/dev/
H A DFileMonitor.cpp69 HANDLE handle = FindFirstFileA(resolvedPath, &data); in ResolveAbsolutePath()
110 HANDLE handle = INVALID_HANDLE_VALUE; in recursivelyCollectAllFiles()

123