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:miscdeviceProxy_
(Results
1 - 4
of
4
) sorted by relevance
/base/sensors/miscdevice/frameworks/native/light/src/
H
A
D
light_client.cpp
44
if (
miscdeviceProxy_
!= nullptr && serviceDeathObserver_ != nullptr) {
in ~LightClient()
45
auto remoteObject =
miscdeviceProxy_
->AsObject();
in ~LightClient()
56
if (
miscdeviceProxy_
!= nullptr) {
in InitLightClient()
57
MISC_HILOGD("
miscdeviceProxy_
already init");
in InitLightClient()
64
miscdeviceProxy_
= iface_cast<IMiscdeviceService>(systemManager->GetSystemAbility(
in InitLightClient()
66
if (
miscdeviceProxy_
!= nullptr) {
in InitLightClient()
67
MISC_HILOGD("
miscdeviceProxy_
get service success, retry:%{public}d", retry);
in InitLightClient()
70
auto remoteObject =
miscdeviceProxy_
->AsObject();
in InitLightClient()
73
lightInfoList_ =
miscdeviceProxy_
->GetLightList();
in InitLightClient()
155
CHKPR(
miscdeviceProxy_
, ERRO
in TurnOn()
[all...]
/base/sensors/miscdevice/frameworks/native/vibrator/src/
H
A
D
vibrator_service_client.cpp
53
if (
miscdeviceProxy_
!= nullptr && serviceDeathObserver_ != nullptr) {
in ~VibratorServiceClient()
54
auto remoteObject =
miscdeviceProxy_
->AsObject();
in ~VibratorServiceClient()
71
if (
miscdeviceProxy_
!= nullptr) {
in InitServiceClient()
72
MISC_HILOGD("
miscdeviceProxy_
already init");
in InitServiceClient()
85
miscdeviceProxy_
= iface_cast<IMiscdeviceService>(sm->GetSystemAbility(MISCDEVICE_SERVICE_ABILITY_ID));
in InitServiceClient()
86
if (
miscdeviceProxy_
!= nullptr) {
in InitServiceClient()
91
auto remoteObject =
miscdeviceProxy_
->AsObject();
in InitServiceClient()
122
CHKPR(
miscdeviceProxy_
, ERROR);
in TransferClientRemoteObject()
126
int32_t ret =
miscdeviceProxy_
->TransferClientRemoteObject(remoteObject);
in TransferClientRemoteObject()
142
CHKPR(
miscdeviceProxy_
, ERRO
in Vibrate()
[all...]
/base/sensors/miscdevice/frameworks/native/light/include/
H
A
D
light_client.h
46
sptr<IMiscdeviceService>
miscdeviceProxy_
= nullptr;
member in OHOS::Sensors::LightClient
/base/sensors/miscdevice/frameworks/native/vibrator/include/
H
A
D
vibrator_service_client.h
86
sptr<IMiscdeviceService>
miscdeviceProxy_
= nullptr;
member in OHOS::Sensors::VibratorServiceClient
Completed in 2 milliseconds