Searched refs:fullName (Results 1 – 8 of 8) 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() 70 psOperatorInfo_.fullName = readString; in ReadParcelString() 82 csOperatorInfo_.fullName = readString; in ReadParcelString() 139 psOperatorInfo_.fullName == other.psOperatorInfo_.fullName && in operator ==() 142 csOperatorInfo_.fullName == other.csOperatorInfo_.fullName && in operator ==() 152 if (!parcel.WriteString(psOperatorInfo_.fullName)) { in Marshalling() 161 if (!parcel.WriteString(csOperatorInfo_.fullName)) { in Marshalling() 211 if (!psOperatorInfo_.fullName.empty()) { in GetLongOperatorName() 212 return psOperatorInfo_.fullName; in GetLongOperatorName() [all …]
|
/base/startup/init/services/param/manager/ |
D | param_server.c | 113 char fullName[PARAM_NAME_LEN_MAX]; in CmdlineIterator() local 141 … ret = snprintf_s(fullName, sizeof(fullName), sizeof(fullName) - 1, ".%s", CMDLINES[i].name); in CmdlineIterator() 142 matched = strstr(name, fullName); in CmdlineIterator() 151 ret = snprintf_s(fullName, sizeof(fullName), sizeof(fullName) - 1, in CmdlineIterator() 156 PARAM_LOGV("proc cmdline %s matched.", fullName); in CmdlineIterator() 157 ret = CMDLINES[i].processor(fullName, nv->value); in CmdlineIterator()
|
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/ |
D | zip_helper.cpp | 213 std::string fullName = filePath + fileName; in CalcCollectedLogName() local 217 return fullName; in CalcCollectedLogName() 254 std::string fullName = CalcCollectedLogName(params); in WriteCollectedData() local 255 if (fullName.size() == 0) { in WriteCollectedData() 258 int32_t fd = CreateLogFile(fullName); in WriteCollectedData() 264 … SANITIZERD_LOGE("Fail to write %{public}s, err: %{public}s.", fullName.c_str(), strerror(errno)); in WriteCollectedData()
|
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/ |
D | telephonyobserver_fuzzer.cpp | 113 networkState->psOperatorInfo_.fullName = mFullName; in NetworkStateUpdatedInner() 116 networkState->csOperatorInfo_.fullName = mFullName; in NetworkStateUpdatedInner()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | network_search_types.h | 276 std::string fullName = ""; member
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
D | telephonystateregistry_fuzzer.cpp | 296 networkState->psOperatorInfo_.fullName = mFullName; in UpdateNetworkState() 299 networkState->csOperatorInfo_.fullName = mFullName; in UpdateNetworkState()
|