Home
last modified time | relevance | path

Searched refs:callIncomingNumber_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp60 callIncomingNumber_.clear(); in ~TelephonyStateRegistryService()
179 callIncomingNumber_[-1] = number; in UpdateCallState()
213 callIncomingNumber_[slotId] = number; in UpdateCallStateForSlotId()
540 return callIncomingNumber_[slotId]; in GetCallIncomingNumberForSlotId()
/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h100 std::map<int32_t, std::u16string> callIncomingNumber_; variable
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp1240 service->callIncomingNumber_[0] = testNumber;