/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | constant_test.cpp | 64 auto tokens = Constant::Split("", ","); variable 78 auto tokens = Constant::Split("abc_123", "_"); variable 93 auto tokens = Constant::Split("#abc123", "#"); variable 108 auto tokens = Constant::Split("abc123!", "!"); variable 122 auto tokens = Constant::Split("abc!123!", "!"); variable 137 auto tokens = Constant::Split("abc123", "^"); variable 151 auto tokens = Constant::Split("abc$$$123", "$"); variable 168 auto tokens = Constant::Split("abc&&&123", "&&"); variable
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_debug_deal.cpp | 37 void AbilityDebugDeal::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() 50 void AbilityDebugDeal::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() 63 void AbilityDebugDeal::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, … in OnAbilitysAssertDebugChange() 77 void AbilityDebugResponse::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() 92 void AbilityDebugResponse::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() 108 const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | ability_debug_response_proxy.cpp | 40 …id AbilityDebugResponseProxy::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &token… in OnAbilitysDebugStarted() 46 …oid AbilityDebugResponseProxy::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &token… in OnAbilitysDebugStoped() 53 const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange() 95 const IAbilityDebugResponse::Message &message, const std::vector<sptr<IRemoteObject>> &tokens) in SendRequest()
|
H A D | ability_debug_response_stub.cpp | 41 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysDebugStarted() local 62 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysDebugStoped() local 83 std::vector<sptr<IRemoteObject>> tokens; in HandleOnAbilitysAssertDebugChange() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BackgroundActivityStartCallback.java | 37 boolean isActivityStartAllowed(Collection<IBinder> tokens, int uid, String packageName); in isActivityStartAllowed() 47 boolean canCloseSystemDialogs(Collection<IBinder> tokens, int uid); in canCloseSystemDialogs()
|
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
H A D | LifecycleOperationStorage.java | 103 Set<Integer> tokens = mOpTokensByPackage.get(packageName); in registerOperationForPackages() local 120 Set<Integer> tokens = mOpTokensByPackage.get(packageName); in removeOperation() local 156 final Set<Integer> tokens = mOpTokensByPackage.get(packageName); in operationTokensForPackage() local 168 Set<Integer> tokens = Sets.newHashSet(); in operationTokensForOpType() local 184 Set<Integer> tokens = Sets.newHashSet(); in operationTokensForOpState() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/ |
H A D | ability_debug_response_proxy_test.cpp | 67 std::vector<sptr<IRemoteObject>> tokens; variable 89 std::vector<sptr<IRemoteObject>> tokens; variable
|
/aosp14/frameworks/base/media/java/android/media/session/ |
H A D | ISession2TokensListener.aidl | 26 void onSession2TokensChanged(in List<Session2Token> tokens); in onSession2TokensChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | TokenBucket.java | 53 public TokenBucket(int deltaMs, int capacity, int tokens) { in TokenBucket() 71 public void reset(int tokens) { in reset()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaSessionBasedFilter.kt | 112 val tokens = mutableSetOf(TokenId(data.token)) regex 198 val tokens = mutableListOf(controller) regex
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/internal/ |
H A D | LifecycleOperationStorageTest.java | 74 Set<Integer> tokens = mOpStorage.operationTokensForOpType(OpType.BACKUP_WAIT); in testRegisterOperation_singleOperation() local 101 Set<Integer> tokens = mOpStorage.operationTokensForPackage(PKG_FOO); in testRegisterOperationForPackages_singlePackage() local
|
/aosp14/system/core/mini_keyctl/ |
H A D | mini_keyctl_utils.cpp | 61 std::vector<std::string> tokens = SplitBySpace(line); in GetKeyringId() local
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | UriMatcher.java | 167 String[] tokens = null; in addURI() local
|
/aosp14/frameworks/base/core/java/com/google/android/util/ |
H A D | SmileyParser.java | 64 ArrayList<Token> tokens = part.getTokens(); in getSpannableString() local
|
/aosp14/system/core/init/test_service/ |
H A D | test_service.cpp | 51 std::vector<std::string> tokens = android::base::Split(line, ":"); in main() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageUsage.java | 125 String[] tokens = line.split(" "); in readVersion0LP() local 152 String[] tokens = line.split(" "); in readVersion1LP() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | ability_record_mgr.cpp | 149 std::vector<sptr<IRemoteObject>> tokens; in GetAllTokens() local
|
/aosp14/system/core/libcutils/ |
H A D | canned_fs_config.cpp | 62 std::vector<std::string> tokens = Tokenize(line, " "); in load_canned_fs_config() local
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/ |
H A D | update_engine_utils.cpp | 63 std::vector<std::string> tokens; in GetWakeupVesion() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/ |
H A D | EditorState.java | 78 final String[] tokens = string.split(" +"); in setByString() local
|
/aosp14/system/core/init/ |
H A D | tokenizer_test.cpp | 40 std::vector<std::vector<std::string>> tokens; in RunTest() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/ |
H A D | abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp | 72 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerShellCommand.java | 122 List<String> tokens = mService.getAmbientDisplaySuppressionTokens(); in runListAmbientDisplaySuppressionTokens() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/ |
H A D | abilitydebugdeal_fuzzer.cpp | 79 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugresponseproxy_fuzzer/ |
H A D | abilitydebugresponseproxy_fuzzer.cpp | 73 std::vector<sptr<IRemoteObject>> tokens; in AbilityDebugResponseProxyFuzztest1() local
|