Home
last modified time | relevance | path

Searched refs:ReportRemoteCallback (Results 1 – 5 of 5) sorted by relevance

/base/location/services/location_locator/locator/include/
Dreport_manager.h33 bool ReportRemoteCallback(sptr<ILocatorCallback>& locatorCallback, int type, int result);
/base/location/test/fuzztest/locator/reportmanager_fuzzer/
Dreportmanager_fuzzer.cpp46 reportManager->ReportRemoteCallback(locatorCallback, type, result); in ReportManagerFuzzerTest()
/base/location/test/location_locator/source/
Dreport_manager_test.cpp84 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, 1));
86 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_ERROR_INFO_EVENT, 1));
88 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_LOCATION_INFO_EVENT, 1));
/base/location/services/location_locator/locator/source/
Dreport_manager.cpp139 bool ReportManager::ReportRemoteCallback(sptr<ILocatorCallback>& locatorCallback, int type, int res… in ReportRemoteCallback() function in OHOS::Location::ReportManager
Dlocator_ability.cpp893 …if (reportManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT… in ReportLocationStatus()
910 …if (reportManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_ERROR_INFO_EVENT, res… in ReportErrorStatus()