Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h83 int SendCommandInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp85 return SendCommandInner(data, reply, identity); in InitGnssEnhanceMsgHandleMap()
259 int GnssAbilityStub::SendCommandInner(MessageParcel &data, MessageParcel &reply, AppIdentity &ident… in SendCommandInner() function in OHOS::Location::GnssAbilityStub
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp447 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->SendCommandInner(data, reply, identity));