Searched refs:DisableMockInner (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_ability_skeleton.cpp | 58 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 D | passive_ability_skeleton.cpp | 52 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 D | network_ability_skeleton.h | 51 int DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
|
/ohos5.0/base/location/services/location_passive/passive/include/ |
H A D | passive_ability_skeleton.h | 51 int DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
|
/ohos5.0/base/location/services/location_gnss/gnss/include/ |
H A D | gnss_ability_skeleton.h | 85 int DisableMockInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability_skeleton.cpp | 97 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 D | gnss_ability_stub_test.cpp | 449 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->DisableMockInner(data, reply, identity));
|