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:BatteryConfig
(Results
1 - 12
of
12
) sorted by relevance
/base/powermgr/battery_manager/charger/src/
H
A
D
battery_config.cpp
46
std::shared_ptr<
BatteryConfig
>
BatteryConfig
::instance_ = nullptr;
47
std::mutex
BatteryConfig
::mutex_;
49
BatteryConfig
&
BatteryConfig
::GetInstance()
in GetInstance()
53
instance_ = std::make_shared<
BatteryConfig
>();
in GetInstance()
59
bool
BatteryConfig
::ParseConfig()
in ParseConfig()
87
bool
BatteryConfig
::IsExist(std::string key) const
in IsExist()
92
int32_t
BatteryConfig
::GetInt(std::string key, int32_t defVal) const
in GetInt()
98
std::string
BatteryConfig
[all...]
H
A
D
battery_led.cpp
88
const auto& lightConf =
BatteryConfig
::GetInstance().GetLightConf();
in UpdateColor()
H
A
D
charger_thread.cpp
159
auto& batteryConfig =
BatteryConfig
::GetInstance();
in HandleTemperature()
341
isConfigParse_ =
BatteryConfig
::GetInstance().ParseConfig();
in InitLackPowerCapacity()
344
auto& batteryConfig =
BatteryConfig
::GetInstance();
in InitLackPowerCapacity()
392
isConfigParse_ =
BatteryConfig
::GetInstance().ParseConfig();
in InitLed()
/base/powermgr/battery_manager/services/native/src/
H
A
D
battery_config.cpp
49
std::shared_ptr<
BatteryConfig
>
BatteryConfig
::instance_ = nullptr;
50
std::mutex
BatteryConfig
::mutex_;
52
BatteryConfig
&
BatteryConfig
::GetInstance()
in GetInstance()
56
instance_ = std::make_shared<
BatteryConfig
>();
in GetInstance()
62
bool
BatteryConfig
::ParseConfig()
in ParseConfig()
89
bool
BatteryConfig
::IsExist(std::string key) const
in IsExist()
94
int32_t
BatteryConfig
::GetInt(std::string key, int32_t defVal) const
in GetInt()
100
const std::vector<
BatteryConfig
[all...]
H
A
D
battery_light.cpp
108
const auto& lightConf =
BatteryConfig
::GetInstance().GetLightConf();
in UpdateColor()
H
A
D
battery_service.cpp
155
auto& batteryConfig =
BatteryConfig
::GetInstance();
in InitConfig()
256
const auto& commonEventConf =
BatteryConfig
::GetInstance().GetCommonEventConf();
in FillCommonEvent()
H
A
D
battery_notify.cpp
65
lowCapacity_ =
BatteryConfig
::GetInstance().GetInt("soc.low", DEFAULT_LOW_CAPACITY);
in BatteryNotify()
/base/powermgr/battery_manager/services/native/include/
H
A
D
battery_config.h
30
class
BatteryConfig
: public NoCopyable {
class
44
static
BatteryConfig
& GetInstance();
49
const std::vector<
BatteryConfig
::CommonEventConf>& GetCommonEventConf() const;
61
std::vector<
BatteryConfig
::LightConf> lightConf_;
62
std::vector<
BatteryConfig
::CommonEventConf> commonEventConf_;
64
static std::shared_ptr<
BatteryConfig
> instance_;
/base/powermgr/battery_manager/charger/include/
H
A
D
battery_config.h
30
class
BatteryConfig
: public NoCopyable {
class
37
static
BatteryConfig
& GetInstance();
53
std::vector<
BatteryConfig
::LightConf> lightConf_;
55
static std::shared_ptr<
BatteryConfig
> instance_;
/base/powermgr/battery_manager/test/unittest/src/
H
A
D
battery_config_mock_test.cpp
34
BatteryConfig
& g_configTest =
BatteryConfig
::GetInstance();;
H
A
D
battert_service_inner_test.cpp
41
auto& g_configTest =
BatteryConfig
::GetInstance();
123
const std::vector<
BatteryConfig
::LightConf> lightConf = g_configTest.GetLightConf();
in HWTEST_F()
/base/powermgr/battery_manager/test/unittest/src/scenario_test/
H
A
D
battery_light_test.cpp
77
BatteryConfig
::GetInstance().ParseConfig();
in SetUpTestCase()
Completed in 9 milliseconds