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:clientPid
(Results
1 - 7
of
7
) sorted by relevance
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_manager.cpp
156
bool MedicalSensorManager::IsOtherClientUsingSensor(uint32_t sensorId, int32_t
clientPid
)
in IsOtherClientUsingSensor()
argument
H
A
D
medical_service.cpp
288
const int32_t
clientPid
= this->GetCallingPid();
in DisableSensor()
local
415
const int32_t
clientPid
= this->GetCallingPid();
in DestroySensorChannel()
local
[all...]
/base/sensors/sensor/services/src/
H
A
D
sensor_manager.cpp
150
bool SensorManager::IsOtherClientUsingSensor(int32_t sensorId, int32_t
clientPid
)
in IsOtherClientUsingSensor()
argument
H
A
D
sensor_service.cpp
403
const int32_t
clientPid
= GetCallingPid();
in DestroySensorChannel()
local
/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H
A
D
dump_implement.cpp
137
void DumpImplement::ProcessDumpOptions(int
clientPid
, std::shared_ptr<DumperParameter> &dumpParameter, DumperOpts &opts)
in ProcessDumpOptions()
argument
186
int
clientPid
= dumpParameter->GetPid(); // to be set value
in CmdParse()
local
/base/msdp/device_status/intention/cooperate/plugin/src/
H
A
D
state_machine.cpp
43
StateMachine::AppStateObserver::AppStateObserver(Channel<CooperateEvent>::Sender sender, int32_t
clientPid
)
in AppStateObserver()
argument
62
void StateMachine::AppStateObserver::UpdateClientPid(int32_t
clientPid
)
in UpdateClientPid()
argument
534
void StateMachine::UpdateApplicationStateObserver(int32_t
clientPid
)
in UpdateApplicationStateObserver()
argument
/base/sensors/miscdevice/services/miscdevice_service/src/
H
A
D
miscdevice_service.cpp
763
auto
clientPid
= GetCallingPid();
in TransferClientRemoteObject()
local
776
int32_t
clientPid
= FindClientPid(client);
in ProcessDeathObserver()
local
817
int32_t
clientPid
in UnregisterClientDeathRecipient()
local
[all...]
Completed in 7 milliseconds