Home
last modified time | relevance | path

Searched refs:token (Results 1051 - 1075 of 2263) sorted by relevance

1...<<41424344454647484950>>...91

/foundation/communication/netmanager_ext/test/vpnmanager/unittest/conn_vpn_manager_test/
H A Dut_net_policy_service.cpp391 NetManagerBaseAccessToken token; in HWTEST_F() local
404 NetManagerBaseAccessToken token; in HWTEST_F() local
417 NetManagerBaseAccessToken token; in HWTEST_F() local
430 NetManagerBaseAccessToken token; in HWTEST_F() local
443 NetManagerBaseAccessToken token; in HWTEST_F() local
456 NetManagerBaseAccessToken token; in HWTEST_F() local
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_listener.cpp101 std::string token = "kdkddk"; in HWTEST_F() local
104 listener_->OnAuthResult(pkgName, deviceId, token, status, reason); in HWTEST_F()
119 std::string token = "kdkddk"; in HWTEST_F() local
122 listener_->OnAuthResult(pkgName, deviceId, token, status, reason); in HWTEST_F()
137 std::string token = "kdkddk"; in HWTEST_F() local
140 listener_->OnAuthResult(pkgName, deviceId, token, status, reason); in HWTEST_F()
/test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/
H A Dattest_tdd_test.cpp254 * @tc.desc: Test gen reset msg with stored token.
270 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
285 * @tc.desc: Test gen reset msg without token.
301 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
361 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
375 * @tc.desc: Test gen auth msg without token.
390 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
447 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
461 * @tc.desc: Test gen auth msg without token.
476 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
[all...]
/test/xts/device_attest_lite/test/tdd/gtest/src/
H A Dattest_tdd_test.cpp273 * @tc.desc: Test gen reset msg with stored token.
289 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
304 * @tc.desc: Test gen reset msg without token.
320 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
378 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
392 * @tc.desc: Test gen auth msg without token.
407 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
460 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
474 * @tc.desc: Test gen auth msg without token.
489 char *outToken = reqMsg->tokenInfo.token; in HWTEST_F()
[all...]
/third_party/PyYAML/tests/lib/
H A Dcanonical.py40 token = self.tokens.pop(0)
41 if choice and not isinstance(token, choice):
42 raise CanonicalError("unexpected token "+repr(token))
43 return token
46 token = self.get_token()
47 return token.value
90 raise CanonicalError("invalid token")
/third_party/libwebsockets/lib/roles/http/
H A Dheader.c30 lws_token_to_string(enum lws_token_indexes token) in lws_token_to_string() argument
32 if ((unsigned int)token >= LWS_ARRAY_SIZE(set)) in lws_token_to_string()
35 return (unsigned char *)set[token]; in lws_token_to_string()
141 lws_add_http_header_by_token(struct lws *wsi, enum lws_token_indexes token, in lws_add_http_header_by_token() argument
148 return lws_add_http2_header_by_token(wsi, token, value, in lws_add_http_header_by_token()
151 name = lws_token_to_string(token); in lws_add_http_header_by_token()
/third_party/libwebsockets/lib/roles/mqtt/
H A Dops-mqtt.c52 ebuf.token = NULL; in rops_handle_POLLIN_mqtt()
93 ebuf.len = (int)lws_buflist_next_segment_len(&wsi->buflist, &ebuf.token); in rops_handle_POLLIN_mqtt()
121 ebuf.token = pt->serv_buf; in rops_handle_POLLIN_mqtt()
130 ebuf.len = lws_ssl_capable_read(wsi, ebuf.token, in rops_handle_POLLIN_mqtt()
158 n = lws_read_mqtt(wsi, ebuf.token, (unsigned int)ebuf.len); in rops_handle_POLLIN_mqtt()
172 ebuf.token = NULL; in rops_handle_POLLIN_mqtt()
/third_party/nghttp2/src/
H A Dshrpx_mruby_module_response.cc130 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in response_mod_header() local
161 false, token); in response_mod_header()
169 false, token); in response_mod_header()
322 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in response_send_info() local
337 false, token); in response_send_info()
345 false, token); in response_send_info()
H A Dshrpx_mruby_module_request.cc92 auto token = in request_set_method() local
94 if (token == -1) { in request_set_method()
98 req.method = token; in request_set_method()
238 auto token = http2::lookup_token(keyref.byte(), keyref.size()); in request_mod_header() local
269 false, token); in request_mod_header()
277 false, token); in request_mod_header()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderLibrary.cpp173 void assumeToken(Token token);
174 DataType mapDataTypeToken(Token token);
175 const char* getTokenName(Token token);
341 // Skip old token. in advanceToken()
344 // Reset token (for safety). in advanceToken()
374 Token token; in advanceToken() member
429 m_curToken = s_named[ndx].token; in advanceToken()
511 Token token; in advanceToken() member
525 m_curToken = s_simple[ndx].token; in advanceToken()
531 // Otherwise invalid token in advanceToken()
543 assumeToken(Token token) assumeToken() argument
551 mapDataTypeToken(Token token) mapDataTypeToken() argument
610 getTokenName(Token token) getTokenName() argument
966 Token token = m_curToken; parseShaderCase() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.hpp496 Instruction(const unsigned long *token, int size, unsigned char majorVersion);
500 void parseOperationToken(unsigned long token, unsigned char majorVersion);
501 void parseDeclarationToken(unsigned long token);
502 void parseDestinationToken(const unsigned long *token, unsigned char majorVersion);
503 void parseSourceToken(int i, const unsigned long *token, unsigned char majorVersion);
632 void parse(const unsigned long *token);
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgif2webp.c201 const char* token = strchr(start, ','); in main() local
202 if (token == NULL) token = end; in main()
205 if ((size_t)(token - start) == strlen(kTokens[i].option) && in main()
217 (int)(token - start), start); in main()
221 start = token + 1; in main()
/third_party/skia/src/sksl/dsl/
H A DDSLExpression.cpp197 #define OP(op, token) \
200 SkSL::Token::Kind::token, right.release()); \
203 #define PREFIXOP(op, token) \
205 return PrefixExpression::Convert(ThreadContext::Context(), SkSL::Token::Kind::token, \
209 #define POSTFIXOP(op, token) \
212 SkSL::Token::Kind::token); \
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dform_extension.h49 * @param token the remote token.
54 const sptr<IRemoteObject> &token) override;
62 * @param token the remote token.
69 const sptr<IRemoteObject> &token) override;
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_provider_caller.h37 * @brief Is the same caller token.
38 * @param callerToken Caller ability token.
77 * @param token Indicates the provider client token.
81 const sptr<IRemoteObject> &token);
97 int32_t OnAcquire(const FormJsInfo &formJsInfo, const sptr<IRemoteObject> &token);
/foundation/ability/form_fwk/test/fuzztest/formhostclient_fuzzer/
H A Dformhostclient_fuzzer.cpp49 sptr<IRemoteObject> token = nullptr; in DoSomethingInterestingWithMyAPI() local
50 formHostClient.OnAcquired(formJsInfo, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/
H A Dformrenderserviceextension_fuzzer.cpp51 sptr<IRemoteObject> token = nullptr; in DoSomethingInterestingWithMyAPI() local
52 formRenderServiceExtension->Init(record, application, handler, token); in DoSomethingInterestingWithMyAPI()
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dapp_connection_stub.cpp29 AppConnectionStub::AppConnectionStub(int32_t token, in AppConnectionStub() argument
32 token_ = token; in AppConnectionStub()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dcontinuation_handler_stage.h52 * @param token The token
56 bool HandleStartContinuation(const sptr<IRemoteObject> &token, const std::string &deviceId) override;
134 * @param token Indicates the token
139 const sptr<IRemoteObject> &token, const std::string &deviceId, uint32_t versionCode);
H A Dcontinuation_handler.h46 virtual bool HandleStartContinuation(const sptr<IRemoteObject> &token, const std::string &deviceId) override;
59 bool HandleStartContinuationWithStack(const sptr<IRemoteObject> &token,
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dability_running_record.cpp25 sptr<IRemoteObject> token, int32_t abilityRecordId) in AbilityRunningRecord()
26 : info_(info), token_(token), abilityRecordId_(abilityRecordId) in AbilityRunningRecord()
24 AbilityRunningRecord(std::shared_ptr<AbilityInfo> info, sptr<IRemoteObject> token, int32_t abilityRecordId) AbilityRunningRecord() argument
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_second_test/
H A Dability_manager_client_branch_second_test.cpp91 sptr<IRemoteObject> token = nullptr; in HWTEST_F() local
93 ErrCode result = client_->AbilityWindowConfigTransitionDone(token, windowConfig); in HWTEST_F()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/task/
H A Dability_connect_task.cpp23 uint64_t token) : AbilityTask(context), want_(want), connectSid_(identity), token_(token) in AbilityConnectTask()
22 AbilityConnectTask(AbilityMgrContext *context, const Want &want, const SvcIdentity& identity, uint64_t token) AbilityConnectTask() argument
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Dability_stage.h56 void AddAbility(const sptr<IRemoteObject> &token,
58 void RemoveAbility(const sptr<IRemoteObject> &token);
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain.cpp79 static void TerminateInterface(uint32_t token, bool forceStop) in TerminateInterface() argument
82 TerminateAbility(token); in TerminateInterface()

Completed in 18 milliseconds

1...<<41424344454647484950>>...91