Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dlocator_skeleton.h56 int PreGetSwitchState(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_skeleton.cpp60 return PreGetSwitchState(data, reply, identity); in ConstructLocatorHandleMap()
271 int LocatorAbilityStub::PreGetSwitchState(MessageParcel &data, MessageParcel &reply, AppIdentity &i… in PreGetSwitchState() function in OHOS::Location::LocatorAbilityStub
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_skeleton_test.cpp194 HWTEST_F(LocatorSkeletonTest, PreGetSwitchState, TestSize.Level1)
209 auto result = locatorAbilityStub->PreGetSwitchState(data, reply, identity);