Home
last modified time | relevance | path

Searched defs:tokens (Results 1 - 25 of 41) sorted by relevance

12

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dconstant_test.cpp64 auto tokens = Constant::Split("", ","); in HWTEST_F() local
78 auto tokens = Constant::Split("abc_123", "_"); in HWTEST_F() local
93 auto tokens = Constant::Split("#abc123", "#"); in HWTEST_F() local
108 auto tokens = Constant::Split("abc123!", "!"); HWTEST_F() local
122 auto tokens = Constant::Split("abc!123!", "!"); HWTEST_F() local
137 auto tokens = Constant::Split("abc123", "^"); HWTEST_F() local
151 auto tokens = Constant::Split("abc$$$123", "$"); HWTEST_F() local
168 auto tokens = Constant::Split("abc&&&123", "&&"); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_debug_deal.cpp37 void AbilityDebugDeal::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
50 void AbilityDebugDeal::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() argument
63 void AbilityDebugDeal::OnAbilitysAssertDebugChange(const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) in OnAbilitysAssertDebugChange() argument
77 void AbilityDebugResponse::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
92 OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) OnAbilitysDebugStoped() argument
107 OnAbilitysAssertDebugChange( const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) OnAbilitysAssertDebugChange() argument
[all...]
H A Dapp_scheduler.cpp448 int AppScheduler::GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>> &tokens) in GetAbilityRecordsByProcessID() argument
/foundation/ability/ability_runtime/test/unittest/ability_debug_response_proxy_test/
H A Dability_debug_response_proxy_test.cpp67 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
89 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dability_record_mgr.cpp121 std::vector<sptr<IRemoteObject>> tokens; in GetAllTokens() local
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
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
H A Dability_debug_response_proxy.cpp40 void AbilityDebugResponseProxy::OnAbilitysDebugStarted(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStarted() argument
46 void AbilityDebugResponseProxy::OnAbilitysDebugStoped(const std::vector<sptr<IRemoteObject>> &tokens) in OnAbilitysDebugStoped() argument
52 OnAbilitysAssertDebugChange( const std::vector<sptr<IRemoteObject>> &tokens, bool isAssertDebug) OnAbilitysAssertDebugChange() argument
94 SendRequest( const IAbilityDebugResponse::Message &message, const std::vector<sptr<IRemoteObject>> &tokens) SendRequest() argument
[all...]
/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
[all...]
/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/
H A Dmissionlistmanagersecond_fuzzer.cpp177 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugresponseproxy_fuzzer/
H A Dabilitydebugresponseproxy_fuzzer.cpp73 std::vector<sptr<IRemoteObject>> tokens; in AbilityDebugResponseProxyFuzztest1() local
79 proxy->SendRequest(static_cast<IAbilityDebugResponse::Message>(int32Param), tokens); // branch tokens no empty. in AbilityDebugResponseProxyFuzztest1() local
81 proxy->SendRequest(static_cast<IAbilityDebugResponse::Message>(int32Param), tokens); // branch tokens empt in AbilityDebugResponseProxyFuzztest1() local
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitydebugdeal_fuzzer/
H A Dabilitydebugdeal_fuzzer.cpp79 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp72 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp222 std::vector<std::string> tokens; in SplitVersion() local
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp83 std::vector<std::string> tokens; in split() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp268 auto tokens = StringUtils::Split(path, "/"); in Delete() local
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp122 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
123 appMgrService->GetAbilityRecordsByProcessID(static_cast<int>(pid), tokens); in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp980 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
999 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.cpp68 std::vector<std::string> tokens; in SplitString() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp682 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
700 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp345 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
371 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
397 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp206 int AppScheduler::GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>>& tokens) in GetAbilityRecordsByProcessID() argument
/foundation/ability/ability_runtime/test/unittest/mission_list_manager_test/
H A Dmission_list_manager_test.cpp6011 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
6032 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
6055 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp2795 std::vector<sptr<IRemoteObject>> tokens; in HWTEST_F() local
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_life_cycle_test/
H A Dams_app_life_cycle_module_test.cpp301 CheckStateAfterClearAbility(const std::shared_ptr<AppRunningRecord>& appRunningRecord, const std::vector<sptr<IRemoteObject>>& tokens, const int32_t& recordId, const sptr<MockAppScheduler>& mockAppScheduler) const CheckStateAfterClearAbility() argument
319 CheckStateAfterChangeAbility(const std::shared_ptr<AppRunningRecord>& appRunningRecord, const std::vector<sptr<IRemoteObject>>& tokens, const sptr<MockAppScheduler>& mockAppScheduler) CheckStateAfterChangeAbility() argument
442 std::vector<sptr<IRemoteObject>> tokens; HWTEST_F() local
499 std::vector<sptr<IRemoteObject>> tokens; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp43 std::vector<std::string> tokens; in SplitString() local
265 auto tokens = SplitString(macString, ":"); in MacStringToArray() local

Completed in 34 milliseconds

12