Searched refs:types_ (Results 1 – 5 of 5) sorted by relevance
24 types_.insert(type); in AddInterestType()48 if (types_.find(event.messageType_) == types_.end()) { in DispatchEvent()99 for (auto type : types_) { in RegisterListener()129 for (auto type : types_) { in RegisterListener()
70 if (strcpy_s(apnItem->attr_.types_, ALL_APN_ITEM_CHAR_LENGTH, apnType.c_str()) != EOK) { in MakeDefaultApn()81 TELEPHONY_LOGI("MakeDefaultApn: type = %{public}s", apnItem->attr_.types_); in MakeDefaultApn()95 … if (strcpy_s(apnItem->attr_.types_, ALL_APN_ITEM_CHAR_LENGTH, apnData.apnTypes.c_str()) != EOK) { in MakeApn()
40 std::set<uint32_t> types_; variable
44 char types_[ALL_APN_ITEM_CHAR_LENGTH]; member
102 apn->attr_.profileId_, apn->attr_.apn_, apn->attr_.protocol_, apn->attr_.types_); in DoConnect()