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:GetStorageLevel
(Results
1 - 6
of
6
) sorted by relevance
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H
A
D
workinfo_test.cpp
163
EXPECT_EQ(workInfo.
GetStorageLevel
(), WorkCondition::Storage::STORAGE_UNKNOWN);
in HWTEST_F()
165
EXPECT_EQ(workInfo.
GetStorageLevel
(), WorkCondition::Storage::STORAGE_LEVEL_LOW_OR_OKAY);
in HWTEST_F()
178
EXPECT_EQ(workInfo.
GetStorageLevel
(), WorkCondition::Storage::STORAGE_LEVEL_LOW);
in HWTEST_F()
191
EXPECT_EQ(workInfo.
GetStorageLevel
(), WorkCondition::Storage::STORAGE_LEVEL_OKAY);
in HWTEST_F()
529
EXPECT_EQ(workInfo.
GetStorageLevel
(), workInfoRead->
GetStorageLevel
());
in HWTEST_F()
/foundation/resourceschedule/work_scheduler/frameworks/include/
H
A
D
work_info.h
207
WorkCondition::Storage
GetStorageLevel
();
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H
A
D
js_work_scheduler_extension.cpp
357
WorkCondition::Storage storageLevel = workInfo.
GetStorageLevel
();
in OnWorkStart()
409
WorkCondition::Storage storageLevel = workInfo.
GetStorageLevel
();
in OnWorkStop()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H
A
D
work_scheduler_ffi.cpp
256
cwork.storageRequest = workInfo->
GetStorageLevel
();
in ParseWorkInfo()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H
A
D
common.cpp
510
if (workInfo->
GetStorageLevel
() != WorkCondition::Storage::STORAGE_UNKNOWN) {
in GetConditionInfo()
512
napi_create_int32(env, static_cast<int32_t>(workInfo->
GetStorageLevel
()), &napiStorageRequest);
in GetConditionInfo()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H
A
D
work_info.cpp
244
WorkCondition::Storage WorkInfo::
GetStorageLevel
()
in GetStorageLevel()
function in OHOS::WorkScheduler::WorkInfo
Completed in 6 milliseconds