Searched refs:ReportRemoteCallback (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/location/test/fuzztest/locator/reportmanager_fuzzer/ |
H A D | reportmanager_fuzzer.cpp | 46 reportManager->ReportRemoteCallback(locatorCallback, type, result); in ReportManagerFuzzerTest()
|
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | report_manager.h | 35 bool ReportRemoteCallback(sptr<ILocatorCallback>& locatorCallback, int type, int result);
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | report_manager_test.cpp | 104 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT, 1)); 106 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_ERROR_INFO_EVENT, 1)); 108 ReportRemoteCallback(locatorCallback, ILocatorCallback::RECEIVE_LOCATION_INFO_EVENT, 1));
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | report_manager.cpp | 268 bool ReportManager::ReportRemoteCallback(sptr<ILocatorCallback>& locatorCallback, int type, int res… in ReportRemoteCallback() function in OHOS::Location::ReportManager
|
H A D | locator_ability.cpp | 1218 …if (reportManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_LOCATION_STATUS_EVENT… in ReportLocationStatus() 1236 …if (reportManager_->ReportRemoteCallback(callback, ILocatorCallback::RECEIVE_ERROR_INFO_EVENT, res… in ReportErrorStatus()
|