Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/
Dindex.js76 let userId = (_a = opts.userId) !== null && _a !== void 0 ? _a : opts.username;
80 userId = auth[0];
83 if (userId != null) {
85 value: userId,
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js397 const userId = this.options.proxy.userId || '';
405 buff.writeStringNT(userId);
413 buff.writeStringNT(userId);
483 if (this.options.proxy.userId || this.options.proxy.password) {
540 const userId = this.options.proxy.userId || '';
544 buff.writeUInt8(Buffer.byteLength(userId));
545 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/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/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/openssl/crypto/objects/
Dobj_mac.num458 userId 458
Dobjects.txt1078 pilotAttributeType 1 : UID : userId
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobj_mac.num458 userId 458
Dobjects.txt1078 pilotAttributeType 1 : UID : userId
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs8500 const userId = this.options.proxy.userId || "";
8507 buff.writeStringNT(userId);
8513 buff.writeStringNT(userId);
8573 if (this.options.proxy.userId || this.options.proxy.password) {
8619 const userId = this.options.proxy.userId || "";
8623 buff.writeUInt8(Buffer.byteLength(userId));
8624 buff.writeString(userId);
8939 Object.defineProperty(proxy, "userId", {