Searched refs:PreGetSwitchState (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | locator_skeleton.h | 56 int PreGetSwitchState(MessageParcel &data, MessageParcel &reply, AppIdentity &identity);
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_skeleton.cpp | 60 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 D | locator_skeleton_test.cpp | 194 HWTEST_F(LocatorSkeletonTest, PreGetSwitchState, TestSize.Level1) 209 auto result = locatorAbilityStub->PreGetSwitchState(data, reply, identity);
|