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:g_capacity
(Results
1 - 2
of
2
) sorted by relevance
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
miscdevice_service.cpp
68
VibratorCapacity
g_capacity
;
member
243
if (vibratorHdiConnection_.GetVibratorCapacity(
g_capacity
) != ERR_OK) {
in InitInterface()
503
if (!(
g_capacity
.isSupportHdHaptic ||
g_capacity
.isSupportPresetMapping ||
g_capacity
.isSupportTimeDelay)) {
in PlayVibratorCustom()
531
if (
g_capacity
.isSupportHdHaptic) {
in PlayVibratorCustom()
533
} else if (
g_capacity
.isSupportPresetMapping) {
in PlayVibratorCustom()
535
} else if (
g_capacity
.isSupportTimeDelay) {
in PlayVibratorCustom()
688
if (
g_capacity
.isSupportHdHaptic) {
in PlayPattern()
697
} else if (
g_capacity
in PlayPattern()
[all...]
/base/powermgr/battery_manager/test/systemtest/src/
H
A
D
battery_event_system_test.cpp
51
int32_t
g_capacity
= -1;
member
254
g_capacity
= data.GetWant().GetIntParam(KEY_CAPACITY, defaultCapacity);
in OnReceiveEvent()
621
EXPECT_EQ(
g_capacity
, capacity);
in HWTEST_F()
633
EXPECT_EQ(
g_capacity
, capacity);
in HWTEST_F()
643
EXPECT_EQ(
g_capacity
, capacity);
in HWTEST_F()
655
EXPECT_EQ(
g_capacity
, BatterySrvClient::GetInstance().GetCapacity());
in HWTEST_F()
Completed in 3 milliseconds