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:locatorMutex_
(Results
1 - 8
of
8
) sorted by relevance
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H
A
D
edm_load_manager.cpp
68
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in InitLoadState()
74
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in WaitLoadStateChange()
106
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in LoadSystemAbilitySuccess()
113
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in LoadSystemAbilityFail()
/base/location/frameworks/base_module/source/
H
A
D
location_sa_load_manager.cpp
66
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in InitLoadState()
72
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in WaitLoadStateChange()
103
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in LoadSystemAbilitySuccess()
110
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in LoadSystemAbilityFail()
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H
A
D
edm_load_manager.h
42
std::mutex
locatorMutex_
;
member in OHOS::EDM::EdmLoadManager
/base/location/interfaces/inner_api/include/
H
A
D
location_sa_load_manager.h
51
std::mutex
locatorMutex_
;
member in OHOS::Location::LocationSaLoadManager
H
A
D
locator_impl.h
657
static std::mutex
locatorMutex_
;
member in OHOS::Location::LocatorImpl
/base/location/services/location_locator/locator/source/
H
A
D
locator_background_proxy.cpp
51
std::mutex LocatorBackgroundProxy::
locatorMutex_
;
member in OHOS::Location::LocatorBackgroundProxy
134
std::unique_lock<std::mutex> lock(
locatorMutex_
, std::defer_lock);
in StartLocatorThread()
150
std::unique_lock<std::mutex> lock(
locatorMutex_
, std::defer_lock);
in StopLocatorThread()
/base/location/services/location_locator/locator/include/
H
A
D
locator_background_proxy.h
125
static std::mutex
locatorMutex_
;
member in OHOS::Location::LocatorBackgroundProxy
/base/location/frameworks/native/locator_sdk/source/
H
A
D
locator_impl.cpp
37
std::mutex LocatorImpl::
locatorMutex_
;
member in OHOS::Location::LocatorImpl
53
std::unique_lock<std::mutex> lock(
locatorMutex_
);
in GetInstance()
Completed in 8 milliseconds