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:PassiveAbility
(Results
1 - 7
of
7
) sorted by relevance
/base/location/services/location_passive/passive/source/
H
A
D
passive_ability.cpp
39
const bool REGISTER_RESULT =
PassiveAbility
::MakeAndRegisterAbility(
40
PassiveAbility
::GetInstance());
42
PassiveAbility
*
PassiveAbility
::GetInstance()
in GetInstance()
44
static
PassiveAbility
data;
in GetInstance()
48
PassiveAbility
::
PassiveAbility
() : SystemAbility(LOCATION_NOPOWER_LOCATING_SA_ID, true)
in PassiveAbility()
function in OHOS::Location::PassiveAbility
56
PassiveAbility
::~
PassiveAbility
() {}
in ~PassiveAbility()
58
void
PassiveAbility
[all...]
/base/location/test/fuzztest/locator/passiveability_fuzzer/
H
A
D
passiveability_fuzzer.cpp
98
auto ability = sptr<
PassiveAbility
>(new (std::nothrow)
PassiveAbility
());
in PassiveAbility001FuzzTest()
116
auto ability = sptr<
PassiveAbility
>(new (std::nothrow)
PassiveAbility
());
in PassiveAbility002FuzzTest()
134
auto ability = sptr<
PassiveAbility
>(new (std::nothrow)
PassiveAbility
());
in PassiveAbility003FuzzTest()
152
auto ability = sptr<
PassiveAbility
>(new (std::nothrow)
PassiveAbility
());
in PassiveAbility004FuzzTest()
170
auto ability = sptr<
PassiveAbility
>(new (std::nothrow)
PassiveAbility
());
in PassiveAbility005FuzzTest()
[all...]
/base/location/services/location_passive/passive/include/
H
A
D
passive_ability.h
42
class
PassiveAbility
: public SystemAbility, public PassiveAbilityStub, public SubAbility {
class
43
DECLEAR_SYSTEM_ABILITY(
PassiveAbility
);
46
DISALLOW_COPY_AND_MOVE(
PassiveAbility
);
48
static
PassiveAbility
* GetInstance();
49
PassiveAbility
();
50
~
PassiveAbility
() override;
/base/location/test/location_passive/include/
H
A
D
passive_ability_test.h
35
static sptr<
PassiveAbility
> ability_;
/base/location/test/fuzztest/locator/passiveabilityproxy_fuzzer/
H
A
D
passiveabilityproxy_fuzzer.cpp
67
sptr<OHOS::Location::
PassiveAbility
> ability = new (std::nothrow)
PassiveAbility
();
in PassiveAbility001FuzzTest()
/base/location/test/location_mock_ipc/src/
H
A
D
location_mock_ipc.cpp
168
auto passiveAbilityStub = sptr<
PassiveAbility
>(new (std::nothrow)
PassiveAbility
());
in HWTEST_F()
/base/location/test/location_passive/source/
H
A
D
passive_ability_test.cpp
45
sptr<
PassiveAbility
> PassiveAbilityTest::ability_;
59
ability_ = new (std::nothrow)
PassiveAbility
();
in SetUpTestCase()
Completed in 3 milliseconds