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:ability_
(Results
1 - 6
of
6
) sorted by relevance
/base/location/test/location_passive/source/
H
A
D
passive_ability_test.cpp
45
sptr<PassiveAbility> PassiveAbilityTest::
ability_
;
member in OHOS::Location::PassiveAbilityTest
59
ability_
= new (std::nothrow) PassiveAbility();
in SetUpTestCase()
60
proxy_ = new (std::nothrow) PassiveAbilityProxy(
ability_
);
in SetUpTestCase()
66
ability_
->passiveHandler_->RemoveAllEvents();
in TearDownTestCase()
69
ability_
= nullptr;
in TearDownTestCase()
177
ability_
->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS));
in HWTEST_F()
182
ability_
->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS));
in HWTEST_F()
192
ability_
->OnStart(); // start ability
in HWTEST_F()
193
ability_
->OnStart(); // start ability again
in HWTEST_F()
194
ability_
in HWTEST_F()
[all...]
/base/location/test/location_network/source/
H
A
D
network_ability_test.cpp
75
ability_
= new (std::nothrow) NetworkAbility();
in SetUp()
76
EXPECT_NE(nullptr,
ability_
);
in SetUp()
77
proxy_ = new (std::nothrow) NetworkAbilityProxy(
ability_
);
in SetUp()
86
ability_
->networkHandler_->RemoveTask(UNLOAD_NETWORK_TASK);
in TearDown()
89
ability_
= nullptr;
in TearDown()
202
ability_
->OnStart(); // start ability
in HWTEST_F()
204
(ServiceRunningState)
ability_
->QueryServiceState()); // after mock
in HWTEST_F()
205
ability_
->OnStart(); // start ability again
in HWTEST_F()
207
(ServiceRunningState)
ability_
->QueryServiceState()); // after mock
in HWTEST_F()
209
ability_
in HWTEST_F()
[all...]
/base/location/test/location_gnss/source/
H
A
D
gnss_ability_test.cpp
69
ability_
= new (std::nothrow) GnssAbility();
in SetUp()
70
EXPECT_NE(nullptr,
ability_
);
in SetUp()
71
ability_
->ConnectHdi();
in SetUp()
78
proxy_ = new (std::nothrow) GnssAbilityProxy(
ability_
);
in SetUp()
89
ability_
->RemoveHdi();
in TearDown()
94
ability_
->gnssHandler_->RemoveTask(UNLOAD_GNSS_TASK);
in TearDown()
96
ability_
= nullptr;
in TearDown()
534
ability_
->SendCommand(locationCommand);
in HWTEST_F()
618
EXPECT_EQ(true,
ability_
->IsMockEnabled());
in HWTEST_F()
622
EXPECT_EQ(false,
ability_
in HWTEST_F()
[all...]
/base/location/test/location_passive/include/
H
A
D
passive_ability_test.h
35
static sptr<PassiveAbility>
ability_
;
member in OHOS::Location::PassiveAbilityTest
/base/location/test/location_network/include/
H
A
D
network_ability_test.h
39
sptr<NetworkAbility>
ability_
;
member in OHOS::Location::NetworkAbilityTest
/base/location/test/location_gnss/include/
H
A
D
gnss_ability_test.h
45
sptr<GnssAbility>
ability_
;
member in OHOS::Location::GnssAbilityTest
Completed in 5 milliseconds