Home
last modified time | relevance | path

Searched refs:token (Results 1 – 23 of 23) sorted by relevance

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/
DUserEntity.ets17 public token: String;
19 public refresh_token: String; //刷新token
21 public token_type: String; //token类型
23 …constructor(token?: String, expires_in?: String, refresh_token?: String, expires_at?: String, toke…
24 this.token = token
/developtools/profiler/hiebpf/src/
Dutilities.cpp46 std::string token = source.substr(0, pos); in StringSplit() local
47 if (!token.empty()) { in StringSplit()
48 result.push_back(token); in StringSplit()
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts255 private getTokenType(token: string): OptionType {
256 switch (token) {
296 const token = tokens[i]; constant
297 tokenType = this.getTokenType(token);
337 dtsFilePaths.push(token);
341 configs.reservedNames.push(token);
345 configs.reservedPropertyNames.push(token);
349 configs.options.printNameCache = token;
354 configs.options.applyNameCache = token;
356 this.determineNameCachePath(token, configPath);
[all …]
/developtools/hdc/src/common/
Dauth.h29 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig);
33 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen);
Dauth.cpp29 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify() argument
44 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig)
292 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) in AuthSign() argument
295 if (!RSA_sign(NID_sha256, token, tokenSize, (unsigned char *)sig, &len, (RSA *)rsa)) { in AuthSign()
406 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify() argument
418 childRet = RSA_verify(NID_sha256, reinterpret_cast<const unsigned char *>(token), in AuthVerify()
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp95 char *token = nullptr; in FindMountDeviceByPath() local
106 token = strtok(buf, delims); in FindMountDeviceByPath()
108 while (token) { in FindMountDeviceByPath()
113 res = sscanf_s(token, "%255s %255s %*s %*s %d %d\n", dev, BUF_SIZE_SMALL - 1, in FindMountDeviceByPath()
121 token = strtok(nullptr, delims); in FindMountDeviceByPath()
/developtools/hdc/src/host/
Dhost_updater.cpp60 char *token = strtok_s(buffer.data(), delimit, &nextToken); in Split() local
61 while (token != nullptr) { in Split()
62 if (std::find(filter.cbegin(), filter.cend(), token) == filter.cend()) { in Split()
63 result.push_back(token); in Split()
65 token = strtok_s(nullptr, delimit, &nextToken); in Split()
Dhost_uart.cpp721 std::string token = source.substr(0, pos); in EnumSerialPort() local
722 if (!token.empty()) { in EnumSerialPort()
723 result.push_back(token); in EnumSerialPort()
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiSysEventChart.test.ts212 { count: 1, startNs: 5005933657, token: undefined, type: 1 },
213 { count: 0, startNs: 6005938319, token: undefined, type: 1 },
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Dhttp_server.cpp373 std::string_view token = source.substr(0, pos); in StringSplit() local
374 if (!token.empty()) { in StringSplit()
375 result.push_back(token); in StringSplit()
377 source = source.substr(pos + split.size(), source.size() - token.size() - split.size()); in StringSplit()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Dhttp_server.cpp367 std::string_view token = source.substr(0, pos); in StringSplit() local
368 if (!token.empty()) { in StringSplit()
369 result.push_back(token); in StringSplit()
371 source = source.substr(pos + split.size(), source.size() - token.size() - split.size()); in StringSplit()
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp443 std::string_view token = source.substr(0, pos); in StringSplit() local
444 if (!token.empty()) { in StringSplit()
445 result.push_back(token); in StringSplit()
447 source = source.substr(pos + split.size(), source.size() - token.size() - split.size()); in StringSplit()
/developtools/smartperf_host/trace_streamer/src/rpc/
Dhttp_server.cpp444 std::string_view token = source.substr(0, pos); in StringSplit() local
445 if (!token.empty()) { in StringSplit()
446 result.push_back(token); in StringSplit()
448 source = source.substr(pos + split.size(), source.size() - token.size() - split.size()); in StringSplit()
/developtools/hiperf/interfaces/kits/js/napi/
Dhiperf_client_napi.cpp41 std::string token = source.substr(0, pos); in StringSplit() local
42 if (!token.empty()) { in StringSplit()
43 result.push_back(token); in StringSplit()
62 std::string token = source.substr(0, pos); in StringSplitToInt() local
63 if (!token.empty()) { in StringSplitToInt()
64 result.push_back(std::stoi(token)); in StringSplitToInt()
/developtools/syscap_codec/src/
Dcreate_pcid.c689 char *token = NULL; in AddPriSyscapToJsonObj() local
706 token = strtok(priSyscapString, ","); in AddPriSyscapToJsonObj()
707 while (token != NULL) { in AddPriSyscapToJsonObj()
708 if (!cJSON_AddItemToArray(sysCapArray, cJSON_CreateString(token))) { in AddPriSyscapToJsonObj()
713 token = strtok(NULL, ","); in AddPriSyscapToJsonObj()
/developtools/integration_verification/DeployDevice/src/aw/Download/
DDownload.py511 token = getToken("hwstaff_harmonyos_ci", dname, pw)
517 token = getToken("hwstaff_harmonyos_ci", dname, pw)
520 "X-Language": "zh-cn", "X-Auth-Token": token}
DDownloadold.py497 token = getToken("hwstaff_harmonyos_ci", dname, pw)
499 …d), "content-type": "application/json;charset=UTF-8", "X-Language": "zh-cn", "X-Auth-Token": token}
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp69 std::string token = source.substr(0, pos); in StringSplit() local
70 if (!token.empty()) { in StringSplit()
71 result.push_back(token); in StringSplit()
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiSysEventChart.ts314 running.token = split[0].split('=')[1];
316 tokedIds.push(running.token);
325 running.token = split[0].split('=')[1];
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpHiSysEventChart.ts314 running.token = split[0].split('=')[1];
316 tokedIds.push(running.token);
325 running.token = split[0].split('=')[1];
/developtools/hiperf/src/
Dutilities.cpp142 std::string token = source.substr(0, pos); in StringSplit() local
143 if (!token.empty()) { in StringSplit()
144 result.push_back(token); in StringSplit()
/developtools/profiler/device/plugins/memory_plugin/test/utresources/proc/1/
Dsmaps19391 f1a5b000-f1a64000 r--p 00000000 fd:04 1596 /system/lib/hidl.token@1.0…
19414 f1a64000-f1a71000 r-xp 00008000 fd:04 1596 /system/lib/hidl.token@1.0…
19437 f1a71000-f1a73000 r--p 00014000 fd:04 1596 /system/lib/hidl.token@1.0…
19460 f1a73000-f1a74000 rw-p 00015000 fd:04 1596 /system/lib/hidl.token@1.0…
29046 f44d3000-f44d4000 r--p 00000000 fd:04 1595 /system/lib/hidl.token@1.0…
29069 f44d4000-f44d6000 r-xp 00000000 fd:04 1595 /system/lib/hidl.token@1.0…
29092 f44d6000-f44d7000 r--p 00001000 fd:04 1595 /system/lib/hidl.token@1.0…
29115 f44d7000-f44d8000 rw-p 00001000 fd:04 1595 /system/lib/hidl.token@1.0…
43239 …665f000 r--p 00000000 fd:04 1592 /system/lib/hidl.memory.token@1.0.so
43262 …6669000 r-xp 00008000 fd:04 1592 /system/lib/hidl.memory.token@1.0.so
[all …]
/developtools/profiler/hiebpf/include/
Dvmlinux.h12196 struct in6_addr token; member
19585 void *token; member
19595 void *token; member
35720 int token; member
48845 int token; member
50313 } token; member
58496 u64 token; member
68484 __le16 token; member
68779 bool token; member
111186 const char *token; member
[all …]