Searched refs:ReportRemoteCallback (Results 1 – 5 of 5) sorted by relevance
/base/location/services/location_locator/locator/include/ |
D | report_manager.h | 33 bool ReportRemoteCallback(sptr<ILocatorCallback>& locatorCallback, int type, int result);
|
/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
D | reportmanager_fuzzer.cpp | 46 reportManager->ReportRemoteCallback(locatorCallback, type, result); in ReportManagerFuzzerTest()
|
/base/location/test/location_locator/source/ |
D | report_manager_test.cpp | 84 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/ |
D | report_manager.cpp | 139 bool ReportManager::ReportRemoteCallback(sptr<ILocatorCallback>& locatorCallback, int type, int res… in ReportRemoteCallback() function in OHOS::Location::ReportManager
|
D | locator_ability.cpp | 893 …if (reportManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT… in ReportLocationStatus() 910 …if (reportManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_ERROR_INFO_EVENT, res… in ReportErrorStatus()
|