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:CountDownLatch
(Results
1 - 11
of
11
) sorted by relevance
/base/location/interfaces/inner_api/include/
H
A
D
common_utils.h
188
class
CountDownLatch
{
class
190
CountDownLatch
()
in CountDownLatch()
function in OHOS::Location::CountDownLatch
194
~
CountDownLatch
() = default;
H
A
D
location_gnss_geofence_callback_napi.h
90
CountDownLatch
* latch_;
/base/location/test/location_common/source/
H
A
D
common_utils_test.cpp
259
auto latch = std::make_shared<
CountDownLatch
>();
in HWTEST_F()
267
auto latch = std::make_shared<
CountDownLatch
>();
in HWTEST_F()
275
auto latch = std::make_shared<
CountDownLatch
>();
in HWTEST_F()
283
auto latch = std::make_shared<
CountDownLatch
>();
in HWTEST_F()
290
auto latch = std::make_shared<
CountDownLatch
>();
in HWTEST_F()
/base/location/frameworks/cj/include/
H
A
D
locator_callback.h
88
Location::
CountDownLatch
* latch_;
/base/location/frameworks/js/napi/include/
H
A
D
locating_required_data_callback_napi.h
100
CountDownLatch
* latch_;
H
A
D
locator_callback_napi.h
147
CountDownLatch
* latch_;
/base/location/frameworks/location_common/common/source/
H
A
D
common_utils.cpp
163
void
CountDownLatch
::Wait(int time)
in Wait()
174
void
CountDownLatch
::CountDown()
in CountDown()
191
int
CountDownLatch
::GetCount()
in GetCount()
197
void
CountDownLatch
::SetCount(int count)
in SetCount()
/base/location/frameworks/cj/source/
H
A
D
locator_callback.cpp
48
latch_ = new Location::
CountDownLatch
();
in InitLatch()
/base/location/frameworks/js/napi/source/
H
A
D
location_gnss_geofence_callback_napi.cpp
52
latch_ = new
CountDownLatch
();
in InitLatch()
H
A
D
locating_required_data_callback_napi.cpp
47
latch_ = new
CountDownLatch
();
in InitLatch()
H
A
D
locator_callback_napi.cpp
54
latch_ = new
CountDownLatch
();
in InitLatch()
Completed in 10 milliseconds