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:StopEngine
(Results
1 - 10
of
10
) sorted by relevance
/foundation/ai/ai_engine/services/server/server_executor/include/
H
A
D
i_engine_manager.h
52
virtual int
StopEngine
(long long transactionId, const DataInfo &inputInfo) = 0;
H
A
D
server_executor.h
104
int
StopEngine
(long long transactionId, const DataInfo &inputInfo) override;
H
A
D
engine_manager.h
84
int
StopEngine
(long long transactionId, const DataInfo &inputInfo);
/foundation/ai/ai_engine/services/server/server_executor/source/
H
A
D
server_executor.cpp
91
int ServerExecutor::
StopEngine
(long long transactionId, const DataInfo &inputInfo)
in StopEngine()
function in OHOS::AI::ServerExecutor
96
return engineMgr_->
StopEngine
(transactionId, inputInfo);
in StopEngine()
H
A
D
engine_manager.cpp
90
int EngineManager::
StopEngine
(long long transactionId, const DataInfo &inputInfo)
in StopEngine()
function in OHOS::AI::EngineManager
/foundation/ai/ai_engine/services/server/communication_adapter/source/
H
A
D
sa_server_adapter.cpp
84
engineManager->
StopEngine
(item, inputInfo);
in Uninitialize()
203
int retCode = engineInstance->
StopEngine
(transactionId, inputInfo);
in UnloadAlgorithm()
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H
A
D
rtsp_controller.h
78
bool
StopEngine
();
H
A
D
rtsp_controller.cpp
121
StopEngine
();
in Action()
304
bool RtspController::
StopEngine
()
in StopEngine()
function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspController
306
CLOGD("
StopEngine
");
in StopEngine()
524
StopEngine
();
in ProcessTearDownRequest()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H
A
D
rtsp_controller.h
78
bool
StopEngine
();
H
A
D
rtsp_controller.cpp
121
StopEngine
();
in Action()
304
bool RtspController::
StopEngine
()
in StopEngine()
function in OHOS::CastEngine::CastEngineService::CastSessionRtsp::RtspController
306
CLOGD("
StopEngine
");
in StopEngine()
524
StopEngine
();
in ProcessTearDownRequest()
Completed in 8 milliseconds