Home
last modified time | relevance | path

Searched refs:CloseHandle (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dhandle.rs16 use crate::sys::winapi::{CloseHandle, HANDLE};
41 unsafe { CloseHandle(self.0) }; in drop()
H A Dwinapi.rs104 pub fn CloseHandle(hObject: HANDLE) -> BOOL; in CloseHandle() function
/ohos5.0/foundation/multimedia/media_foundation/engine/foundation/osal/utils/
H A Dutil.cpp31 CloseHandle(timer); in usleep()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_mutex.h53 CloseHandle(mutex_); in ~GraphicMutex()
H A Dgraphic_semaphore.h70 CloseHandle(sem_); in ~GraphicSemaphore()
/ohos5.0/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp32 CloseHandle(timer); in usleep()
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_utils.cpp337 ::CloseHandle(FileMappingHandle);
340 ::CloseHandle(FileMappingHandle);
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp100 void ParseUtil::CloseHandle(SaProfile& saProfile) in CloseHandle() function in OHOS::ParseUtil
115 CloseHandle(saProfile); in CloseSo()
123 CloseHandle(saProfile); in CloseSo()
/ohos5.0/drivers/peripheral/codec/hal/idl_service/include/
H A Dcomponent_node.h42 int32_t CloseHandle();
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp100 CloseHandle(timer_); in ~GraphicTimer()
/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxutil/
H A Ddfx_util.cpp242 ::CloseHandle(FileMappingHandle); in mmap()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h50 void CloseHandle(SaProfile& saProfile);
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_service.cpp65 int32_t ret = node_->CloseHandle(); in ~CodecComponentService()
H A Dcomponent_node.cpp123 int32_t ComponentNode::CloseHandle() in CloseHandle() function in OHOS::Codec::Omx::ComponentNode
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c804 #define FILLP_ADAPT_SYS_ARCH_SEM_DESTROY(sem) CloseHandle(*(sem))
1243 return CloseHandle(*sem); in FillpAdaptSysArchSemClose()
/ohos5.0/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp1197 parser_->CloseHandle(saProfile);