Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_information.cpp32 operatorShortName_ = operatorShortName; in SetOperateInformation()
45 return operatorShortName_; in GetOperatorShortName()
66 operatorShortName_ = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
88 if (!parcel.WriteString16(Str8ToStr16(operatorShortName_))) { in Marshalling()
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_information.h47 std::string operatorShortName_; variable