Searched refs:HiWriteBehaviorEvent (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service_hisysevent.cpp | 61 HiWriteBehaviorEvent(SIGNAL_LEVEL_EVENT, SLOT_ID_KEY, slotId, SIGANL_LEVEL_KEY, level); in WriteSignalLevelBehaviorEvent() 66 …HiWriteBehaviorEvent(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 D | cellular_data_hisysevent.cpp | 47 …HiWriteBehaviorEvent(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 D | cellular_call_hisysevent.cpp | 70 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() 214 …HiWriteBehaviorEvent(imsCallModeEvent, MODULE_NAME_KEY, CELLULAR_CALL_MODULE, SLOT_ID_KEY, info.sl… in WriteImsCallModeBehaviorEvent() 217 …HiWriteBehaviorEvent(imsCallModeEvent, MODULE_NAME_KEY, CELLULAR_CALL_MODULE, SLOT_ID_KEY, info.sl… in WriteImsCallModeBehaviorEvent()
|
/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | sms_hisysevent.cpp | 39 …HiWriteBehaviorEvent(SMS_SEND_EVENT, SLOT_ID_KEY, slotId, MSG_TYPE_KEY, static_cast<int32_t>(type)… in WriteSmsSendBehaviorEvent() 44 …HiWriteBehaviorEvent(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 D | telephony_hisysevent.h | 407 static void HiWriteBehaviorEvent(const std::string &eventName, Types... args) in HiWriteBehaviorEvent() function
|
/ohos5.0/base/telephony/call_manager/services/hisysevent/src/ |
H A D | call_manager_hisysevent.cpp | 57 …HiWriteBehaviorEvent(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()
|