Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_hisysevent.h76 static void WriteCallEndBehaviorEvent(const int32_t slotId, const int32_t cause);
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dcellular_call_hisysevent.cpp68 void CellularCallHiSysEvent::WriteCallEndBehaviorEvent(const int32_t slotId, const int32_t cause) in WriteCallEndBehaviorEvent() function in OHOS::Telephony::CellularCallHiSysEvent
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_hisysevent_test.cpp62 cellularCallHiSysEvent->WriteCallEndBehaviorEvent(0, 17);
/ohos5.0/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1231 … CellularCallHiSysEvent::WriteCallEndBehaviorEvent(slotId_, static_cast<int32_t>(details.reason)); in GetCallFailReasonResponse()