Home
last modified time | relevance | path

Searched defs:str (Results 676 - 700 of 3893) sorted by relevance

1...<<21222324252627282930>>...156

/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.h52 TrimL(std::string &str) TrimL() argument
63 TrimR(std::string &str) TrimR() argument
74 Trim(std::string &str) Trim() argument
102 StringToLower(std::string &str) StringToLower() argument
109 StringToUpper(const std::string &str) StringToUpper() argument
119 StringToUpperX(const std::string &str) StringToUpperX() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_mission_info.cpp154 std::string str = "id: " + std::to_string(id); in ToString() local
[all...]
/foundation/ability/ability_runtime/tools/test/systemtest/aa/
H A Dtool_system_test.cpp84 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence() argument
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H A Dability_post_event_timeout_test.cpp49 std::string str = ""; in HWTEST_F() local
64 std::string str = ""; in HWTEST_F() local
80 std::string str = ""; in HWTEST_F() local
94 std::string str = ""; in HWTEST_F() local
110 std::string str = ""; in HWTEST_F() local
127 std::string str = ""; HWTEST_F() local
141 std::string str = ""; HWTEST_F() local
157 std::string str = ""; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Ddata_ability_result_test.cpp165 std::string str = dataAbilityResult.ToString(); in HWTEST_F() local
205 std::string str = dataAbilityResult.ToString(); in HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dwindow_options_utils.cpp69 bool is_number(const std::string& str) in is_number() argument
/foundation/ability/ability_base/test/unittest/base/
H A Dzchar_wrapper_test.cpp178 std::string str = ""; in HWTEST_F() local
192 std::string str = "string"; in HWTEST_F() local
206 std::string str = "string"; in HWTEST_F() local
220 const char* str = u8"你好"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Dtext_utils.h76 inline TextSelection GetRangeOfSameType(const std::string& str, int32_t position) in GetRangeOfSameType() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_utils.cpp50 bool StartsWith(const std::string &str, const std::string &searchFor) in StartsWith() argument
59 bool EndsWith(const std::string &str, const std::string &searchFor) in EndsWith() argument
69 bool FilePathCheckValid(const std::string &str) in FilePathCheckValid() argument
/foundation/arkui/ui_lite/tools/qt/simulator/uitest/
H A Dmain_widget.h91 QString str = QString::number(mainID); in SendMsgSlot() local
/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_napi_common.cpp46 napi_value UnwrapStringParam(std::string& str, napi_env env, napi_value argv) in UnwrapStringParam() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_utils.cpp45 void BleUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &key) in ConvertHexStringToInt() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_utils.cpp44 void ClassicUtils::ConvertHexStringToInt(const std::string &str, std::vector<uint8_t> &value) in ConvertHexStringToInt() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/defaultappmgr_fuzzer/
H A Ddefaultappmgr_fuzzer.cpp65 auto str = DefaultAppMgr::GetInstance().GetTypeFromWant(want); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dinterface_macros.h99 constexpr const InterfaceInfo ToInterfaceInfoImpl(const char (&str)[37], BASE_NS::string_view name) in ToInterfaceInfoImpl() argument
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Diremote_object.h28 inline std::u16string to_utf16(const std::string &str) in to_utf16() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/modifier/
H A Drs_modifier_test.cpp152 auto str = node->GetStagingProperties().Dump(); in HWTEST_F() local
196 auto str = node->GetStagingProperties().Dump(); in HWTEST_F() local
744 auto str = node->GetStagingProperties().Dump(); in HWTEST_F() local
872 auto str = node->GetStagingProperties().Dump(); in HWTEST_F() local
1546 auto str = node->GetStagingProperties().Dump(); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/touch_screen/
H A Dtouch_screen_test.cpp44 std::vector<std::string> TouchScreenTest::Split(const std::string& str, const std::string& regex_str) in Split() argument
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccesscreatefile_fuzzer/
H A Dexternalfileaccesscreatefile_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccessdelete_fuzzer/
H A Dexternalfileaccessdelete_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccessgetroots_fuzzer/
H A Dexternalfileaccessgetroots_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccesslistfile_fuzzer/
H A Dexternalfileaccesslistfile_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccessscanfile_fuzzer/
H A Dexternalfileaccessscanfile_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccessrename_fuzzer/
H A Dexternalfileaccessrename_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local
/foundation/filemanagement/user_file_service/test/fuzztest/externalfileaccessaccess_fuzzer/
H A Dexternalfileaccessaccess_fuzzer.cpp116 auto str = std::make_unique<char[]>(size + 1); in LLVMFuzzerTestOneInput() local

Completed in 15 milliseconds

1...<<21222324252627282930>>...156