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:policyStr
(Results
1 - 2
of
2
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/unittest/
H
A
D
process_group_test.cpp
25
static bool CovertSchedPolicyStringToEnumType(char*
policyStr
, SchedPolicy* policy)
in CovertSchedPolicyStringToEnumType()
argument
33
if (!strcmp(
policyStr
, stringItem)) {
in CovertSchedPolicyStringToEnumType()
45
char*
policyStr
= argv[2];
in SetThreadSchedPolicyTest()
local
47
if (!CovertSchedPolicyStringToEnumType(
policyStr
, &policy)) {
in SetThreadSchedPolicyTest()
60
char*
policyStr
= argv[2];
in SetThreadGroupSchedPolicyTest()
local
62
if (!CovertSchedPolicyStringToEnumType(
policyStr
, &policy)) {
in SetThreadGroupSchedPolicyTest()
90
const char*
policyStr
= GetSchedPolicyShortenedName(policy);
in GetSchedPolicyShortenedNameTest()
local
91
std::cout << "Get SchedPolicy shortened name of policy num = " << policyNum << " is:" <<
policyStr
<< std::endl;
in GetSchedPolicyShortenedNameTest()
103
const char*
policyStr
= GetSchedPolicyShortenedName(policy);
in GetSchedPolicyFullNameTest()
local
104
std::cout << "Get SchedPolicy full name of policy num = " << policyNum << " is:" <<
policyStr
<< st
in GetSchedPolicyFullNameTest()
[all...]
/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H
A
D
ipc_cmd_parser.cpp
1452
std::string
policyStr
= data.ReadString();
in ON_IPC_CMD()
local
1454
ParseMapFromJsonString(
policyStr
, policy);
in ON_IPC_CMD()
Completed in 4 milliseconds