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
defs:sensorClient
(Results
1 - 5
of
5
) sorted by relevance
/base/sensors/sensor/frameworks/native/src/
H
A
D
sensor_service_proxy.cpp
160
ErrCode SensorServiceProxy::DestroySensorChannel(sptr<IRemoteObject>
sensorClient
)
in DestroySensorChannel()
argument
258
ErrCode SensorServiceProxy::CreateSocketChannel(sptr<IRemoteObject>
sensorClient
, int32_t &clientFd)
in CreateSocketChannel()
argument
289
ErrCode SensorServiceProxy::DestroySocketChannel(sptr<IRemoteObject>
sensorClient
)
in DestroySocketChannel()
argument
131
TransferDataChannel(const sptr<SensorBasicDataChannel> &sensorBasicDataChannel, const sptr<IRemoteObject> &
sensorClient
)
TransferDataChannel()
argument
[all...]
/base/sensors/sensor/services/src/
H
A
D
sensor_service_stub.cpp
206
sptr<IRemoteObject>
sensorClient
= data.ReadRemoteObject();
in CreateDataChannelInner()
local
213
sptr<IRemoteObject>
sensorClient
= data.ReadRemoteObject();
in DestroyDataChannelInner()
local
291
sptr<IRemoteObject>
sensorClient
= data.ReadRemoteObject();
in CreateSocketChannelInner()
local
315
sptr<IRemoteObject>
sensorClient
in DestroySocketChannelInner()
local
[all...]
H
A
D
client_info.cpp
494
bool ClientInfo::SaveClientPid(const sptr<IRemoteObject> &
sensorClient
, int32_t pid)
in SaveClientPid()
argument
508
int32_t ClientInfo::FindClientPid(const sptr<IRemoteObject> &
sensorClient
)
in FindClientPid()
argument
521
void ClientInfo::DestroyClientPid(const sptr<IRemoteObject> &
sensorClient
)
in DestroyClientPid()
argument
[all...]
H
A
D
sensor_service.cpp
400
ErrCode SensorService::DestroySensorChannel(sptr<IRemoteObject>
sensorClient
)
in DestroySensorChannel()
argument
444
void SensorService::RegisterClientDeathRecipient(sptr<IRemoteObject>
sensorClient
, int32_t pid)
in RegisterClientDeathRecipient()
argument
457
void SensorService::UnregisterClientDeathRecipient(sptr<IRemoteObject>
sensorClient
)
in UnregisterClientDeathRecipient()
argument
380
TransferDataChannel(const sptr<SensorBasicDataChannel> &sensorBasicDataChannel, const sptr<IRemoteObject> &
sensorClient
)
TransferDataChannel()
argument
529
CreateSocketChannel(sptr<IRemoteObject>
sensorClient
, int32_t &clientFd)
CreateSocketChannel()
argument
545
DestroySocketChannel(sptr<IRemoteObject>
sensorClient
)
DestroySocketChannel()
argument
[all...]
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
client_info.cpp
500
bool ClientInfo::SaveClientPid(const sptr<IRemoteObject> &
sensorClient
, int32_t pid)
in SaveClientPid()
argument
519
int32_t ClientInfo::FindClientPid(const sptr<IRemoteObject> &
sensorClient
)
in FindClientPid()
argument
536
DestroyClientPid(const sptr<IRemoteObject> &
sensorClient
)
DestroyClientPid()
argument
[all...]
Completed in 5 milliseconds