Searched refs:incomingNumber (Results 1 – 7 of 7) sorted by relevance
/base/telephony/call_manager/services/call_report/src/ |
D | call_state_report_proxy.cpp | 67 int32_t slotId, int32_t callId, int32_t callState, std::u16string incomingNumber) in ReportCallStateForCallId() argument 71 slotId, callId, callState, incomingNumber); in ReportCallStateForCallId()
|
/base/telephony/call_manager/services/call_report/include/ |
D | call_state_report_proxy.h | 33 int32_t slotId, int32_t callId, int32_t callState, std::u16string incomingNumber);
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | i_telephony_state_notify.h | 75 … int32_t slotId, int32_t callId, int32_t callStatus, const std::u16string &incomingNumber) = 0;
|
/base/telephony/state_registry/services/include/ |
D | telephony_state_registry_service.h | 52 … int32_t slotId, int32_t callId, int32_t callState, const std::u16string &incomingNumber) override;
|
/base/telephony/state_registry/services/src/ |
D | telephony_state_registry_stub.cpp | 103 std::u16string incomingNumber = data.ReadString16(); in OnUpdateCallStateForSlotId() local 104 int32_t ret = UpdateCallStateForSlotId(slotId, callId, callState, incomingNumber); in OnUpdateCallStateForSlotId()
|
D | telephony_state_registry_service.cpp | 177 int32_t slotId, int32_t callId, int32_t callState, const std::u16string &incomingNumber) in UpdateCallStateForSlotId() argument 179 std::u16string incomingNumberStr = incomingNumber; in UpdateCallStateForSlotId() 190 callIncomingNumber_[slotId] = incomingNumber; in UpdateCallStateForSlotId()
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
D | telephonystateregistry_fuzzer.cpp | 171 std::string incomingNumber(reinterpret_cast<const char *>(data), size); in UpdateCallStateForSlotId() 176 dataMessageParcel.WriteString16(Str8ToStr16(incomingNumber)); in UpdateCallStateForSlotId()
|