Home
last modified time | relevance | path

Searched refs:userName (Results 1 - 25 of 34) sorted by relevance

12

/base/account/os_account/services/accountmgr/src/
H A Daccount_info_report.cpp33 {"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 Dnweb_js_http_auth_result.h31 virtual bool Confirm(const std::string& userName, const std::string& pwd) = 0;
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp132 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 Dappspawn_client_test.cpp51 (void)strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), "test-app-name"); in CreateMsg()
H A Dappspawn_test_cmder.cpp190 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 Dhril_vendor_data_defs.h147 char *userName; member
196 char *userName; member
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_data_test.cpp55 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 Dimf_adapter_impl.cpp401 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 Dsensor_adapter_impl.cpp63 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 Dhril_data.cpp150 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 Dcall_manager_info.h82 std::string userName = ""; member
527 voipCallInfo.userName = temp.voipCallInfo.userName; in operator =()
H A Dvoip_call_manager_info.h115 * Indicates the userName.
117 std::string userName = ""; member
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_data_parcel.h167 std::string userName = ""; member
H A Dtelephony_types.h230 std::string userName = ""; member
/base/telephony/call_manager/services/call/src/
H A Dvoip_call.cpp30 userName_ = info.voipCallInfo.userName; in VoIPCall()
160 info.voipCallInfo.userName = userName_; in GetCallAttributeInfo()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_data.cpp35 dataProfileInfo.userName = dataProfile.userName; in ChangeDPToHalDataProfile()
49 dataProfileInfoWithApnTypes.userName = dataProfile.userName; in ChangeDPToHalDataProfileWithApnTypes()
/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h65 char userName[APP_USER_NAME]; member
/base/telephony/call_manager/frameworks/native/src/
H A Dnative_call_manager_utils.cpp76 info.voipCallInfo.userName = messageParcel.ReadString(); in ReadCallAttributeInfo()
/base/telephony/call_manager/utils/src/
H A Dcall_manager_utils.cpp56 messageParcel.WriteString(info.voipCallInfo.userName); in WriteCallAttributeInfo()
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp163 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 Dcall_status_callback.cpp43 detailInfo.voipCallInfo.userName = info.voipCallInfo.userName; in UpdateCallReportInfo()
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp96 dataParcel.WriteString(callReportInfo.voipCallInfo.userName); in UpdateCallReportInfo()
140 dataParcel.WriteString(info.voipCallInfo.userName); in UpdateCallsReportInfo()
/base/telephony/ril_adapter/test/unittest/
H A Dril_interface_test.cpp898 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 Dat_data.c728 pDataInfo.userName = data->userName; in ReqActivatePdpContextWithApnTypes()
800 pDataInfo->password, pDataInfo->userName); in SetDataProfileInfo()
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp463 APPSPAWN_CHECK_ONLY_EXPER(strcpy_s(dacInfo.userName, sizeof(dacInfo.userName), "test-app-name") == 0, in AddDacInfo()

Completed in 29 milliseconds

12