Home
last modified time | relevance | path

Searched refs:DisableMockInner (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp58 return DisableMockInner(data, reply, identity); in InitNetworkMsgHandleMap()
105 int NetworkAbilityStub::DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &id… in DisableMockInner() function in OHOS::Location::NetworkAbilityStub
/ohos5.0/base/location/services/location_passive/passive/source/
H A Dpassive_ability_skeleton.cpp52 return DisableMockInner(data, reply, identity); in InitPassiveMsgHandleMap()
93 int PassiveAbilityStub::DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &id… in DisableMockInner() function in OHOS::Location::PassiveAbilityStub
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability_skeleton.h51 int DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_passive/passive/include/
H A Dpassive_ability_skeleton.h51 int DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h85 int DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp97 return DisableMockInner(data, reply, identity); in InitGnssEnhanceMsgHandleMap()
278 int GnssAbilityStub::DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &ident… in DisableMockInner() function in OHOS::Location::GnssAbilityStub
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp449 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->DisableMockInner(data, reply, identity));