Home
last modified time | relevance | path

Searched refs:userId (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick.c237 Uint8 userId; in SDL_JoystickThread() local
238 for (userId = 0; userId < XUSER_MAX_COUNT; userId++) { in SDL_JoystickThread()
240 … const DWORD result = XINPUTGETCAPABILITIES(userId, XINPUT_FLAG_GAMEPAD, &capabilities); in SDL_JoystickThread()
242 if (bOpenedXInputDevices[userId] != available) { in SDL_JoystickThread()
244 bOpenedXInputDevices[userId] = available; in SDL_JoystickThread()
DSDL_xinputjoystick.c188 const Uint8 userId = joystickdevice->XInputUserId; in SDL_XINPUT_JoystickOpen() local
195 SDL_assert(userId < XUSER_MAX_COUNT); in SDL_XINPUT_JoystickOpen()
199 if (XINPUTGETCAPABILITIES(userId, XINPUT_FLAG_GAMEPAD, &capabilities) != ERROR_SUCCESS) { in SDL_XINPUT_JoystickOpen()
205 joystick->hwdata->bXInputHaptic = (XINPUTSETSTATE(userId, &state) == ERROR_SUCCESS); in SDL_XINPUT_JoystickOpen()
206 joystick->hwdata->userid = userId; in SDL_XINPUT_JoystickOpen()
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js375 const userId = this._options.proxy.userId || '';
383 buff.writeStringNT(userId);
391 buff.writeStringNT(userId);
460 if (this._options.proxy.userId || this._options.proxy.password) {
506 const userId = this._options.proxy.userId || '';
510 buff.writeUInt8(Buffer.byteLength(userId));
511 buff.writeString(userId);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationSubscribeInfo.js19 userId: '[PC preview] unknow userId', property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/commonEvent/
DcommonEventSubscribeInfo.js21 userId: '[PC preview] unknow userId', property
/third_party/jsframework/runtime/main/extend/systemplugin/napi/bundle/
DlauncherAbilityInfo.js25 userId: "[PC preview] unknown userId", property
DbundleInstaller.js25 userId: "[PC preview] unknown userId", property
/third_party/node/deps/npm/node_modules/socks/typings/common/
Dconstants.d.ts99 userId?: string;
/third_party/node/deps/npm/node_modules/socks-proxy-agent/
Dindex.js134 options.proxy.userId = proxy.userid;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_bundleState.js58 userId : '[PC preview] unknown userId', property
Dohos_bundle.js111 userId: "[PC preview] unknown userId", property
Dohos_data_distributedData.js262 userId: "[PC Preview] unknown userId", property
/third_party/jsframework/runtime/main/extend/systemplugin/ohos/
DcommonEvent.js164 userId: '[PC preview] unknow userId', property
DbundleManager.js97 userId: "[PC preview] unknown user id", property
809 userId: "[PC preview] unknown user id", property
885 userId: "[PC preview] unknown user id", property
/third_party/node/deps/npm/node_modules/socks/
DREADME.md425userId: 'some username', // Used for SOCKS4 userId auth, and SOCKS5 user/pass auth in conjunction …
426 …password: 'some password' // Used in conjunction with userId for user/pass auth for SOCKS5 proxies.
/third_party/openssl/crypto/objects/
Dobj_mac.num458 userId 458
Dobjects.txt1078 pilotAttributeType 1 : UID : userId
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
DREADME.md652 "userId": {
665 validate({ userId: 1, postId: 19 })
667 console.log('Data is valid', data); // { userId: 1, postId: 19 }