Searched refs:AddGnssGeofenceInner (Results 1 – 3 of 3) sorted by relevance
88 int AddGnssGeofenceInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
109 return AddGnssGeofenceInner(data, reply, identity); in InitGnssEnhanceMsgHandleMap()307 int GnssAbilityStub::AddGnssGeofenceInner(MessageParcel &data, MessageParcel &reply, AppIdentity &i… in AddGnssGeofenceInner() function in OHOS::Location::GnssAbilityStub
452 …EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->AddGnssGeofenceInner(data, reply, identity));