Home
last modified time | relevance | path

Searched refs:nlpServiceProxy_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp196 nlpServiceProxy_ = nullptr; in ResetServiceProxy()
203 nlpServiceProxy_ = remoteObject; in NotifyConnected()
210 nlpServiceProxy_ = nullptr; in NotifyDisConnected()
330 if (nlpServiceProxy_ == nullptr) { in RequestNetworkLocation()
337 data.WriteInterfaceToken(nlpServiceProxy_->GetInterfaceDescriptor()); in RequestNetworkLocation()
358 if (nlpServiceProxy_ == nullptr) { in RemoveNetworkLocation()
519 if (nlpServiceProxy_ == nullptr) { in RegisterNlpServiceDeathRecipient()
526 nlpServiceProxy_->AddDeathRecipient(nlpServiceRecipient_); in RegisterNlpServiceDeathRecipient()
533 if (nlpServiceProxy_ == nullptr) { in UnregisterNlpServiceDeathRecipient()
538 nlpServiceProxy_->RemoveDeathRecipient(nlpServiceRecipient_); in UnregisterNlpServiceDeathRecipient()
[all …]
/ohos5.0/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp333 EXPECT_EQ(nullptr, ability->nlpServiceProxy_);
336 EXPECT_EQ(nullptr, ability->nlpServiceProxy_);
363 ability->nlpServiceProxy_ = nlpServiceProxy;
541 ability_->nlpServiceProxy_ = nlpServiceProxy;
565 ability_->nlpServiceProxy_ = nlpServiceProxy;
662 ability_->nlpServiceProxy_ = nlpServiceProxy;
675 ability_->nlpServiceProxy_ = nlpServiceProxy;
714 ability_->nlpServiceProxy_ = nullptr;
725 ability_->nlpServiceProxy_ = nullptr;
739 ability_->nlpServiceProxy_ = nlpServiceProxy;
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability.h102 sptr<IRemoteObject> nlpServiceProxy_; variable