Home
last modified time | relevance | path

Searched refs:types_ (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/base/
Devent_dispatcher.cpp24 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()
/base/telephony/cellular_data/services/src/apn_manager/
Dapn_item.cpp70 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()
/base/hiviewdfx/hiview/base/include/
Devent_dispatcher.h40 std::set<uint32_t> types_; variable
/base/telephony/cellular_data/services/include/apn_manager/
Dapn_item.h44 char types_[ALL_APN_ITEM_CHAR_LENGTH]; member
/base/telephony/cellular_data/services/src/state_machine/
Dcellular_data_state_machine.cpp102 apn->attr_.profileId_, apn->attr_.apn_, apn->attr_.protocol_, apn->attr_.types_); in DoConnect()