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:Battery
(Results
1 - 19
of
19
) sorted by relevance
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdistub_fuzzer/
H
A
D
batteryhdistub_fuzz.cpp
27
using namespace OHOS::HDI::
Battery
::V2_0;
28
using namespace HDI::
Battery
;
33
namespace
Battery
{
namespace
67
} // namespace
Battery
75
OHOS::HDI::
Battery
::V2_0::BatteryStubFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/drivers/peripheral/battery/interfaces/hdi_service/include/
H
A
D
battery_interface_impl.h
28
namespace
Battery
{
namespace
68
std::unique_ptr<OHOS::HDI::
Battery
::V2_0::PowerSupplyProvider> powerSupplyProvider_ = nullptr;
69
std::unique_ptr<OHOS::HDI::
Battery
::V2_0::BatteryThread> loop_ = nullptr;
75
} //
Battery
H
A
D
battery_thread.h
29
namespace
Battery
{
namespace
42
void InitCallback(const sptr<OHOS::HDI::
Battery
::V2_0::IBatteryCallback>& callback);
72
} // namespace
Battery
H
A
D
battery_config.h
31
namespace
Battery
{
namespace
87
} // namespace
Battery
H
A
D
power_supply_provider.h
30
namespace
Battery
{
namespace
168
} // namespace
Battery
/drivers/peripheral/battery/interfaces/hdi_service/src/
H
A
D
battery_interface_driver.cpp
21
using namespace OHOS::HDI::
Battery
::V2_0;
22
using namespace OHOS::HDI::
Battery
;
H
A
D
battery_interface_impl.cpp
23
namespace
Battery
{
namespace
32
using OHOS::HDI::
Battery
::V2_0::BatteryInterfaceImpl;
in BatteryInterfaceImplGetInstance()
48
powerSupplyProvider_ = std::make_unique<OHOS::HDI::
Battery
::V2_0::PowerSupplyProvider>();
in Init()
59
loop_ = std::make_unique<OHOS::HDI::
Battery
::V2_0::BatteryThread>();
in Init()
250
Battery
::BatteryXCollie batteryXcollie("Battery_SetBatteryConfig");
in SetBatteryConfig()
271
Battery
::BatteryXCollie batteryXcollie("Battery_GetBatteryConfig");
in GetBatteryConfig()
294
Battery
::BatteryXCollie batteryXcollie("Battery_IsBatteryConfigSupported");
in IsBatteryConfigSupported()
363
} // namespace
Battery
H
A
D
battery_thread.cpp
29
namespace
Battery
{
namespace
299
} // namespace
Battery
H
A
D
battery_config.cpp
25
namespace
Battery
{
namespace
408
} // namespace
Battery
H
A
D
power_supply_provider.cpp
30
namespace
Battery
{
namespace
42
const std::string POWER_SUPPLY_BATTERY = "
Battery
";
570
std::string sysCapitalBatteryPath = "/sys/class/power_supply/
Battery
";
in InitBatteryPath()
572
BATTERY_HILOGI(FEATURE_BATT_INFO, "system
Battery
path is exist");
in InitBatteryPath()
973
CreateFile(mockBatteryPath + "/type", "
Battery
");
in CreateMockBatteryPath()
1094
} // namespace
Battery
/drivers/peripheral/battery/interfaces/hdi_service/test/systemtest/src/
H
A
D
battery_sys_test.cpp
22
using namespace OHOS::HDI::
Battery
;
23
using namespace OHOS::HDI::
Battery
::V2_0;
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
H
A
D
batteryhdi_fuzz.cpp
29
using namespace OHOS::HDI::
Battery
::V2_0;
30
using namespace HDI::
Battery
;
34
namespace
Battery
{
namespace
197
} // namespace
Battery
205
OHOS::HDI::
Battery
::V2_0::BatteryHdiFuzzTest(data, size);
in LLVMFuzzerTestOneInput()
/drivers/peripheral/battery/interfaces/hdi_service/test/systemtest/include/
H
A
D
battery_sys_test.h
23
namespace
Battery
{
namespace
33
} // namespace
Battery
/drivers/peripheral/battery/utils/include/
H
A
D
battery_xcollie.h
24
namespace
Battery
{
namespace
40
} // namespace
Battery
H
A
D
battery_log.h
24
namespace
Battery
{
namespace
47
//
Battery
manager reserved domain id range
109
} // namespace
Battery
/drivers/peripheral/battery/utils/
H
A
D
battery_xcollie.cpp
24
namespace
Battery
{
namespace
55
} // namespace
Battery
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H
A
D
hdi_interface_test.cpp
23
using namespace OHOS::HDI::
Battery
;
24
using namespace OHOS::HDI::
Battery
::V2_0;
H
A
D
hdi_service_test.cpp
37
using namespace OHOS::HDI::
Battery
;
38
using namespace OHOS::HDI::
Battery
::V2_0;
155
if (*iter == "
Battery
") {
in TraversalBaseNode()
788
bool upperExist = access((SYSTEM_BATTERY_PATH + "/
Battery
").c_str(), F_OK) == 0;
in IsNotMock()
1016
using namespace OHOS::HDI::
Battery
::V2_0;
in HWTEST_F()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/include/
H
A
D
battery_thread_test.h
23
namespace
Battery
{
namespace
114
} // namespace
Battery
Completed in 10 milliseconds