/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ |
H A D | ability.h | 197 const sptr<IRemoteObject> &token); 1160 * @param sessionToken The token of session.
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.h | 243 void SetParentToken(sptr<IRemoteObject> token) override;
|
H A D | ui_content_impl.cpp | 1239 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 D | ace_container.cpp | 2715 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 D | avsession_service_stub_test.cpp | 123 int32_t CastAudio(const SessionToken &token,
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service.h | 206 int32_t CastAudio(const SessionToken& token,
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 245 BackupAndRestoreType type = BackupAndRestoreType::NONE, sptr<IRemoteObject> token = nullptr,
|
H A D | window_impl.h | 180 BackupAndRestoreType type, sptr<IRemoteObject> token, AppExecFwk::Ability* ability) override;
|
/foundation/distributedhardware/device_manager/test/commonfuzztest/authenticatedevice_fuzzer/ |
H A D | authenticate_device_fuzzer.cpp | 34 void OnAuthResult(const std::string &deviceId, const std::string &token, int32_t status,
|
/foundation/communication/dhcp/frameworks/native/src/ |
H A D | dhcp_server_proxy_lite.cpp | 174 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 D | json_stream_parser.cc | 347 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 D | cordz_test.cc | 251 CordzSampleToken token; in TEST() local
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 649 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 D | rbbitst.cpp | 1321 // 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 D | parserRealSource11.js | 307 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 D | texinfo.tex | 177 % 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 D | wifi_device_proxy.cpp | 88 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 D | native_devicemanager_js.cpp | 499 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 D | scene_session_test2.cpp | 1904 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 D | window_extension_session_impl_test.cpp | 953 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 D | window_node_container.cpp | 2100 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 D | dashdec.c | 714 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 D | tgsi_ureg.c | 50 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 D | Configure | 176 # -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 D | Configure | 176 # -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;
|