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:ReportManager
(Results
1 - 12
of
12
) sorted by relevance
/base/location/services/location_locator/locator/source/
H
A
D
report_manager.cpp
42
ReportManager
*
ReportManager
::GetInstance()
in GetInstance()
44
static
ReportManager
data;
in GetInstance()
48
ReportManager
::
ReportManager
()
in ReportManager()
function in OHOS::Location::ReportManager
54
ReportManager
::~
ReportManager
() {}
in ~ReportManager()
56
bool
ReportManager
::OnReportLocation(const std::unique_ptr<Location>& location, std::string abilityName)
in OnReportLocation()
100
void
ReportManager
::UpdateLocationByRequest(const uint32_t tokenId, const uint64_t tokenIdEx,
in UpdateLocationByRequest()
113
bool
ReportManager
[all...]
H
A
D
request_manager.cpp
470
auto reportManager =
ReportManager
::GetInstance();
in AddRequestToWorkRecord()
H
A
D
locator_ability.cpp
129
reportManager_ =
ReportManager
::GetInstance();
in LocatorAbility()
1922
auto reportManager =
ReportManager
::GetInstance();
in ReportLocationMessageEvent()
H
A
D
locator_skeleton.cpp
292
auto reportManager =
ReportManager
::GetInstance();
in PreStartLocating()
/base/location/services/location_locator/locator/include/
H
A
D
report_manager.h
31
class
ReportManager
{
class
33
ReportManager
();
34
~
ReportManager
();
48
static
ReportManager
* GetInstance();
H
A
D
locator_ability.h
252
ReportManager
* reportManager_;
/base/location/test/location_locator/include/
H
A
D
location_approximately_permission_test.h
32
ReportManager
* reportManager_;
H
A
D
report_manager_test.h
32
ReportManager
* reportManager_;
/base/location/test/fuzztest/locator/reportmanager_fuzzer/
H
A
D
reportmanager_fuzzer.cpp
33
ReportManager
::GetInstance();
in ReportManagerFuzzerTest()
/base/location/test/location_locator/source/
H
A
D
location_approximately_permission_test.cpp
35
reportManager_ =
ReportManager
::GetInstance();
in SetUp()
H
A
D
report_manager_test.cpp
43
reportManager_ =
ReportManager
::GetInstance();
in SetUp()
/base/location/test/location_manager/source/
H
A
D
locator_ability_test.cpp
229
locatorAbility->reportManager_ =
ReportManager
::GetInstance();
in HWTEST_F()
308
locatorAbility->reportManager_ =
ReportManager
::GetInstance();
in HWTEST_F()
324
locatorAbility->reportManager_ =
ReportManager
::GetInstance();
in HWTEST_F()
340
locatorAbility->reportManager_ =
ReportManager
::GetInstance();
in HWTEST_F()
356
locatorAbility->reportManager_ =
ReportManager
::GetInstance();
in HWTEST_F()
Completed in 13 milliseconds