Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/src/mmc/
H A Dmmc_block_lite.c72 static DRESULT DisckMmcRead(BYTE pd, BYTE *buffer, DWORD startSector, UINT nSectors) in DisckMmcRead()
83 if (startSector >= (DWORD)max || nSectors >= (UINT)max) { in DisckMmcRead()
99 static DRESULT DiskMmcWrite(BYTE pd, const BYTE *buffer, DWORD startSector, UINT nSectors) in DiskMmcWrite()
110 if (startSector >= (DWORD)max || nSectors >= (UINT)max) { in DiskMmcWrite()
146 *(DWORD *)buffer = (DWORD)dev->capacity; in DiskMmcIoctl()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp55 static void CALLBACK TimerCallback(LPVOID lpArg, DWORD dwTimerLowValue, DWORD dwTimerHighValue) in TimerCallback()
66 static DWORD WINAPI WinAsyncThread(LPVOID lpParam) in WinAsyncThread()
111 DWORD dwThreadId; in Start()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/include/mmc/
H A Dmmc_block_lite.h40 DRESULT (*disk_read)(BYTE pd, BYTE *buffer, DWORD startSector, UINT nSectors);
41 DRESULT (*disk_write)(BYTE pd, const BYTE *buffer, DWORD startSector, UINT nSectors);
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs21 pub type DWORD = c_ulong; typedef
110 NumberOfConcurrentThreads: DWORD, in CreateIoCompletionPort() argument
115 dwNumberOfBytesTransferred: DWORD, in PostQueuedCompletionStatus() argument
125 dwMilliseconds: DWORD, in GetQueuedCompletionStatusEx() argument
224 pub dwNumberOfBytesTransferred: DWORD,
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlibrary_windows.cpp48 DWORD errorCode = GetLastError(); in LibraryWindows()
H A Dlogger_windows.cpp61 DWORD handleMode; in StdOutput()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h28 typedef DWORD(WINAPI* Runnable)(LPVOID lpThreadParameter);
/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_loop.cpp576 DWORD dWaitTime = (leftTimeMill >= INFINITE) ? INFINITE : static_cast<DWORD>(leftTimeMill); in WaitNextEvent()
577 DWORD result = WaitForMultipleObjects(MAX_HANDLE_ARRAY_SIZE, watchHandleList_, TRUE, dWaitTime); in WaitNextEvent()
/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c135 DWORD fileAttr = GetFileAttributesW(wideFullPath); in IsDirPath()
137 DWORD err = GetLastError(); in IsDirPath()
H A Dhnp_file.c112 DWORD ret = GetFullPathNameW(wideSrcPath, MAX_FILE_PATH_LEN, wideDstPathExt, NULL); in GetRealPath()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Devent_loop.h92 virtual bool OnHandleEvent(std::string fileName, DWORD action) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/
H A DLoggerOutput.cpp121 DWORD handleMode; in StdOutput()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h134 typedef unsigned long DWORD; typedef
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1300 DWORD ret = WaitForSingleObject(*sem, timeout); in FillpAdaptSysArchSemWaitTimeout()