Home
last modified time | relevance | path

Searched refs:HiWriteBehaviorEvent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_hisysevent.cpp61 HiWriteBehaviorEvent(SIGNAL_LEVEL_EVENT, SLOT_ID_KEY, slotId, SIGANL_LEVEL_KEY, level); in WriteSignalLevelBehaviorEvent()
66HiWriteBehaviorEvent(NETWORK_REGISTER_EVENT, SLOT_ID_KEY, slotId, NETWORK_DOMAIN_KEY, domain, NETW… in WriteNetworkStateBehaviorEvent()
72 HiWriteBehaviorEvent(SET_DEFAULT_CELLULAR_DATA_EVENT, SLOT_ID_KEY, slotId); in WriteDefaultDataSlotIdBehaviorEvent()
77 HiWriteBehaviorEvent(SIM_STATE_CHANGE_EVENT, SLOT_ID_KEY, slotId, STATE_KEY, state); in WriteSimStateBehaviorEvent()
122 HiWriteBehaviorEvent(AIRPLANE_MODE_EVENT, SWITCH_KEY, enable); in WriteAirplaneModeChangeEvent()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_hisysevent.cpp47HiWriteBehaviorEvent(DATA_DEACTIVED_EVENT, SLOT_ID_KEY, slotId, TYPE_KEY, static_cast<int32_t>(typ… in WriteDataDeactiveBehaviorEvent()
52 HiWriteBehaviorEvent(DATA_CONNECTION_STATE_EVENT, STATE_KEY, state); in WriteDataConnectStateBehaviorEvent()
57 HiWriteBehaviorEvent(ROAMING_DATA_CONNECTION_STATE_EVENT, STATE_KEY, state); in WriteRoamingConnectStateBehaviorEvent()
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_hisysevent.cpp70 HiWriteBehaviorEvent(CALL_END_EXCEPTION_EVENT, SLOT_ID_KEY, slotId, FAIL_CAUSE_KEY, cause); in WriteCallEndBehaviorEvent()
87 HiWriteBehaviorEvent( in WriteDialCallBehaviorEvent()
105 HiWriteBehaviorEvent( in WriteHangUpCallBehaviorEvent()
129 HiWriteBehaviorEvent( in WriteAnswerCallBehaviorEvent()
190 HiWriteBehaviorEvent(VONR_SWITCH_STATE_EVENT, SWITCH_KEY, enable); in WriteVoNRSwitchChangeEvent()
214HiWriteBehaviorEvent(imsCallModeEvent, MODULE_NAME_KEY, CELLULAR_CALL_MODULE, SLOT_ID_KEY, info.sl… in WriteImsCallModeBehaviorEvent()
217HiWriteBehaviorEvent(imsCallModeEvent, MODULE_NAME_KEY, CELLULAR_CALL_MODULE, SLOT_ID_KEY, info.sl… in WriteImsCallModeBehaviorEvent()
/ohos5.0/base/telephony/sms_mms/utils/
H A Dsms_hisysevent.cpp39HiWriteBehaviorEvent(SMS_SEND_EVENT, SLOT_ID_KEY, slotId, MSG_TYPE_KEY, static_cast<int32_t>(type)… in WriteSmsSendBehaviorEvent()
44HiWriteBehaviorEvent(SMS_RECEIVE_EVENT, SLOT_ID_KEY, slotId, MSG_TYPE_KEY, static_cast<int32_t>(ty… in WriteSmsReceiveBehaviorEvent()
/ohos5.0/base/telephony/core_service/utils/common/include/
H A Dtelephony_hisysevent.h407 static void HiWriteBehaviorEvent(const std::string &eventName, Types... args) in HiWriteBehaviorEvent() function
/ohos5.0/base/telephony/call_manager/services/hisysevent/src/
H A Dcall_manager_hisysevent.cpp57HiWriteBehaviorEvent(CALL_STATE_CHANGED_EVENT, SLOT_ID_KEY, slotId, STATE_KEY, state, INDEX_ID_KEY… in WriteCallStateBehaviorEvent()
73 HiWriteBehaviorEvent(INCOMING_CALL_EVENT, SLOT_ID_KEY, slotId, CALL_TYPE_KEY, type); in WriteIncomingCallBehaviorEvent()