Home
last modified time | relevance | path

Searched refs:fullName (Results 1 - 11 of 11) sorted by relevance

/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp36 psOperatorInfo_.fullName = ""; in Init()
37 csOperatorInfo_.fullName = ""; in Init()
72 psOperatorInfo_.fullName = readString; in ReadParcelString()
84 csOperatorInfo_.fullName = readString; in ReadParcelString()
149 psOperatorInfo_.fullName == other.psOperatorInfo_.fullName && in operator ==()
152 csOperatorInfo_.fullName == other.csOperatorInfo_.fullName && in operator ==()
172 if (!parcel.WriteString(psOperatorInfo_.fullName)) { in MarshallingString()
181 if (!parcel.WriteString(csOperatorInfo_.fullName)) { in MarshallingString()
[all...]
/base/startup/init/interfaces/innerkits/syspara/
H A Dsysversion.c50 const char *fullName = GetFullName_(); in GetVersions() local
51 if (fullName == NULL) { in GetVersions()
54 const char *tmp = strstr(fullName, "-"); in GetVersions()
60 BEGET_LOGV("fullName %s %d.%d.%d.%d ret %d", in GetVersions()
61 fullName, g_majorVersion, g_seniorVersion, g_featureVersion, g_buildVersion, ret); in GetVersions()
H A Dparameter.c248 const char *fullName = GetFullName_(); in BuildOSFullName() local
249 if (fullName == NULL || releaseType == NULL) { in BuildOSFullName()
257 int length = sprintf_s(value, OS_FULL_NAME_LEN, "%s(%s)", fullName, releaseType); in BuildOSFullName()
264 return strdup(fullName); in BuildOSFullName()
/base/startup/init/interfaces/kits/syscap_ts/src/
H A Dsyscap_ts.cpp26 std::string fullName(moduleName); in BindNativeFunction()
27 fullName += "."; in BindNativeFunction()
28 fullName += name; in BindNativeFunction()
30 napi_create_function(env, fullName.c_str(), fullName.length(), func, nullptr, &result); in BindNativeFunction()
/base/startup/init/services/param/manager/
H A Dparam_server.c123 char fullName[PARAM_NAME_LEN_MAX]; in Common2ConstDealFun() local
124 int ret = snprintf_s(fullName, sizeof(fullName), sizeof(fullName) - 1, in Common2ConstDealFun()
127 ret = CheckParamName(fullName, 0); in Common2ConstDealFun()
129 PARAM_LOGV("Param name %s, value %s", fullName, value); in Common2ConstDealFun()
130 ret = WriteParam(fullName, value, NULL, 0); in Common2ConstDealFun()
131 PARAM_CHECK(ret == 0, return ret, "Failed to write param %s %s", fullName, value); in Common2ConstDealFun()
139 char fullName[PARAM_NAME_LEN_MAX]; in MatchReserverCmdline() local
148 ret = snprintf_s(fullName, sizeo in MatchReserverCmdline()
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp116 std::string fullName = CalcCollectedLogName(currInfo); in ReadGwpAsanRecord() local
117 currInfo.logPath = fullName; in ReadGwpAsanRecord()
165 std::string fullName = filePath + fileName; in CalcCollectedLogName() local
166 return fullName; in CalcCollectedLogName()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_detector.cpp373 string fullName = FaultDetectorUtil::GetProcessName(pid); in ProcessUserEvent() local
374 if (fullName.find(name) == string::npos) { in ProcessUserEvent()
376 name.c_str(), pid, fullName.c_str()); in ProcessUserEvent()
383 auto it = processedPids_.find(fullName); in ProcessUserEvent()
414 HIVIEW_LOGI("start monitor pid: %{public}d, name: %{public}s", pid, fullName.c_str()); in ProcessUserEvent()
416 userMonitorInfo->SetProcessName(fullName); in ProcessUserEvent()
/base/telephony/state_registry/test/fuzztest/telephonyobserver_fuzzer/
H A Dtelephonyobserver_fuzzer.cpp113 networkState->psOperatorInfo_.fullName = mFullName; in NetworkStateUpdatedInner()
116 networkState->csOperatorInfo_.fullName = mFullName; in NetworkStateUpdatedInner()
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp104 std::ostringstream fullName; in FormatFullName() local
105 fullName << givenName; in FormatFullName()
107 fullName << " " << middleName << "."; in FormatFullName()
109 fullName << " " << familyName; in FormatFullName()
110 return fullName.str(); in FormatFullName()
185 std::string fullName = FormatFullName(phoneticFamilyName, phoneticMiddleName, phoneticGivenName); in ConstructPhoneticNameFields() local
187 if (IsNeedCharsetParam({ fullName })) { in ConstructPhoneticNameFields()
190 result_ << DATA_SEPARATOR << DealCharacters(fullName); in ConstructPhoneticNameFields()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dnetwork_search_types.h277 std::string fullName = ""; member
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/
H A Dtelephonystateregistry_fuzzer.cpp338 networkState->psOperatorInfo_.fullName = mFullName; in UpdateNetworkState()
341 networkState->csOperatorInfo_.fullName = mFullName; in UpdateNetworkState()

Completed in 8 milliseconds