Home
last modified time | relevance | path

Searched refs:operatorLongName_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_information.cpp31 operatorLongName_ = operatorLongName; in SetOperateInformation()
50 return operatorLongName_; in GetOperatorLongName()
65 operatorLongName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
85 if (!parcel.WriteString16(Str8ToStr16(operatorLongName_))) { in Marshalling()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_information.h48 std::string operatorLongName_; variable