Home
last modified time | relevance | path

Searched refs:GetLocatorCallBack (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/location/interfaces/inner_api/include/
H A Drequest.h38 sptr<ILocatorCallback> GetLocatorCallBack();
/ohos5.0/base/location/test/fuzztest/locator/requestmanager_fuzzer/
H A Drequestmanager_fuzzer.cpp84 request->GetLocatorCallBack(); in RequestFuzzerTest()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp265 if (request->GetLocatorCallBack() == callback) { in IsCallbackInProxy()
338 request->GetLocatorCallBack()->OnLocationReport(location); in OnLocationReport()
H A Drequest_manager.cpp221 sptr<IRemoteObject> newCallback = newRequest->GetLocatorCallBack()->AsObject(); in RestorRequest()
392 …if (request->GetLocatorCallBack() != nullptr && request->GetLocatorCallbackRecipient() != nullptr)… in DeleteRequestRecord()
393 …request->GetLocatorCallBack()->AsObject()->RemoveDeathRecipient(request->GetLocatorCallbackRecipie… in DeleteRequestRecord()
H A Dreport_manager.cpp160 auto locatorCallback = request->GetLocatorCallBack(); in ProcessRequestForReport()
H A Dlocator_ability.cpp1650 sptr<ILocatorCallback> callback = item->GetLocatorCallBack(); in RemoveInvalidRequests()
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Drequest.cpp91 sptr<ILocatorCallback> Request::GetLocatorCallBack() in GetLocatorCallBack() function in OHOS::Location::Request
/ohos5.0/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp116 request->GetLocatorCallBack(); in VerifyRequestField()