Searched refs:username (Results 1 – 13 of 13) sorted by relevance
147 static struct mqtt_utf8 username; in client_init() local166 username.utf8 = (uint8_t *)CONFIG_SAMPLE_CLOUD_AZURE_USERNAME; in client_init()167 username.size = strlen(CONFIG_SAMPLE_CLOUD_AZURE_USERNAME); in client_init()169 client->user_name = &username; in client_init()
17 url: https://github.com/my-username/my-module
9 string "Azure cloud username"
81 CONFIG_SAMPLE_CLOUD_AZURE_USERNAME="<username>"
31 1. GitHub username
198 static struct mqtt_utf8 username; in client_init() local202 username.utf8 = (uint8_t *)MQTT_USERNAME; in client_init()203 username.size = strlen(MQTT_USERNAME); in client_init()213 sh_mqtt->mqtt_cli.user_name = &username; in client_init()
311 string "MQTT server username"313 MQTT server username.
46 [PASS] 6 - CONNECT, new session, username and password
53 char username[MDM_HL7800_APN_USERNAME_MAX_SIZE]; member
171 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/cavstool.py username@remotehostname172 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/remote-fw-service.py username@remotehostname173 ssh username@remotehostname
46 static ZTEST_DMEM struct mqtt_utf8 username = USERNAME; variable352 .will_message = &will_msg, .user_name = &username,
27 …west.manifest: running 'git fetch ... https://github.com/your-username/your_project ...' in /some/…
2775 memset(iface_ctx.mdm_apn.username, 0, in on_cmd_atcmdinfo_pdp_authentication_cfg()2776 sizeof(iface_ctx.mdm_apn.username)); in on_cmd_atcmdinfo_pdp_authentication_cfg()2788 iface_ctx.mdm_apn.username[i++] = *p++; in on_cmd_atcmdinfo_pdp_authentication_cfg()2795 iface_ctx.mdm_apn.username); in on_cmd_atcmdinfo_pdp_authentication_cfg()