Home
last modified time | relevance | path

Searched refs:requestManager_ (Results 1 – 6 of 6) sorted by relevance

/base/location/test/location_locator/source/
Drequest_manager_test.cpp39 requestManager_ = DelayedSingleton<RequestManager>::GetInstance(); in SetUp()
40 EXPECT_NE(nullptr, requestManager_); in SetUp()
61 requestManager_ = nullptr; in TearDown()
129 EXPECT_EQ(true, requestManager_->InitSystemListeners());
138 ASSERT_TRUE(requestManager_ != nullptr);
139 requestManager_->HandleStartLocating(request_);
140 requestManager_->HandleStopLocating(nullptr); // can't stop locating
142 requestManager_->HandleStartLocating(request_); // can start locating
143 requestManager_->HandleStopLocating(callback_); // can stop locating
145 requestManager_->HandleStartLocating(nullptr); // can't start locating
[all …]
Dlocator_service_test.cpp90 requestManager_ = DelayedSingleton<RequestManager>::GetInstance(); in SetUp()
91 EXPECT_NE(nullptr, requestManager_); in SetUp()
108 requestManager_ = nullptr; in TearDown()
388 requestManager_->HandlePermissionChanged(IPCSkeleton::GetCallingTokenID());
1999 locatorAbility->requestManager_ = nullptr;
/base/location/test/location_locator/include/
Drequest_manager_test.h39 std::shared_ptr<RequestManager> requestManager_; variable
Dlocator_service_test.h54 std::shared_ptr<RequestManager> requestManager_; variable
/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp146 requestManager_ = DelayedSingleton<RequestManager>::GetInstance(); in Init()
811 if (reportManager_ == nullptr || requestManager_ == nullptr) { in StartLocating()
826 requestManager_->HandleStartLocating(request); in StartLocating()
838 if (requestManager_ == nullptr) { in StopLocating()
841 requestManager_->HandleStopLocating(callback); in StopLocating()
/base/location/services/location_locator/locator/include/
Dlocator_ability.h169 std::shared_ptr<RequestManager> requestManager_; variable