/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mission_record.cpp | 81 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 D | data_ability_helper.h | 94 * @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 D | file_access_ext_ability.cpp | 59 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 D | medialibrarymediaphotoassetproxy_fuzzer.cpp | 91 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 D | ut_loop.cpp | 209 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 D | window_extension_stub_impl_test.cpp | 173 sptr<IWindowExtensionClient> token; in HWTEST_F() local 176 windowExtensionStubImpl.GetExtensionWindow(token); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 68 sid->token = node->sid->token; in GetSystemAbility()
|
/foundation/communication/ipc/ipc/test/unittest/rpc/server/ |
H A D | RpcServerTest.cpp | 127 .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 D | kvstore_data_service_test.cpp | 176 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 D | virtual_relational_ver_sync_db_interface.h | 112 ContinueToken &token) const override; 124 void ReleaseRemoteQueryContinueToken(ContinueToken &token) const override;
|
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/controller/provider/src/ |
H A D | general_controller_provider_impl.cpp | 185 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 D | ext_special_controller.cpp | 174 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 D | nghttp2_hd.h | 128 /* 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 D | nghttp2_hd.h | 128 /* 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 D | coap_session.h | 234 * @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__.py | 11 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 D | ValidateTypeSizeLimitations.cpp | 94 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 D | parse.py | 14 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 D | test_pat.rs | 10 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 D | cgroup-v1.c | 1334 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 D | app_scheduler_proxy.cpp | 34 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 D | audio_policy_parser.cpp | 353 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 D | rs_render_service.cpp | 193 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 D | ecma-builtin-json.c | 58 * 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 D | nntplib.py | 215 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
|