Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp50 return SetEnableInner(data, reply, identity); in InitNetworkMsgHandleMap()
87 int NetworkAbilityStub::SetEnableInner(MessageParcel &data, MessageParcel &reply, AppIdentity &iden… in SetEnableInner() function in OHOS::Location::NetworkAbilityStub
/ohos5.0/base/location/services/location_passive/passive/source/
H A Dpassive_ability_skeleton.cpp44 return SetEnableInner(data, reply, identity); in InitPassiveMsgHandleMap()
75 int PassiveAbilityStub::SetEnableInner(MessageParcel &data, MessageParcel &reply, AppIdentity &iden… in SetEnableInner() function in OHOS::Location::PassiveAbilityStub
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability_skeleton.h49 int SetEnableInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_passive/passive/include/
H A Dpassive_ability_skeleton.h49 int SetEnableInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h73 int SetEnableInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp41 return SetEnableInner(data, reply, identity); in InitGnssMsgHandleMap()
151 int GnssAbilityStub::SetEnableInner(MessageParcel &data, MessageParcel &reply, AppIdentity &identit… in SetEnableInner() function in OHOS::Location::GnssAbilityStub
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp437 EXPECT_EQ(ERRCODE_PERMISSION_DENIED, gnssAbilityStub->SetEnableInner(data, reply, identity));