Home
last modified time | relevance | path

Searched refs:token (Results 2151 - 2175 of 2297) sorted by relevance

1...<<81828384858687888990>>...92

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability.h197 const sptr<IRemoteObject> &token);
1160 * @param sessionToken The token of session.
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h243 void SetParentToken(sptr<IRemoteObject> token) override;
H A Dui_content_impl.cpp1239 auto token = context->GetToken(); in CommonInitializeForm() local
1240 container->SetToken(token); in CommonInitializeForm()
1784 auto token = context->GetToken(); in CommonInitialize() local
1785 container->SetToken(token); in CommonInitialize()
3284 void UIContentImpl::SetParentToken(sptr<IRemoteObject> token) in SetParentToken() argument
3286 parentToken_ = token; in SetParentToken()
H A Dace_container.cpp2715 void AceContainer::SetToken(sptr<IRemoteObject>& token) in SetToken() argument
2718 if (token) { in SetToken()
2719 token_ = token; in SetToken()
2733 void AceContainer::SetParentToken(sptr<IRemoteObject>& token) in SetParentToken() argument
2736 if (token) { in SetParentToken()
2737 parentToken_ = token; in SetParentToken()
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_stub_test.cpp123 int32_t CastAudio(const SessionToken &token,
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h206 int32_t CastAudio(const SessionToken& token,
/foundation/window/window_manager/previewer/include/
H A Dwindow.h245 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr,
H A Dwindow_impl.h180 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/
H A Dauthenticate_device_fuzzer.cpp34 void OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status,
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy_lite.cpp174 g_sid.token = SERVICE_TYPE_ANONYMOUS; in RegisterDhcpServerCallBack()
183 DHCP_LOGE("Write interface token error: %{public}s", __func__); in RegisterDhcpServerCallBack()
220 DHCP_LOGE("Write interface token error: %{public}s", __func__); in StartDhcpServer()
258 DHCP_LOGE("Write interface token error: %{public}s", __func__); in StopDhcpServer()
297 DHCP_LOGE("Write interface token error: %{public}s", __func__); in SetDhcpRange()
342 DHCP_LOGE("Write interface token error: %{public}s", __func__); in SetDhcpName()
381 DHCP_LOGE("Write interface token error: %{public}s", __func__); in PutDhcpRange()
425 DHCP_LOGE("Write interface token error: %{public}s", __func__); in RemoveAllDhcpRange()
463 DHCP_LOGE("Write interface token error: %{public}s", __func__); in UpdateLeasesTime()
501 DHCP_LOGE("Write interface token erro in RemoveDhcpRange()
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc347 return ReportFailure("Unexpected token."); in ParseValue()
676 // Illegal token after key:value pair. in ParseObjectMid()
763 // empty-null array value is relying on this ARRAY_MID token. in ParseArrayValue()
791 // Illegal token after array value. in ParseArrayMid()
940 // We don't know that we necessarily have an invalid token here, just that we in GetNextTokenType()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcordz_test.cc251 CordzSampleToken token; in TEST() local
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp649 void DmNapiAuthenticateCallback::OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, in OnAuthResult() argument
663 DmNapiAuthJsCallback *jsCallback = new DmNapiAuthJsCallback(bundleName_, deviceId, token, status, reason); in OnAuthResult()
868 void DeviceManagerNapi::OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, in OnAuthResult() argument
1269 int32_t token = -1; in JsToDmAuthInfo() local
1272 JsObjectToInt(env, object, "token", token); in JsToDmAuthInfo()
1275 jsonObj[PIN_TOKEN] = token; in JsToDmAuthInfo()
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp1321 // Each kind of token is recognized in its own capture group; what type of item was scanned in runUnicodeTestData()
1395 char token[16]; in runUnicodeTestData() local
1397 uToken.extract(0, uToken.length(), token, (uint32_t)sizeof(token)); in runUnicodeTestData()
1398 token[sizeof(token)-1] = 0; in runUnicodeTestData()
1399 errln("Syntax error in test data file \'%s\', line %d. Scanning \"%s\"\n", fileName, lineNumber, token); in runUnicodeTestData()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource11.js307 public static fromToken(token: Token): Identifier {
308 return new Identifier(token.getText(), (<IdentifierToken>token).hasEscapeSequence);
2671 Identifier.fromToken = function (token) {
2672 return new Identifier(token.getText(), token.hasEscapeSequence);
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex177 % Ignore a token.
433 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
451 % This space token undergoes the same procedure and is eventually removed
464 % Put the space token in:
470 % We prepended an \empty token at the very beginning and we expand it now,
476 % But first, we have to remove the trailing space token.
3678 % \splitoff TOKENS\endmark defines \first to be the first token in
3693 % Detect if the argument is a single token. If so, it might be a
3695 % (We will always have one token, because of the test we just made.
3700 % Only one token i
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy.cpp88 WIFI_LOGE("Write interface token error: %{public}s", __func__); in EnableWifi()
117 WIFI_LOGE("Write interface token error: %{public}s", __func__); in DisableWifi()
145 WIFI_LOGE("Write interface token error: %{public}s", __func__); in InitWifiProtect()
180 WIFI_LOGE("Write interface token error: %{public}s", __func__); in GetWifiProtectRef()
215 WIFI_LOGE("Write interface token error: %{public}s", __func__); in PutWifiProtectRef()
250 WIFI_LOGE("Write interface token error: %{public}s", __func__); in IsHeldWifiProtectRef()
366 WIFI_LOGE("Write interface token error: %{public}s", __func__); in RemoveCandidateConfig()
402 WIFI_LOGE("Write interface token error: %{public}s", __func__); in RemoveCandidateConfig()
433 WIFI_LOGE("Write interface token error: %{public}s", __func__); in AddDeviceConfig()
471 WIFI_LOGE("Write interface token erro in UpdateDeviceConfig()
627 std::string token; splitString() local
[all...]
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Dnative_devicemanager_js.cpp499 void DmNapiAuthenticateCallback::OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, in OnAuthResult() argument
513 DmNapiAuthJsCallback *jsCallback = new DmNapiAuthJsCallback(bundleName_, deviceId, token, status, reason); in OnAuthResult()
630 void DeviceManagerNapi::OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status, in OnAuthResult() argument
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1904 std::string token = "testToken"; in HWTEST_F() local
1905 sceneSession->SetClientIdentityToken(token); in HWTEST_F()
1906 ASSERT_EQ(sceneSession->GetClientIdentityToken(), token); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/ui_extension/
H A Dwindow_extension_session_impl_test.cpp953 sptr<IRemoteObject> token; in HWTEST_F() local
959 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::NONE, token, nullptr)); in HWTEST_F()
968 window_->NapiSetUIContent(contentInfo, env, storage, BackupAndRestoreType::NONE, token, nullptr)); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp2100 auto token = abilityToken.promote(); in BackUpAllAppWindows()
2101 if (token == nullptr) { in BackUpAllAppWindows()
2102 WLOGFW("Ability token is null"); in BackUpAllAppWindows()
2105 AAFwk::AbilityManagerClient::GetInstance()->DoAbilityBackground(token, in BackUpAllAppWindows()
/third_party/ffmpeg/libavformat/
H A Ddashdec.c714 char token ='/'; in resolve_content_path() local
778 if (size > 0 && root_url[size - 1] != token) { in resolve_content_path()
793 start = (text[0] == token); in resolve_content_path()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c50 struct tgsi_token token; member
1291 * Emit a label token.
1292 * \param label_token returns a token number indicating where the label
1324 /* Patch a given label (expressed as a token number) to point to a
2139 tokens = &ureg->domain[DOMAIN_DECL].tokens[0].token; in ureg_finalize()
2208 tokens = &ureg->domain[DOMAIN_DECL].tokens[0].token; in ureg_get_tokens()
/third_party/node/deps/openssl/openssl/
H A DConfigure176 # -Wlanguage-extension-token -- no, we use asm()
183 -Wno-language-extension-token
3562 # Double quotes inside a double quoted token must be escaped. Escaping is done
3576 my $token = "";
3579 $token .= $1;
3583 $token .= $1;
3587 $token .= $1;
3591 push @result, $token;
/third_party/openssl/
H A DConfigure176 # -Wlanguage-extension-token -- no, we use asm()
183 -Wno-language-extension-token
3557 # Double quotes inside a double quoted token must be escaped. Escaping is done
3571 my $token = "";
3574 $token .= $1;
3578 $token .= $1;
3582 $token .= $1;
3586 push @result, $token;

Completed in 72 milliseconds

1...<<81828384858687888990>>...92