Home
last modified time | relevance | path

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

123

/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
/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
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dability_record_mgr.cpp149 std::vector<sptr<IRemoteObject>> tokens; in GetAllTokens() 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
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/
H A Dabilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp72 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() 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
/ohos5.0/base/update/updateservice/foundations/ability/utils/include/
H A Dstring_utils.h54 std::vector<std::string> tokens; in Split() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/utils/
H A Ddcamera.cpp66 void SplitString(const std::string &str, std::vector<std::string> &tokens, const std::string &delim… in SplitString()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/missionlistmanagersecond_fuzzer/
H A Dmissionlistmanagersecond_fuzzer.cpp177 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_manager.cpp274 auto tokens = StringUtils::Split(path, "/"); in Delete() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp122 std::vector<sptr<IRemoteObject>> tokens; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp222 std::vector<std::string> tokens; in SplitVersion() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.cpp247 static void GetScanInfo(WifiScanInfo &info, std::vector<std::string> &tokens, int32_t &dataRecvLen) in GetScanInfo()
290 std::vector<std::string> tokens; in ParseScanInfos() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetfirewall_parcel.cpp80 std::vector<std::string> tokens; in split() local
/ohos5.0/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/
H A Dsettings_data_utils.cpp265 std::vector<std::string> tokens; in split() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp43 std::vector<std::string> tokens; in SplitString() local
265 auto tokens = SplitString(macString, ":"); in MacStringToArray() local
/ohos5.0/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
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp345 std::vector<sptr<IRemoteObject>> tokens; variable
371 std::vector<sptr<IRemoteObject>> tokens; variable
397 std::vector<sptr<IRemoteObject>> tokens; variable
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dmock_app_scheduler.cpp211 …AppScheduler::GetAbilityRecordsByProcessID(const int pid, std::vector<sptr<IRemoteObject>>& tokens) in GetAbilityRecordsByProcessID()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_scheduler_test.cpp1059 std::vector<sptr<IRemoteObject>> tokens; variable
1078 std::vector<sptr<IRemoteObject>> tokens; variable
/ohos5.0/base/update/updater/services/applypatch/
H A Dblock_set.cpp276 std::vector<std::string> tokens = SplitString(lastArg, ":"); in LoadSourceBuffer() local

123