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:dataMutex_
(Results
1 - 10
of
10
) sorted by relevance
/base/sensors/sensor/services/hdi_connection/interface/include/
H
A
D
i_sensor_hdi_connection.h
38
static std::mutex
dataMutex_
;
member in OHOS::Sensors::ISensorHdiConnection
/base/msdp/device_status/libs/include/datahub/
H
A
D
sensor_data_callback.h
58
std::mutex
dataMutex_
;
member in OHOS::Msdp::DeviceStatus::final
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/interface/include/
H
A
D
i_sensor_hdi_connection.h
52
static std::mutex
dataMutex_
;
member in OHOS::Sensors::ISensorHdiConnection
/base/msdp/device_status/libs/src/datahub/
H
A
D
sensor_data_callback.cpp
131
std::lock_guard lock(
dataMutex_
);
in PushData()
147
std::lock_guard lock(
dataMutex_
);
in PopData()
/base/sensors/sensor/services/hdi_connection/adapter/src/
H
A
D
sensor_event_callback.cpp
85
std::unique_lock<std::mutex> lk(ISensorHdiConnection::
dataMutex_
);
in OnDataEvent()
H
A
D
compatible_connection.cpp
138
std::unique_lock<std::mutex> lk(ISensorHdiConnection::
dataMutex_
);
in ReportSensorDataCallback()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H
A
D
compatible_connection.cpp
34
std::mutex ISensorHdiConnection::
dataMutex_
;
member in OHOS::Sensors::ISensorHdiConnection
/base/sensors/sensor/services/hdi_connection/interface/src/
H
A
D
sensor_hdi_connection.cpp
29
std::mutex OHOS::Sensors::ISensorHdiConnection::
dataMutex_
;
member in OHOS::Sensors::ISensorHdiConnection
/base/sensors/medical_sensor/services/medical_sensor/src/
H
A
D
medical_data_processer.cpp
364
std::unique_lock<std::mutex> lk(ISensorHdiConnection::
dataMutex_
);
in ProcessEvents()
/base/sensors/sensor/services/src/
H
A
D
sensor_data_processer.cpp
269
std::unique_lock<std::mutex> lk(ISensorHdiConnection::
dataMutex_
);
in ProcessEvents()
Completed in 5 milliseconds