Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/state_registry/services/include/
H A Dtelephony_state_registry_service.h80 …std::u16string GetCallIncomingNumberForSlotId(TelephonyStateRegistryRecord record, int32_t slotId);
/ohos5.0/base/telephony/state_registry/services/src/
H A Dtelephony_state_registry_service.cpp219 std::u16string phoneNumber = GetCallIncomingNumberForSlotId(record, slotId); in UpdateCallStateForSlotId()
536 std::u16string TelephonyStateRegistryService::GetCallIncomingNumberForSlotId( in GetCallIncomingNumberForSlotId() function in OHOS::Telephony::TelephonyStateRegistryService
553 std::u16string phoneNumber = GetCallIncomingNumberForSlotId(record, record.slotId_); in UpdateData()
/ohos5.0/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_test.cpp969 EXPECT_EQ(Str8ToStr16(""), service->GetCallIncomingNumberForSlotId(record, 0));
1241 EXPECT_EQ(u"", service->GetCallIncomingNumberForSlotId(record, 0));