Home
last modified time | relevance | path

Searched refs:token (Results 1251 - 1275 of 2250) sorted by relevance

1...<<51525354555657585960>>...90

/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mission_record.cpp81 PageAbilityRecord *AbilityMissionRecord::FindPageAbility(uint64_t token) const in FindPageAbility()
85 if (record != nullptr && record->GetToken() == token) { in FindPageAbility()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddata_ability_helper.h94 * @param token Indicates the System token.
98 static std::shared_ptr<DataAbilityHelper> Creator(const sptr<IRemoteObject> token);
105 * @param token Indicates the System token.
111 const sptr<IRemoteObject> token, const std::shared_ptr<Uri> &uri);
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_ability.cpp59 const sptr<IRemoteObject> &token) in Init()
61 ExtensionBase<>::Init(record, application, handler, token); in Init()
56 Init(const std::shared_ptr<AbilityLocalRecord> &record, const std::shared_ptr<OHOSApplication> &application, std::shared_ptr<AbilityHandler> &handler, const sptr<IRemoteObject> &token) Init() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarymediaphotoassetproxy_fuzzer/
H A Dmedialibrarymediaphotoassetproxy_fuzzer.cpp91 const sptr<IRemoteObject> &token = remoteObj; in CreateDataHelper() local
92 sDataShareHelper_ = DataShare::DataShareHelper::Creator(token, Media::MEDIALIBRARY_DATA_URI); in CreateDataHelper()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_loop.cpp209 static void TestCallBack(void* token, uint32_t event) in TestCallBack() argument
211 struct TestData* testData = reinterpret_cast<TestData*>(token); in TestCallBack()
/foundation/window/window_manager/extension/window_extension/test/unittest/
H A Dwindow_extension_stub_impl_test.cpp173 sptr<IWindowExtensionClient> token; in HWTEST_F() local
176 windowExtensionStubImpl.GetExtensionWindow(token); in HWTEST_F()
/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_samgr.c68 sid->token = node->sid->token; in GetSystemAbility()
/foundation/communication/ipc/ipc/test/unittest/rpc/server/
H A DRpcServerTest.cpp127 .token = (uintptr_t)&objectStubOne, in HWTEST_F()
189 .token = (uintptr_t)&objectStubOne, in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp176 uint32_t token = 3; in HWTEST_F() local
178 Status status = kvStoreDataServiceTest.AppExit(uid, pid, token, appId); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_relational_ver_sync_db_interface.h112 ContinueToken &token) const override;
124 void ReleaseRemoteQueryContinueToken(ContinueToken &token) const override;
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/
H A Dgeneral_controller_provider_impl.cpp185 const Uri &uri, const sptr<IRemoteObject> &token) : connection_(connection), token_(token), uri_(uri) in GeneralControllerProviderImpl()
184 GeneralControllerProviderImpl(std::shared_ptr<DataShareConnection> connection, const Uri &uri, const sptr<IRemoteObject> &token) GeneralControllerProviderImpl() argument
H A Dext_special_controller.cpp174 const sptr<IRemoteObject> &token) in ExtSpecialController()
175 : connection_(connection), token_(token), uri_(uri) in ExtSpecialController()
173 ExtSpecialController(std::shared_ptr<DataShareConnection> connection, const Uri &uri, const sptr<IRemoteObject> &token) ExtSpecialController() argument
/third_party/nghttp2/lib/
H A Dnghttp2_hd.h128 /* nghttp2_token value for name. It could be -1 if we have no token
130 int32_t token; member
155 int32_t token; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd.h128 /* nghttp2_token value for name. It could be -1 if we have no token
130 int32_t token; member
155 int32_t token; member
/third_party/libcoap/include/coap3/
H A Dcoap_session.h234 * @return maximum PDU size, not including header (but including token).
355 * Initializes the token value to use as a starting point.
358 * @param length The length of the token (0 - 8 bytes).
359 * @param token The token data.
363 const uint8_t *token);
366 * Creates a new token for use.
369 * @param length Updated with the length of the new token.
370 * @param token Updated with the new token dat
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A D__main__.py11 import token namespace
170 if diag.type == token.ENDMARKER:
178 print(f" token array : {len(tokenizer._tokens):10}")
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateTypeSizeLimitations.cpp94 void error(TSourceLoc loc, const char *reason, const ImmutableString &token) in error() argument
96 mDiagnostics->error(loc, reason, token.data()); in error()
/third_party/python/Lib/lib2to3/pgen2/
H A Dparse.py14 from . import token namespace
37 <for each input token>:
38 if p.addtoken(...): # parse a token; may raise ParseError
44 A Parser instance contains state pertaining to the current token
46 to parse separate token sequences.
79 tuple, where type is the node type (a token or symbol number),
117 """Add a token; return True iff this is the end of the program."""
118 # Map from token to label
120 # Loop until the token is shifted; may raise exceptions
131 # Shift a token; w
[all...]
/third_party/rust/crates/syn/tests/
H A Dtest_pat.rs10 use syn::{parse_quote, token, Item, Pat, PatTuple, Stmt, Token};
104 paren_token: token::Paren::default(), in test_tuple_comma()
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcgroup-v1.c1334 char *token;
1337 while ((token = strsep(&str, ",")) != NULL) {
1338 if (!*token) {
1342 if (!strcmp(token, "all")) {
1347 if (!strcmp(token, "named")) {
1354 if (strcmp(token, ss->name) && strcmp(token, ss->legacy_name)) {
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_proxy.cpp34 TAG_LOGE(AAFwkTag::APPMGR, "write interface token failed"); in WriteInterfaceToken()
186 void AppSchedulerProxy::ScheduleLaunchAbility(const AbilityInfo &info, const sptr<IRemoteObject> &token, in ScheduleLaunchAbility() argument
196 AbilityRuntime::FreezeUtil::LifecycleFlow flow = {token, AbilityRuntime::FreezeUtil::TimeoutState::LOAD}; in ScheduleLaunchAbility()
197 if (token) { in ScheduleLaunchAbility()
198 if (!data.WriteBool(true) || !data.WriteRemoteObject(token.GetRefPtr())) { in ScheduleLaunchAbility()
199 TAG_LOGE(AAFwkTag::APPMGR, "Failed to write flag and token"); in ScheduleLaunchAbility()
223 AppExceptionManager::GetInstance().LaunchAbilityFailed(token, std::string("SendRequest failed") + in ScheduleLaunchAbility()
228 void AppSchedulerProxy::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
236 if (!data.WriteRemoteObject(token.GetRefPtr())) { in ScheduleCleanAbility()
237 TAG_LOGE(AAFwkTag::APPMGR, "Failed to write token"); in ScheduleCleanAbility()
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp353 std::string token; in SplitChannelStringToSet() local
355 while (std::getline(ss, token, ',')) { in SplitChannelStringToSet()
356 result.insert(layoutStrToChannels[token]); in SplitChannelStringToSet()
512 char *token = std::strtok(&str[0], ","); in SplitStringToList() local
513 while (token != nullptr) { in SplitStringToList()
514 result.push_back(token); in SplitStringToList()
515 token = std::strtok(nullptr, ","); in SplitStringToList()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp193 sptr<RSIRenderServiceConnection> RSRenderService::CreateConnection(const sptr<RSIConnectionToken>& token) in CreateConnection() argument
195 if (!mainThread_ || !token) { in CreateConnection()
196 RS_LOGE("RSRenderService::CreateConnection failed, mainThread or token is nullptr"); in CreateConnection()
202 auto tokenObj = token->AsObject(); in CreateConnection()
208 // if connections_ has the same token one, replace it. in CreateConnection()
219 void RSRenderService::RemoveConnection(sptr<IRemoteObject> token) in RemoveConnection() argument
222 if (connections_.count(token) == 0) { in RemoveConnection()
226 auto tmp = connections_.at(token); in RemoveConnection()
227 connections_.erase(token); in RemoveConnection()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c58 * JSON token type
62 TOKEN_INVALID, /**< error token */
78 * JSON token
82 ecma_json_token_type_t type; /**< type of the current token */
97 * Parse and extract string token.
100 ecma_builtin_json_parse_string (ecma_json_token_t *token_p) /**< token argument */ in ecma_builtin_json_parse_string()
213 * Parse and extract string token.
216 ecma_builtin_json_parse_number (ecma_json_token_t *token_p) /**< token argument */ in ecma_builtin_json_parse_number()
296 * Parse next token.
302 ecma_builtin_json_parse_next_token (ecma_json_token_t *token_p, /**< token argumen
698 ecma_json_token_t token; ecma_builtin_json_parse_buffer() local
[all...]
/third_party/python/Lib/
H A Dnntplib.py215 for i, token in enumerate(tokens):
227 if token and token[:len(h)].lower() != h:
230 token = token[len(h):] if token else None
231 fields[fmt[i]] = token

Completed in 17 milliseconds

1...<<51525354555657585960>>...90