/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/src/mmc/ |
H A D | mmc_block_lite.c | 72 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 D | graphic_timer.cpp | 55 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 D | mmc_block_lite.h | 40 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 D | winapi.rs | 21 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 D | library_windows.cpp | 48 DWORD errorCode = GetLastError(); in LibraryWindows()
|
H A D | logger_windows.cpp | 61 DWORD handleMode; in StdOutput()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/ |
H A D | graphic_thread.h | 28 typedef DWORD(WINAPI* Runnable)(LPVOID lpThreadParameter);
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | event_loop.cpp | 576 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 D | hnp_zip.c | 135 DWORD fileAttr = GetFileAttributesW(wideFullPath); in IsDirPath() 137 DWORD err = GetLastError(); in IsDirPath()
|
H A D | hnp_file.c | 112 DWORD ret = GetFullPathNameW(wideSrcPath, MAX_FILE_PATH_LEN, wideDstPathExt, NULL); in GetRealPath()
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | event_loop.h | 92 virtual bool OnHandleEvent(std::string fileName, DWORD action) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/ |
H A D | LoggerOutput.cpp | 121 DWORD handleMode; in StdOutput()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillptypes.h | 134 typedef unsigned long DWORD; typedef
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | callbacks.c | 1300 DWORD ret = WaitForSingleObject(*sem, timeout); in FillpAdaptSysArchSemWaitTimeout()
|