Home
last modified time | relevance | path

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

/base/startup/init/interfaces/innerkits/syspara/
Dsysversion.c50 const char *fullName = GetFullName_(); in GetVersions() local
51 if (fullName == NULL) { in GetVersions()
54 const char *tmp = strstr(fullName, "-"); in GetVersions()
61 fullName, g_majorVersion, g_seniorVersion, g_featureVersion, g_buildVersion, ret); in GetVersions()
Dparameter.c237 const char *fullName = GetFullName_(); in BuildOSFullName() local
238 if (fullName == NULL || releaseType == NULL) { in BuildOSFullName()
246 int length = sprintf_s(value, OS_FULL_NAME_LEN, "%s(%s)", fullName, releaseType); in BuildOSFullName()
253 return strdup(fullName); in BuildOSFullName()
/base/telephony/core_service/frameworks/native/src/
Dnetwork_state.cpp36 psOperatorInfo_.fullName = ""; in Init()
37 csOperatorInfo_.fullName = ""; in Init()
55 psOperatorInfo_.fullName = readString; in ReadFromParcel()
64 csOperatorInfo_.fullName = readString; in ReadFromParcel()
89 psOperatorInfo_.fullName == other.psOperatorInfo_.fullName && in operator ==()
92 csOperatorInfo_.fullName == other.csOperatorInfo_.fullName && in operator ==()
102 if (!parcel.WriteString(psOperatorInfo_.fullName)) { in Marshalling()
111 if (!parcel.WriteString(csOperatorInfo_.fullName)) { in Marshalling()
161 if (!psOperatorInfo_.fullName.empty()) { in GetLongOperatorName()
162 return psOperatorInfo_.fullName; in GetLongOperatorName()
[all …]
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dzip_helper.cpp266 std::string fullName = filePath + fileName; in CalcCollectedLogName() local
270 return fullName; in CalcCollectedLogName()
307 std::string fullName = CalcCollectedLogName(params); in WriteCollectedData() local
308 if (fullName.size() == 0) { in WriteCollectedData()
311 int32_t fd = CreateLogFile(fullName); in WriteCollectedData()
317 … SANITIZERD_LOGE("Fail to write %{public}s, err: %{public}s.", fullName.c_str(), strerror(errno)); in WriteCollectedData()
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_search_types.h230 std::string fullName; member