Searched refs:nlpServiceProxy_ (Results 1 – 3 of 3) sorted by relevance
196 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 …]
333 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;
102 sptr<IRemoteObject> nlpServiceProxy_; variable