Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability.h46 class NlpServiceDeathRecipient : public IRemoteObject::DeathRecipient {
49 NlpServiceDeathRecipient();
50 ~NlpServiceDeathRecipient() override;
108 sptr<IRemoteObject::DeathRecipient> nlpServiceRecipient_ = sptr<NlpServiceDeathRecipient>(new
109 (std::nothrow) NlpServiceDeathRecipient());
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp524 …nlpServiceRecipient_ = sptr<NlpServiceDeathRecipient>(new (std::nothrow) NlpServiceDeathRecipient(… in RegisterNlpServiceDeathRecipient()
631 NlpServiceDeathRecipient::NlpServiceDeathRecipient() in NlpServiceDeathRecipient() function in OHOS::Location::NlpServiceDeathRecipient
635 NlpServiceDeathRecipient::~NlpServiceDeathRecipient() in ~NlpServiceDeathRecipient()
639 void NlpServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/ohos5.0/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp638 auto deathRecipient = new (std::nothrow) NlpServiceDeathRecipient();