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:SystemOperation
(Results
1 - 5
of
5
) sorted by relevance
/drivers/peripheral/power/test/unittest/mock/
H
A
D
mock_system_operation.cpp
25
int32_t
SystemOperation
::WriteWakeLock(const std::string &name)
in WriteWakeLock()
31
int32_t
SystemOperation
::WriteWakeUnlock(const std::string &name)
in WriteWakeUnlock()
/drivers/peripheral/power/interfaces/hdi_service/src/
H
A
D
system_operation.cpp
31
int32_t
SystemOperation
::WriteWakeLock(const std::string &name)
in WriteWakeLock()
44
int32_t
SystemOperation
::WriteWakeUnlock(const std::string &name)
in WriteWakeUnlock()
H
A
D
running_lock_counter.cpp
42
SystemOperation
::WriteWakeLock(tag_);
in Increase()
58
SystemOperation
::WriteWakeUnlock(tag_);
in Decrease()
H
A
D
system_operation.h
25
class
SystemOperation
{
class
H
A
D
running_lock_impl.cpp
118
int32_t status =
SystemOperation
::WriteWakeLock(GetRunningLockTagInner(info.type));
in HoldLock()
130
int32_t status =
SystemOperation
::WriteWakeUnlock(GetRunningLockTagInner(info.type));
in UnholdLock()
144
SystemOperation
::WriteWakeUnlock(GetRunningLockTag(iter.first));
in Clean()
Completed in 2 milliseconds