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:powerLevel
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H
A
D
power_state_machine.cpp
117
auto
powerLevel
= pd_.GetRequestPowerLevel();
in Entry()
local
119
if (
powerLevel
.first != PowerSsrLevel::NO_ACTION &&
powerLevel
.first != controlPowerLevel.first) {
in Entry()
120
int ssrRet = pd_.BtmSetSniffSubrating(PowerSpec::GetPowerSsrParam(
powerLevel
.first));
in Entry()
122
} else if (
powerLevel
.second != PowerModeLevel::NO_ACTION &&
powerLevel
.second != controlPowerLevel.second) {
in Entry()
123
int sniffRet = pd_.BtmEnterSniffMode(PowerSpec::GetPowerParam(
powerLevel
.second));
in Entry()
153
auto
powerLevel
= pd_.GetRequestPowerLevel();
in Dispatch()
local
155
if (
powerLevel
!= controlPowerLevel) {
in Dispatch()
156
if (
powerLevel
in Dispatch()
171
auto
powerLevel
= pd_.GetRequestPowerLevel();
Dispatch()
local
278
auto
powerLevel
= pd_.GetRequestPowerLevel();
Entry()
local
314
auto
powerLevel
= pd_.GetRequestPowerLevel();
Dispatch()
local
330
auto
powerLevel
= pd_.GetRequestPowerLevel();
Dispatch()
local
[all...]
H
A
D
power_device.cpp
124
PowerModeLevel
powerLevel
= GetControlPowerLevel().second;
in GetPowerMode()
local
126
if (
powerLevel
== PowerModeLevel::LEVEL_ACTIVE) {
in GetPowerMode()
128
} else if (
powerLevel
== PowerModeLevel::LEVEL_HIG) {
in GetPowerMode()
130
} else if (
powerLevel
== PowerModeLevel::LEVEL_MID) {
in GetPowerMode()
132
} else if (
powerLevel
== PowerModeLevel::LEVEL_LOW) {
in GetPowerMode()
262
void PowerDevice::UpdatecontrolPowerLevel(const PowerModeLevel
powerLevel
) const
in UpdatecontrolPowerLevel()
265
pimpl->controlPowerLevel_.second =
powerLevel
;
in UpdatecontrolPowerLevel()
H
A
D
power_device.h
197
void UpdatecontrolPowerLevel(const PowerModeLevel
powerLevel
) const;
Completed in 2 milliseconds