Searched refs:fullName (Results 1 – 5 of 5) sorted by relevance
/base/startup/init/interfaces/innerkits/syspara/ |
D | sysversion.c | 50 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()
|
D | parameter.c | 237 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/ |
D | network_state.cpp | 36 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/ |
D | zip_helper.cpp | 266 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/ |
D | network_search_types.h | 230 std::string fullName; member
|