Home
last modified time | relevance | path

Searched refs:GetLastError (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgraphic_timer.cpp74 GRAPHIC_LOGE("Timer start failed.(Error=%d)", GetLastError()); in WinAsyncThread()
119 GRAPHIC_LOGE("Timer start failed.(Error=%d)", GetLastError()); in Start()
132 GRAPHIC_LOGE("Timer stop failed.(Error=%d)", GetLastError()); in Stop()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
H A Dlibrary_windows.cpp48 DWORD errorCode = GetLastError(); in LibraryWindows()
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dnfcc_nci_adapter_test.cpp69 EXPECT_TRUE(NCI::NfccNciAdapter::GetInstance().GetLastError() == 0); in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnfcc_nci_adapter.h46 uint32_t GetLastError();
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h212 NativeErrorExtendedInfo* GetLastError();
H A Dnative_engine.cpp364 NativeErrorExtendedInfo* NativeEngine::GetLastError() in GetLastError() function in NativeEngine
H A Dnative_api.cpp127 *result = reinterpret_cast<napi_extended_error_info*>(reinterpret_cast<NativeEngine*>(env)->GetLastError()); in napi_get_last_error_info()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnfcc_nci_adapter.cpp965 uint32_t NfccNciAdapter::GetLastError() in GetLastError() function in OHOS::NFC::NCI::NfccNciAdapter
967 DebugLog("NfccNciAdapter::GetLastError"); in GetLastError()
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp885 errInfo += "load module failed. " + std::to_string(GetLastError()); in LoadModuleLibrary()

Completed in 21 milliseconds