Searched refs:SendCommandInner (Results 1 – 3 of 3) sorted by relevance
83 int SendCommandInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
85 return SendCommandInner(data, reply, identity); in InitGnssEnhanceMsgHandleMap()259 int GnssAbilityStub::SendCommandInner(MessageParcel &data, MessageParcel &reply, AppIdentity &ident… in SendCommandInner() function in OHOS::Location::GnssAbilityStub
447 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->SendCommandInner(data, reply, identity));