Searched refs:GetFamily (Results 1 – 12 of 12) sorted by relevance
188 NetAddress::Family NetAddress::GetFamily() const in GetFamily() function in OHOS::NetStack::Socket::NetAddress196 family_ = other.GetFamily(); in operator =()
55 const std::string &SocketRemoteInfo::GetFamily() const in GetFamily() function in OHOS::NetStack::Socket::SocketRemoteInfo
43 [[nodiscard]] const std::string &GetFamily() const;
56 [[nodiscard]] Family GetFamily() const;
40 std::string GetFamily();
120 std::string VCardNameData::GetFamily() in GetFamily() function in OHOS::Telephony::VCardNameData
149 napi_value family = NapiUtils::CreateStringUtf8(env, MessagePara->remoteInfo_.GetFamily()); in MakeMessageObj()534 messageRecvParma->remoteInfo_.SetFamilyByStr(remoteInfo.GetFamily()); in TLSConnectionRegEvent()
71 … family = NapiUtils::CreateStringUtf8(workWrapper->env, messageRecvParma->remoteInfo_.GetFamily()); in SetPropertyForWorkWrapper()
123 std::string familyName = nameData->GetFamily(); in ConstructNameV40()238 std::string familyName = nameData->GetFamily(); in ConstructName()
115 …if (!nameData_->GetPrefix().empty() || !nameData_->GetFamily().empty() || !nameData_->GetMiddle().… in CheckNameExist()
278 NapiUtils::SetStringPropertyUtf8(env, jsRemoteInfo, KEY_FAMILY, remoteInfo->GetFamily()); in MakeJsMessageParam()1412 if (context->address_.GetFamily() == NetAddress::Family::IPv4) { in ExecUdpAddMembership()1443 if (context->address_.GetFamily() == NetAddress::Family::IPv4) { in ExecUdpDropMembership()
432 EXPECT_EQ(contacts[0]->GetNameData()->GetFamily(), "测试F");