/base/telephony/core_service/frameworks/native/src/ |
H A D | network_state.cpp | 36 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 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() 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 D | parameter.c | 248 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 D | syscap_ts.cpp | 26 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 D | param_server.c | 123 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 D | gwpasan_collector.cpp | 116 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 D | native_leak_detector.cpp | 373 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 D | telephonyobserver_fuzzer.cpp | 113 networkState->psOperatorInfo_.fullName = mFullName; in NetworkStateUpdatedInner() 116 networkState->csOperatorInfo_.fullName = mFullName; in NetworkStateUpdatedInner()
|
/base/telephony/core_service/utils/vcard/src/ |
H A D | vcard_constructor.cpp | 104 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 D | network_search_types.h | 277 std::string fullName = ""; member
|
/base/telephony/state_registry/test/fuzztest/telephonystateregistry_fuzzer/ |
H A D | telephonystateregistry_fuzzer.cpp | 338 networkState->psOperatorInfo_.fullName = mFullName; in UpdateNetworkState() 341 networkState->csOperatorInfo_.fullName = mFullName; in UpdateNetworkState()
|