Home
last modified time | relevance | path

Searched refs:OnSwitchChange (Results 1 – 8 of 8) sorted by relevance

/base/location/interfaces/inner_api/include/
Di_switch_callback.h33 virtual void OnSwitchChange(const int state) = 0;
Dswitch_callback_proxy.h31 void OnSwitchChange(const int state) override;
Dlocation_switch_callback_host.h40 void OnSwitchChange(int switchState) override;
/base/location/frameworks/native/source/
Dswitch_callback_proxy.cpp30 void SwitchCallbackProxy::OnSwitchChange(const int state) in OnSwitchChange() function in OHOS::Location::SwitchCallbackProxy
Dlocation_switch_callback_host.cpp49 OnSwitchChange(data.ReadInt32()); in OnRemoteRequest()
146 void LocationSwitchCallbackHost::OnSwitchChange(int switchState) in OnSwitchChange() function in OHOS::Location::LocationSwitchCallbackHost
Dlocation_data_manager.cpp49 callback->OnSwitchChange(state); in ReportSwitchState()
/base/location/test/location_locator/source/
Dcallback_test.cpp98 switchCallbackProxy->OnSwitchChange(state);
/base/location/test/fuzztest/locator/locator_fuzzer/
Dlocator_fuzzer.cpp399 switchCallbackHost->OnSwitchChange(SWITCH_STATE_ON); in LocationSwitchCallbackHostFuzzerTest()