Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h89 int RemoveGnssGeofenceInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp113 return RemoveGnssGeofenceInner(data, reply, identity); in InitGnssEnhanceMsgHandleMap()
317 int GnssAbilityStub::RemoveGnssGeofenceInner(MessageParcel &data, MessageParcel &reply, AppIdentity… in RemoveGnssGeofenceInner() function in OHOS::Location::GnssAbilityStub
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp453 …EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->RemoveGnssGeofenceInner(data, reply, identit…