Searched refs:SetMockLocationsInner (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_ability_skeleton.cpp | 46 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 D | network_ability_skeleton.h | 48 int SetMockLocationsInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ |
H A D | gnss_ability_skeleton.h | 72 int SetMockLocationsInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability_skeleton.cpp | 89 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 D | gnss_ability_stub_test.cpp | 436 …EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->SetMockLocationsInner(data, reply, identity)…
|