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:deviceMutex
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/
H
A
D
wifi_p2p_device_manager.cpp
32
std::unique_lock<std::mutex> lock(
deviceMutex
);
in AddDevice()
54
std::unique_lock<std::mutex> lock(
deviceMutex
);
in RemoveDevice()
72
std::unique_lock<std::mutex> lock(
deviceMutex
);
in ClearAll()
84
std::unique_lock<std::mutex> lock(
deviceMutex
);
in GetDevicesList()
95
std::unique_lock<std::mutex> lock(
deviceMutex
);
in UpdateDevice()
118
std::unique_lock<std::mutex> lock(
deviceMutex
);
in UpdateDeviceSupplicantInf()
149
std::unique_lock<std::mutex> lock(
deviceMutex
);
in UpdateDeviceGroupCap()
176
std::unique_lock<std::mutex> lock(
deviceMutex
);
in UpdateDeviceStatus()
198
std::unique_lock<std::mutex> lock(
deviceMutex
);
in UpdateAllDeviceStatus()
211
std::unique_lock<std::mutex> lock(
deviceMutex
);
in UpdateGroupAddress()
[all...]
H
A
D
wifi_p2p_device_manager.h
164
std::mutex
deviceMutex
;
member in OHOS::Wifi::WifiP2pDeviceManager
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H
A
D
bluetooth_connection_callback.cpp
33
std::mutex
deviceMutex
;
member
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H
A
D
napi_bluetooth_connection.cpp
36
std::mutex
deviceMutex
;
member
Completed in 4 milliseconds