Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h73 void SetLocatorCallbackRecipient(const sptr<IRemoteObject::DeathRecipient>& recipient);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp379 void Request::SetLocatorCallbackRecipient(const sptr<IRemoteObject::DeathRecipient>& recipient) in SetLocatorCallbackRecipient() function in OHOS::Location::Request
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp965 request->SetLocatorCallbackRecipient(death); in StartLocating()