Home
last modified time | relevance | path

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

/base/location/services/location_locator/locator/include/
Dlocator_skeleton.h100 class SwitchCallbackDeathRecipient : public IRemoteObject::DeathRecipient {
103 SwitchCallbackDeathRecipient();
104 ~SwitchCallbackDeathRecipient() override;
/base/location/services/location_locator/locator/source/
Dlocator_skeleton.cpp943 SwitchCallbackDeathRecipient::SwitchCallbackDeathRecipient() in SwitchCallbackDeathRecipient() function in OHOS::Location::SwitchCallbackDeathRecipient
947 SwitchCallbackDeathRecipient::~SwitchCallbackDeathRecipient() in ~SwitchCallbackDeathRecipient()
951 void SwitchCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
Dlocator_ability.cpp413 sptr<IRemoteObject::DeathRecipient> death(new (std::nothrow) SwitchCallbackDeathRecipient()); in RegisterSwitchCallback()