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:BatteryInfo
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_device_battery_info.h
24
class BluetoothBatteryInfo : public Parcelable, public bluetooth::
BatteryInfo
{
27
explicit BluetoothBatteryInfo(const bluetooth::
BatteryInfo
& other)
in BluetoothBatteryInfo()
28
: bluetooth::
BatteryInfo
(other) {}
in BluetoothBatteryInfo()
30
: bluetooth::
BatteryInfo
(other) {}
in BluetoothBatteryInfo()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
bt_battery_info.h
28
class
BatteryInfo
{
class
30
BatteryInfo
() {}
in BatteryInfo()
function in OHOS::bluetooth::BatteryInfo
31
~
BatteryInfo
() {}
in ~BatteryInfo()
66
BatteryInfo
batteryInfo_;
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H
A
D
battery_level_listener.cpp
39
std::string KEY_CAPACITY = PowerMgr::
BatteryInfo
::COMMON_EVENT_KEY_CAPACITY;
in OnReceiveEvent()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_battery_info.c
81
BatteryInfo
battery;
in OnReceiveBatteryInfo()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H
A
D
lnn_node_info.h
106
}
BatteryInfo
;
typedef
165
BatteryInfo
batteryInfo;
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/
H
A
D
lnn_distributed_net_ledger.h
79
int32_t LnnSetDLBatteryInfo(const char *networkId, const
BatteryInfo
*info);
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H
A
D
lnn_net_ledger_mock.h
110
virtual int32_t LnnSetDLBatteryInfo(const char *networkId, const
BatteryInfo
*info) = 0;
191
MOCK_METHOD2(LnnSetDLBatteryInfo, int32_t (const char *, const
BatteryInfo
*));
/foundation/resourceschedule/work_scheduler/test/fuzztest/workschedulerstartwork_fuzzer/
H
A
D
workschedulerstartwork_fuzzer.cpp
214
want.SetParam(PowerMgr::
BatteryInfo
::COMMON_EVENT_KEY_CAPACITY, capacity);
in OnBatteryLevelListener()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_net_ledger_mock.cpp
587
int32_t LnnSetDLBatteryInfo(const char *networkId, const
BatteryInfo
*info)
in LnnSetDLBatteryInfo()
/foundation/resourceschedule/work_scheduler/services/test/src/
H
A
D
workschedulerservice_test.cpp
705
want.SetParam(PowerMgr::
BatteryInfo
::COMMON_EVENT_KEY_CAPACITY, 20);
in HWTEST_F()
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H
A
D
lnn_disctributed_net_ledger_test.cpp
758
BatteryInfo
info;
in HWTEST_F()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/
H
A
D
lnn_distributed_net_ledger_manager.c
1725
int32_t LnnSetDLBatteryInfo(const char *networkId, const
BatteryInfo
*info)
in LnnSetDLBatteryInfo()
Completed in 10 milliseconds