Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetLastError
(Results
1 - 9
of
9
) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/
H
A
D
graphic_timer.cpp
74
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
D
library_windows.cpp
48
DWORD errorCode =
GetLastError
();
in LibraryWindows()
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H
A
D
nfcc_nci_adapter_test.cpp
69
EXPECT_TRUE(NCI::NfccNciAdapter::GetInstance().
GetLastError
() == 0);
in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H
A
D
nfcc_nci_adapter.h
46
uint32_t
GetLastError
();
/foundation/arkui/napi/native_engine/
H
A
D
native_engine.h
212
NativeErrorExtendedInfo*
GetLastError
();
H
A
D
native_engine.cpp
364
NativeErrorExtendedInfo* NativeEngine::
GetLastError
()
in GetLastError()
function in NativeEngine
H
A
D
native_api.cpp
127
*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
D
nfcc_nci_adapter.cpp
965
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
D
native_module_manager.cpp
885
errInfo += "load module failed. " + std::to_string(
GetLastError
());
in LoadModuleLibrary()
Completed in 21 milliseconds