/base/account/os_account/services/accountmgr/src/ |
H A D | account_info_report.cpp | 33 {"userName", user}, in TransformIntoJson() 51 std::string userName = user; in ReportSecurityInfo() 55 userName = osAccountInfo.GetLocalName(); in ReportSecurityInfo() 58 std::string content = TransformIntoJson(userName, id, event, result); in ReportSecurityInfo()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_js_http_auth_result.h | 31 virtual bool Confirm(const std::string& userName, const std::string& pwd) = 0;
|
/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_helper_test.cpp | 132 std::string userName; in HWTEST_F() local 133 EXPECT_EQ(helper.QueryNameForUid(mgr, userId, userName), false); in HWTEST_F()
|
/base/startup/appspawn/test/moduletest/ |
H A D | appspawn_client_test.cpp | 51 (void)strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), "test-app-name"); in CreateMsg()
|
H A D | appspawn_test_cmder.cpp | 190 char *userName = GetStringFromJsonObj(config, "user-name"); in AddDacInfoFromJson() local 191 if (userName != nullptr) { in AddDacInfoFromJson() 192 int ret = strcpy_s(info.userName, sizeof(info.userName), userName); in AddDacInfoFromJson() 193 APPSPAWN_CHECK(ret == 0, return ret, "Failed to add userName info req %{public}s", userName); in AddDacInfoFromJson() 253 (void)strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), processName_.c_str()); in AddExtTlv()
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
H A D | hril_vendor_data_defs.h | 147 char *userName; member 196 char *userName; member
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_data_test.cpp | 55 dataProfileInfo.userName = ""; in HWTEST_F() 86 dataProfileInfo.userName = ""; in HWTEST_F() 197 dataProfileInfo.userName = ""; in HWTEST_F() 223 dataProfileInfo.userName = ""; in HWTEST_F() 446 dataProfileInfo.userName = ""; in HWTEST_F() 476 dataProfileInfo.userName = ""; in HWTEST_F()
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 401 if (cJSON_HasObjectItem(sourceJson, "userName")) { in ParseFillContentJsonValue() 402 cJSON* userName = cJSON_GetObjectItem(sourceJson, "userName"); in ParseFillContentJsonValue() local 403 if (userName != nullptr && cJSON_IsString(userName) && userName->valuestring != nullptr) { in ParseFillContentJsonValue() 404 map.insert(std::make_pair("userName", userName->valuestring)); in ParseFillContentJsonValue()
|
/base/web/webview/ohos_adapter/sensor_adapter/src/ |
H A D | sensor_adapter_impl.cpp | 63 std::string userName = "OhosSensorService"; in SensorTypeToSensorUserName() local 66 userName = checkIter->second; in SensorTypeToSensorUserName() 68 return userName; in SensorTypeToSensorUserName() 363 std::string userName = SensorTypeToSensorUserName(sensorTypeId); in SubscribeOhosSensor() local 364 (void)strcpy_s(mSensorUser.name, sizeof(mSensorUser.name), userName.c_str()); in SubscribeOhosSensor()
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_data.cpp | 150 dataInfo.userName = StringToCString(dataCallInfo.dataProfileInfo.userName); in ActivatePdpContext() 168 dataCallInfo.dataProfileInfo.userName = dataCallInfoWithApnTypes.dataProfileInfo.userName; in ActivatePdpContextWithApnTypes() 181 dataInfoWithApnTypes.userName = StringToCString(dataCallInfoWithApnTypes.dataProfileInfo.userName); in ActivatePdpContextWithApnTypes() 246 dataInfo.userName = StringToCString(dataProfileInfo.userName); in BuildDataInfo()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_info.h | 82 std::string userName = ""; member 527 voipCallInfo.userName = temp.voipCallInfo.userName; in operator =()
|
H A D | voip_call_manager_info.h | 115 * Indicates the userName. 117 std::string userName = ""; member
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_data_parcel.h | 167 std::string userName = ""; member
|
H A D | telephony_types.h | 230 std::string userName = ""; member
|
/base/telephony/call_manager/services/call/src/ |
H A D | voip_call.cpp | 30 userName_ = info.voipCallInfo.userName; in VoIPCall() 160 info.voipCallInfo.userName = userName_; in GetCallAttributeInfo()
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_data.cpp | 35 dataProfileInfo.userName = dataProfile.userName; in ChangeDPToHalDataProfile() 49 dataProfileInfoWithApnTypes.userName = dataProfile.userName; in ChangeDPToHalDataProfileWithApnTypes()
|
/base/startup/appspawn/interfaces/innerkits/include/ |
H A D | appspawn.h | 65 char userName[APP_USER_NAME]; member
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | native_call_manager_utils.cpp | 76 info.voipCallInfo.userName = messageParcel.ReadString(); in ReadCallAttributeInfo()
|
/base/telephony/call_manager/utils/src/ |
H A D | call_manager_utils.cpp | 56 messageParcel.WriteString(info.voipCallInfo.userName); in WriteCallAttributeInfo()
|
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/ |
H A D | sendsmsmoremode_fuzzer.cpp | 163 std::string userName(reinterpret_cast<const char *>(data), size); in DeactivatePdpContext() 175 dataProfile.userName = userName; in DeactivatePdpContext()
|
/base/telephony/call_manager/services/telephony_interaction/src/ |
H A D | call_status_callback.cpp | 43 detailInfo.voipCallInfo.userName = info.voipCallInfo.userName; in UpdateCallReportInfo()
|
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/ |
H A D | telephonyinteraction_fuzzer.cpp | 96 dataParcel.WriteString(callReportInfo.voipCallInfo.userName); in UpdateCallReportInfo() 140 dataParcel.WriteString(info.voipCallInfo.userName); in UpdateCallsReportInfo()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 898 dataProfileInfo.userName = "";
in ActivatePdpContextTest() 906 cin >> dataProfileInfo.userName;
in ActivatePdpContextTest() 955 dataInfo.userName = username;
in SetDataProfileInfoTest() 1027 dataProfileInfo.userName = "";
in SetInitialApnTest() 1036 cin >> dataProfileInfo.userName;
in SetInitialApnTest()
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_data.c | 728 pDataInfo.userName = data->userName; in ReqActivatePdpContextWithApnTypes() 800 pDataInfo->password, pDataInfo->userName); in SetDataProfileInfo()
|
/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 463 APPSPAWN_CHECK_ONLY_EXPER(strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), "test-app-name") == 0, in AddDacInfo()
|