Home
last modified time | relevance | path

Searched refs:SetMockLocationsInner (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp46 return SetMockLocationsInner(data, reply, identity); in InitNetworkMsgHandleMap()
77 int NetworkAbilityStub::SetMockLocationsInner(MessageParcel &data, MessageParcel &reply, AppIdentit… in SetMockLocationsInner() function in OHOS::Location::NetworkAbilityStub
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability_skeleton.h48 int SetMockLocationsInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h72 int SetMockLocationsInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp89 return SetMockLocationsInner(data, reply, identity); in InitGnssEnhanceMsgHandleMap()
141 int GnssAbilityStub::SetMockLocationsInner(MessageParcel &data, MessageParcel &reply, AppIdentity &… in SetMockLocationsInner() function in OHOS::Location::GnssAbilityStub
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp436 …EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->SetMockLocationsInner(data, reply, identity)…