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:switchStrs
(Results
1 - 5
of
5
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H
A
D
res_sched_mgr.cpp
189
std::vector<std::string>
switchStrs
= PluginMgr::GetInstance().GetPluginSwitchStr();
in InitExecutorPlugin()
local
194
payload["switch"] =
switchStrs
;
in InitExecutorPlugin()
199
PluginMgr::GetInstance().ParsePluginSwitch(
switchStrs
);
in InitExecutorPlugin()
H
A
D
plugin_mgr.cpp
95
std::vector<std::string>
switchStrs
;
in GetPluginSwitchStr()
local
96
GetConfigContent(PLUGIN_SWITCH_FILE_IDX, PLUGIN_SWITCH_FILE_NAME,
switchStrs
);
in GetPluginSwitchStr()
97
return
switchStrs
;
in GetPluginSwitchStr()
125
void PluginMgr::ParsePluginSwitch(const std::vector<std::string>&
switchStrs
, bool isRssExe)
in ParsePluginSwitch()
argument
132
int32_t switchStrsSize = static_cast<int32_t>(
switchStrs
.size());
in ParsePluginSwitch()
133
RESSCHED_LOGI("plugin
switchStrs
size %{public}d", switchStrsSize);
in ParsePluginSwitch()
135
if (
switchStrs
[index].empty()) {
in ParsePluginSwitch()
138
if (!pluginSwitch_->LoadFromConfigContent(
switchStrs
[index], isRssExe)) {
in ParsePluginSwitch()
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H
A
D
res_sched_exe_mgr.cpp
124
std::vector<std::string>
switchStrs
= payload[STR_PLUGIN_SWITCH].get<std::vector<std::string>>();
in InitPluginMgr()
local
133
for (auto switchStr :
switchStrs
) {
in InitPluginMgr()
139
PluginMgr::GetInstance().ParsePluginSwitch(
switchStrs
, true);
in InitPluginMgr()
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H
A
D
plugin_mgr_test.cpp
780
auto
switchStrs
= pluginMgr_->GetPluginSwitchStr();
in HWTEST_F()
local
781
pluginMgr_->ParsePluginSwitch(
switchStrs
);
in HWTEST_F()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/
H
A
D
plugin_mgr.h
206
void ParsePluginSwitch(const std::vector<std::string>&
switchStrs
, bool isRssExe = false);
Completed in 5 milliseconds