Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_skeleton.h103 int PreReportLocationError(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp136 return PreReportLocationError(data, reply, identity); in ConstructLocatorEnhanceHandleMap()
1358 int LocatorAbilityStub::PreReportLocationError(MessageParcel &data, MessageParcel &reply, AppIdenti… in PreReportLocationError() function in OHOS::Location::LocatorAbilityStub
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_skeleton_test.cpp1585 HWTEST_F(LocatorSkeletonTest, PreReportLocationError, TestSize.Level1)
1601 auto result = locatorAbilityStub->PreReportLocationError(data, reply, identity);