Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Di_switch_callback.h26 RECEIVE_SWITCH_STATE_EVENT = 1, enumerator
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocation_switch_callback_host.cpp31 case RECEIVE_SWITCH_STATE_EVENT: { in OnRemoteRequest()
H A Dswitch_callback_proxy.cpp39 int error = Remote()->SendRequest(RECEIVE_SWITCH_STATE_EVENT, data, reply, option); in OnSwitchChange()
/ohos5.0/base/location/test/fuzztest/locator/locationswitchcallbackhost_fuzzer/
H A Dlocationswitchcallbackhost_fuzzer.cpp68 …callback->OnRemoteRequest(ISwitchCallback::RECEIVE_SWITCH_STATE_EVENT, requestParcel, reply, optio… in LocationSwitchCallbackHostFuzzTest()
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_switch_callback_napi.cpp50 case RECEIVE_SWITCH_STATE_EVENT: { in OnRemoteRequest()
/ohos5.0/base/telephony/call_manager/test/unittest/call_earthquake_alarm_test/src/
H A Dcall_earthquake_alarm_test.cpp185 code = Location::ISwitchCallback::RECEIVE_SWITCH_STATE_EVENT;
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_locator.cpp257 case RECEIVE_SWITCH_STATE_EVENT: { in OnRemoteRequest()