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:handles_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/source/
H
A
D
ic_plugin.cpp
85
handles_
.clear();
in ICPlugin()
112
const auto iter =
handles_
.find(handle);
in Prepare()
113
if (iter !=
handles_
.end()) {
in Prepare()
122
handles_
.emplace(handle, config);
in Prepare()
140
const auto iter =
handles_
.find(handle);
in Release()
141
if (iter ==
handles_
.end()) {
in Release()
150
handles_
.erase(iter);
in Release()
163
for (auto iter =
handles_
.begin(); iter !=
handles_
.end(); ++iter) {
in ReleaseAllHandles()
167
handles_
in ReleaseAllHandles()
[all...]
/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/source/
H
A
D
kws_plugin.cpp
73
handles_
.clear();
in KWSPlugin()
84
for (auto iter =
handles_
.begin(); iter !=
handles_
.end(); ++iter) {
in ReleaseAllHandles()
88
handles_
.clear();
in ReleaseAllHandles()
109
const auto iter =
handles_
.find(handle);
in Prepare()
110
if (iter !=
handles_
.end()) {
in Prepare()
129
handles_
.emplace(handle, worker);
in Prepare()
171
const auto iter =
handles_
.find(handle);
in SyncProcess()
172
if (iter ==
handles_
.end()) {
in SyncProcess()
275
const auto &iter =
handles_
in GetOption()
[all...]
/foundation/ai/ai_engine/services/server/plugin/cv/image_classification/include/
H
A
D
ic_plugin.h
60
std::map<intptr_t, ICPluginConfig>
handles_
;
member in OHOS::AI::ICPlugin
/foundation/ai/ai_engine/services/server/plugin/asr/keyword_spotting/include/
H
A
D
kws_plugin.h
69
std::map<intptr_t, KWSWorkplace>
handles_
;
member in OHOS::AI::KWSPlugin
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H
A
D
dsoftbus_handler.cpp
38
handles_
= {
in DSoftbusHandler()
232
auto it =
handles_
.find(messageId);
in OnPacket()
233
if (it !=
handles_
.end()) {
in OnPacket()
/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H
A
D
dsoftbus_handler.h
106
std::map<int32_t, std::function<void(const std::string &networkId, NetPacket &packet)>>
handles_
;
member in OHOS::Msdp::DeviceStatus::Cooperate::final
Completed in 4 milliseconds