Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dconstant_test.cpp64 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 Dability_debug_deal.cpp37 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 Dability_debug_response_proxy.cpp40 …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 Dability_debug_response_stub.cpp41 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 DBackgroundActivityStartCallback.java37 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 DLifecycleOperationStorage.java103 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 Dability_debug_response_proxy_test.cpp67 std::vector<sptr<IRemoteObject>> tokens; variable
89 std::vector<sptr<IRemoteObject>> tokens; variable
/aosp14/frameworks/base/media/java/android/media/session/
H A DISession2TokensListener.aidl26 void onSession2TokensChanged(in List<Session2Token> tokens); in onSession2TokensChanged()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DTokenBucket.java53 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 DMediaSessionBasedFilter.kt112 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 DLifecycleOperationStorageTest.java74 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 Dmini_keyctl_utils.cpp61 std::vector<std::string> tokens = SplitBySpace(line); in GetKeyringId() local
/aosp14/frameworks/base/core/java/android/content/
H A DUriMatcher.java167 String[] tokens = null; in addURI() local
/aosp14/frameworks/base/core/java/com/google/android/util/
H A DSmileyParser.java64 ArrayList<Token> tokens = part.getTokens(); in getSpannableString() local
/aosp14/system/core/init/test_service/
H A Dtest_service.cpp51 std::vector<std::string> tokens = android::base::Split(line, ":"); in main() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageUsage.java125 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 Dability_record_mgr.cpp149 std::vector<sptr<IRemoteObject>> tokens; in GetAllTokens() local
/aosp14/system/core/libcutils/
H A Dcanned_fs_config.cpp62 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 Dupdate_engine_utils.cpp63 std::vector<std::string> tokens; in GetWakeupVesion() local
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java78 final String[] tokens = string.split(" +"); in setByString() local
/aosp14/system/core/init/
H A Dtokenizer_test.cpp40 std::vector<std::vector<std::string>> tokens; in RunTest() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp72 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerShellCommand.java122 List<String> tokens = mService.getAmbientDisplaySuppressionTokens(); in runListAmbientDisplaySuppressionTokens() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H A Dabilitydebugdeal_fuzzer.cpp79 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitydebugresponseproxy_fuzzer/
H A Dabilitydebugresponseproxy_fuzzer.cpp73 std::vector<sptr<IRemoteObject>> tokens; in AbilityDebugResponseProxyFuzztest1() local

1234