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:mutexProxy_
(Results
1 - 16
of
16
) sorted by relevance
/base/telephony/cellular_call/services/satellite_service_interaction/src/
H
A
D
satellite_call_client.cpp
43
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in Init()
60
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetSatelliteCallProxy()
105
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in IsConnect()
157
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in Dial()
169
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in HangUp()
181
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in Reject()
193
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in Answer()
203
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetSatelliteCallsDataRequest()
222
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in Clean()
244
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in RemoveDeathRecipient()
[all...]
/base/telephony/state_registry/frameworks/native/observer/src/
H
A
D
telephony_observer_client.cpp
32
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
69
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in OnRemoteDied()
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H
A
D
satellite_sms_client.cpp
51
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetServiceProxy()
86
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
118
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in RemoveDeathRecipient()
206
std::lock(
mutexProxy_
, mutexMap_);
in ServiceOff()
209
mutexProxy_
.unlock();
in ServiceOff()
/base/telephony/state_registry/interfaces/innerkits/observer/
H
A
D
telephony_observer_client.h
76
std::mutex
mutexProxy_
;
member in OHOS::Telephony::TelephonyObserverClient
/base/telephony/core_service/services/satellite_service_interaction/src/
H
A
D
satellite_service_client.cpp
52
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
93
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in RemoveDeathRecipient()
180
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in ServiceOff()
/base/telephony/core_service/frameworks/native/src/
H
A
D
telephony_state_registry_client.cpp
32
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
69
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in OnRemoteDied()
H
A
D
esim_service_client.cpp
67
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
129
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in RemoveDeathRecipient()
H
A
D
core_service_client.cpp
38
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
81
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in RemoveDeathRecipient()
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
telephony_state_registry_client.h
136
std::mutex
mutexProxy_
;
member in OHOS::Telephony::TelephonyStateRegistryClient
H
A
D
esim_service_client.h
240
std::mutex
mutexProxy_
;
member in OHOS::Telephony::EsimServiceClient
H
A
D
core_service_client.h
1227
std::mutex
mutexProxy_
;
member in OHOS::Telephony::CoreServiceClient
/base/telephony/core_service/interfaces/innerkits/satellite/
H
A
D
satellite_service_client.h
74
std::mutex
mutexProxy_
;
member in OHOS::Telephony::SatelliteServiceClient
/base/telephony/cellular_call/interfaces/innerkits/satellite/
H
A
D
satellite_call_client.h
157
std::mutex
mutexProxy_
;
member in OHOS::Telephony::SatelliteCallClient
/base/telephony/cellular_data/interfaces/innerkits/
H
A
D
cellular_data_client.h
269
std::mutex
mutexProxy_
;
member in OHOS::Telephony::CellularDataClient
/base/telephony/sms_mms/services/sms/include/satellite/
H
A
D
satellite_sms_client.h
79
std::mutex
mutexProxy_
;
member in OHOS::Telephony::SatelliteSmsClient
/base/telephony/cellular_data/frameworks/native/
H
A
D
cellular_data_client.cpp
55
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in GetProxy()
87
std::lock_guard<std::mutex> lock(
mutexProxy_
);
in OnRemoteDied()
Completed in 10 milliseconds