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:historyInfoMgr
(Results
1 - 9
of
9
) sorted by relevance
/foundation/ai/intelligent_voice_framework/tests/fuzztest/servicemanager_fuzzer/
H
A
D
servicemanager_fuzzer.cpp
181
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in ServiceUtilsFuzzTest()
local
182
historyInfoMgr
.SetEnrollEngineUid(size);
in ServiceUtilsFuzzTest()
183
historyInfoMgr
.GetEnrollEngineUid();
in ServiceUtilsFuzzTest()
184
historyInfoMgr
.SetWakeupEngineBundleName(std::to_string(size));
in ServiceUtilsFuzzTest()
185
historyInfoMgr
.GetWakeupEngineBundleName();
in ServiceUtilsFuzzTest()
186
historyInfoMgr
.SetWakeupEngineAbilityName(std::to_string(size));
in ServiceUtilsFuzzTest()
187
historyInfoMgr
.GetWakeupEngineAbilityName();
in ServiceUtilsFuzzTest()
188
historyInfoMgr
.SetWakeupVesion(std::to_string(size));
in ServiceUtilsFuzzTest()
189
historyInfoMgr
.GetWakeupVesion();
in ServiceUtilsFuzzTest()
190
historyInfoMgr
in ServiceUtilsFuzzTest()
[all...]
/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/
H
A
D
servicemanager_fuzzer.cpp
181
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in ServiceUtilsFuzzTest()
local
182
historyInfoMgr
.SetEnrollEngineUid(size);
in ServiceUtilsFuzzTest()
183
historyInfoMgr
.GetEnrollEngineUid();
in ServiceUtilsFuzzTest()
184
historyInfoMgr
.SetWakeupEngineBundleName(std::to_string(size));
in ServiceUtilsFuzzTest()
185
historyInfoMgr
.GetWakeupEngineBundleName();
in ServiceUtilsFuzzTest()
186
historyInfoMgr
.SetWakeupEngineAbilityName(std::to_string(size));
in ServiceUtilsFuzzTest()
187
historyInfoMgr
.GetWakeupEngineAbilityName();
in ServiceUtilsFuzzTest()
188
historyInfoMgr
.SetWakeupVesion(std::to_string(size));
in ServiceUtilsFuzzTest()
189
historyInfoMgr
.GetWakeupVesion();
in ServiceUtilsFuzzTest()
190
historyInfoMgr
in ServiceUtilsFuzzTest()
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H
A
D
clone_update_strategy.cpp
42
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in UpdateRestrain()
local
44
versionNumberSave =
historyInfoMgr
.GetWakeupVesion();
in UpdateRestrain()
85
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in SetBundleAndAbilityName()
local
90
historyInfoMgr
.SetWakeupEngineBundleName(bundleName);
in SetBundleAndAbilityName()
96
historyInfoMgr
.SetWakeupEngineAbilityName(abilityName);
in SetBundleAndAbilityName()
H
A
D
silence_update_strategy.cpp
58
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in NotifyUpdateFail()
local
60
std::string bundleName =
historyInfoMgr
.GetWakeupEngineBundleName();
in NotifyUpdateFail()
61
std::string abilityName =
historyInfoMgr
.GetWakeupEngineAbilityName();
in NotifyUpdateFail()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H
A
D
update_engine_utils.cpp
90
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in SaveWakeupVesion()
local
97
historyInfoMgr
.SetWakeupVesion(versionNumber);
in SaveWakeupVesion()
104
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in IsVersionUpdate()
local
106
versionNumberSave =
historyInfoMgr
.GetWakeupVesion();
in IsVersionUpdate()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/utils/
H
A
D
history_info_mgr.h
38
static HistoryInfoMgr
historyInfoMgr
;
in GetInstance()
local
39
return
historyInfoMgr
;
in GetInstance()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/enroll/
H
A
D
enroll_engine.cpp
231
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in SetParameterInner()
local
238
historyInfoMgr
.SetWakeupEngineBundleName(it.second);
in SetParameterInner()
243
historyInfoMgr
.SetWakeupEngineAbilityName(it.second);
in SetParameterInner()
248
historyInfoMgr
.SetLanguage(it.second);
in SetParameterInner()
253
historyInfoMgr
.SetArea(it.second);
in SetParameterInner()
258
historyInfoMgr
.SetSensibility(it.second);
in SetParameterInner()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H
A
D
wakeup_engine.cpp
283
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in StartAbility()
local
285
std::string bundleName =
historyInfoMgr
.GetWakeupEngineBundleName();
in StartAbility()
286
std::string abilityName =
historyInfoMgr
.GetWakeupEngineAbilityName();
in StartAbility()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/
H
A
D
intell_voice_service_manager.cpp
664
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in GetParameter()
local
665
val =
historyInfoMgr
.GetWakeupVesion().empty() ? "false" : "true";
in GetParameter()
686
HistoryInfoMgr &
historyInfoMgr
= HistoryInfoMgr::GetInstance();
in SetParameter()
local
693
historyInfoMgr
.SetSensibility(sensibility);
in SetParameter()
704
historyInfoMgr
.SetWakeupEngineBundleName(it.second);
in SetParameter()
707
historyInfoMgr
.SetWakeupEngineAbilityName(it.second);
in SetParameter()
Completed in 5 milliseconds