Home
last modified time | relevance | path

Searched refs:StateNotifyInterfaceCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dtelephony_state_registry_proxy.cpp61 static_cast<uint32_t>(StateNotifyInterfaceCode::CELLULAR_DATA_STATE), in, out, option); in UpdateCellularDataConnectState()
89 static_cast<uint32_t>(StateNotifyInterfaceCode::CELLULAR_DATA_FLOW), in, out, option); in UpdateCellularDataFlow()
117 static_cast<uint32_t>(StateNotifyInterfaceCode::CALL_STATE), in, out, option); in UpdateCallState()
148 static_cast<uint32_t>(StateNotifyInterfaceCode::CALL_STATE_FOR_ID), in, out, option); in UpdateCallStateForSlotId()
188 static_cast<uint32_t>(StateNotifyInterfaceCode::SIGNAL_INFO), in, out, option); in UpdateSignalInfo()
223 static_cast<uint32_t>(StateNotifyInterfaceCode::CELL_INFO), in, out, option); in UpdateCellInfo()
251 static_cast<uint32_t>(StateNotifyInterfaceCode::NET_WORK_STATE), in, out, option); in UpdateNetworkState()
285 static_cast<uint32_t>(StateNotifyInterfaceCode::SIM_STATE), in, out, option); in UpdateSimState()
322 static_cast<uint32_t>(StateNotifyInterfaceCode::ADD_OBSERVER), in, out, option); in RegisterStateChange()
351 static_cast<uint32_t>(StateNotifyInterfaceCode::REMOVE_OBSERVER), in, out, option); in UnregisterStateChange()
[all …]
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_stub.cpp35 memberFuncMap_[StateNotifyInterfaceCode::CELL_INFO] = in TelephonyStateRegistryStub()
37 memberFuncMap_[StateNotifyInterfaceCode::SIM_STATE] = in TelephonyStateRegistryStub()
39 memberFuncMap_[StateNotifyInterfaceCode::SIGNAL_INFO] = in TelephonyStateRegistryStub()
41 memberFuncMap_[StateNotifyInterfaceCode::NET_WORK_STATE] = in TelephonyStateRegistryStub()
43 memberFuncMap_[StateNotifyInterfaceCode::CALL_STATE] = in TelephonyStateRegistryStub()
45 memberFuncMap_[StateNotifyInterfaceCode::CALL_STATE_FOR_ID] = in TelephonyStateRegistryStub()
47 memberFuncMap_[StateNotifyInterfaceCode::CELLULAR_DATA_STATE] = in TelephonyStateRegistryStub()
49 memberFuncMap_[StateNotifyInterfaceCode::CELLULAR_DATA_FLOW] = in TelephonyStateRegistryStub()
51 memberFuncMap_[StateNotifyInterfaceCode::ADD_OBSERVER] = in TelephonyStateRegistryStub()
53 memberFuncMap_[StateNotifyInterfaceCode::REMOVE_OBSERVER] = in TelephonyStateRegistryStub()
[all …]
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_stub.h72 std::map<StateNotifyInterfaceCode, TelephonyStateFunc> memberFuncMap_;
74 { uint32_t(StateNotifyInterfaceCode::ADD_OBSERVER), "ADD_OBSERVER" },
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dstate_registry_ipc_interface_code.h22 enum class StateNotifyInterfaceCode { enum