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:CHK_RET_NONE
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ai/ai_engine/services/common/utils/
H
A
D
aie_guard.h
34
CHK_RET_NONE
(t_ == nullptr || !isValid_);
in ~PointerGuard()
65
CHK_RET_NONE
(t_ == nullptr || !isValid_);
in ~MallocPointerGuard()
97
CHK_RET_NONE
(t_ == nullptr || !isValid_);
in ~ArrayPointerGuard()
123
CHK_RET_NONE
(t_ == nullptr || !isValid_);
in ~ResGuard()
H
A
D
aie_macros.h
37
#define
CHK_RET_NONE
(x) \
macro
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H
A
D
sa_async_handler.cpp
54
CHK_RET_NONE
(iter == clients_.end());
in StopClientListenerHandler()
63
CHK_RET_NONE
(iter == clients_.end());
in RemoveClientListenerHandler()
111
CHK_RET_NONE
(client == nullptr);
in PushAsyncResponse()
170
CHK_RET_NONE
(!IsExistTransaction(transactionId));
in StopAsyncTransaction()
H
A
D
client_listener_handler.cpp
148
CHK_RET_NONE
(!empty);
in AddCallbackRecord()
189
CHK_RET_NONE
(threadPool == nullptr);
in StopAsyncProcessThread()
/foundation/ai/ai_engine/services/server/server_executor/source/
H
A
D
future.cpp
57
CHK_RET_NONE
(futureFactory == nullptr);
in Release()
H
A
D
engine.cpp
105
CHK_RET_NONE
(threadPool == nullptr);
in Uninitialize()
/foundation/ai/ai_engine/services/server/plugin_manager/source/
H
A
D
plugin.cpp
43
CHK_RET_NONE
(handle_ == nullptr);
in ~HandleGuard()
/foundation/ai/ai_engine/services/common/utils/encdec/source/
H
A
D
data_encoder.cpp
53
CHK_RET_NONE
(!buffer_);
in ~DataEncoder()
/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H
A
D
thread.cpp
49
CHK_RET_NONE
(worker_ == nullptr);
in ~Thread()
Completed in 4 milliseconds