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:operatorMutex_
(Results
1 - 6
of
6
) sorted by relevance
/base/telephony/state_registry/frameworks/cj/src/
H
A
D
observer_event_handler.cpp
134
std::mutex ObserverEventHandler::
operatorMutex_
;
213
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in RegisterEventListener()
293
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in UnregisterEventListener()
324
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in HandleCallbackInfoUpdate()
353
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in HandleCallbackVoidUpdate()
H
A
D
observer_event_handler.h
50
static std::mutex
operatorMutex_
;
member in OHOS::Telephony::ObserverEventHandler
/base/telephony/state_registry/frameworks/js/napi/src/
H
A
D
event_listener_handler.cpp
288
std::mutex EventListenerHandler::
operatorMutex_
;
member in OHOS::Telephony::EventListenerHandler
409
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in RegisterEventListener()
505
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in UnregisterEventListener()
525
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in UnregisterEventListener()
544
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in UnRegisterAllListener()
604
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in HandleCallbackInfoUpdate()
647
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in HandleCallbackVoidUpdate()
683
std::unique_lock<std::mutex> lock(
operatorMutex_
);
in WorkUpdated()
/base/telephony/state_registry/frameworks/js/napi/include/
H
A
D
event_listener_handler.h
61
static std::mutex
operatorMutex_
;
member in OHOS::Telephony::EventListenerHandler
/base/telephony/cellular_call/services/utils/src/
H
A
D
cellular_call_config.cpp
71
std::mutex CellularCallConfig::
operatorMutex_
;
member in OHOS::Telephony::CellularCallConfig
85
std::lock_guard<std::mutex> lock(
operatorMutex_
);
in InitDefaultOperatorConfig()
263
std::lock_guard<std::mutex> lock(
operatorMutex_
);
in HandleNetworkStateChange()
396
std::lock_guard<std::mutex> lock(
operatorMutex_
);
in ParseAndCacheOperatorConfigs()
1054
std::lock_guard<std::mutex> lock(
operatorMutex_
);
in GetImsCallDisconnectResoninfoMappingConfig()
/base/telephony/cellular_call/services/utils/include/
H
A
D
cellular_call_config.h
469
static std::mutex
operatorMutex_
;
member in OHOS::Telephony::CellularCallConfig
Completed in 6 milliseconds