Home
last modified time | relevance | path

Searched refs:ScanCallbackDeathRecipient (Results 1 - 3 of 3) sorted by relevance

/base/location/services/location_locator/locator/include/
H A Dlocator_skeleton.h33 class ScanCallbackDeathRecipient : public IRemoteObject::DeathRecipient { class
36 ScanCallbackDeathRecipient();
37 ~ScanCallbackDeathRecipient() override;
124 sptr<IRemoteObject::DeathRecipient> scanRecipient_ = new (std::nothrow) ScanCallbackDeathRecipient();
/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp1298 ScanCallbackDeathRecipient::ScanCallbackDeathRecipient() in ScanCallbackDeathRecipient() function in OHOS::Location::ScanCallbackDeathRecipient
1302 ScanCallbackDeathRecipient::~ScanCallbackDeathRecipient() in ~ScanCallbackDeathRecipient()
1306 void ScanCallbackDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
/base/location/test/location_manager/source/
H A Dlocator_skeleton_test.cpp1672 sptr<ScanCallbackDeathRecipient>(new (std::nothrow) ScanCallbackDeathRecipient()); in HWTEST_F()

Completed in 6 milliseconds