Home
last modified time | relevance | path

Searched refs:str (Results 3576 - 3600 of 11942) sorted by relevance

1...<<141142143144145146147148149150>>...478

/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Ddouble_wrapper.cpp54 sptr<IDouble> Double::Parse(const std::string &str) /* [in] */ in Parse() argument
58 double value = std::stod(str, &idx); in Parse()
H A Dshort_wrapper.cpp54 sptr<IShort> Short::Parse(const std::string &str) /* [in] */ in Parse() argument
58 short value = (short)std::stoi(str, &idx); in Parse()
H A Dfloat_wrapper.cpp54 sptr<IFloat> Float::Parse(const std::string &str) /* [in] */ in Parse() argument
58 float value = std::stof(str, &idx); in Parse()
H A Dint_wrapper.cpp54 sptr<IInteger> Integer::Parse(const std::string &str) /* [in] */ in Parse() argument
58 int value = std::stoi(str, &idx); in Parse()
H A Dlong_wrapper.cpp54 sptr<ILong> Long::Parse(const std::string &str) /* [in] */ in Parse() argument
58 long value = std::stol(str, &idx); in Parse()
H A Dbyte_wrapper.cpp54 sptr<IByte> Byte::Parse(const std::string &str) /* [in] */ in Parse() argument
58 byte value = (byte)std::stoi(str, &idx); in Parse()
/foundation/ability/ability_base/interfaces/inner_api/base/include/
H A Dzchar_wrapper.h43 static sptr<IChar> Parse(const std::string &str); /* [in] */
51 static zchar GetChar(const std::string &str, /* [in] */
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dbusiness_error.h46 #define CHECK_STRING_EMPTY(env, str, strName) \
48 if ((str).empty()) { \
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_symbol.cpp30 const char* str = ""; in ARKTS_CreateSymbol() local
31 object = panda::StringRef::NewFromUtf8(vm, str, 0); in ARKTS_CreateSymbol()
/foundation/bundlemanager/bundle_tool/test/systemtest/bm/
H A Dtool_system_test.cpp70 bool ToolSystemTest::IsSubSequence(const std::string& str, const std::string& subStr) in IsSubSequence() argument
72 return str.find(subStr) != std::string::npos; in IsSubSequence()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperentry_fuzzer/
H A Deglwrapperentry_fuzzer.cpp68 std::string str(cstr); in GetStringFromData()
69 return str; in GetStringFromData()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Doom_score_adj_utils.cpp39 std::string path = ss.str(); in WriteOomScoreAdjToKernel()
52 std::string path = ss.str(); in WriteOomScoreAdjToKernel()
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_config.h47 static std::vector<std::string> Split(std::string str, std::string pattern);
48 static inline bool IsNumber(std::string str);
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Droute_test.cpp83 std::string str = info->ToString("testTab"); in HWTEST_F() local
84 NETMGR_LOG_D("Route.ToString string is : [%{public}s]", str.c_str()); in HWTEST_F()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dnet_all_capabilities.h69 void ToStrNetCaps(const std::set<NetCap> &netCaps, std::string &str) const;
70 void ToStrNetBearTypes(const std::set<NetBearType> &bearerTypes, std::string &str) const;
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_info_test/
H A Droute_test.cpp83 std::string str = info->ToString("testTab"); in HWTEST_F() local
84 NETMGR_LOG_D("Route.ToString string is : [%{public}s]", str.c_str()); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/include/
H A Dstream_common.h136 explicit StreamAttr(std::string str) : type_(STRING_TYPE), strVal_(str) {} in StreamAttr()
/foundation/communication/nfc/services/src/
H A Dnfc_polling_params.cpp79 std::string str; in ToString() local
80 return str.append("techMask = ") in ToString()
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Dmdns_common.h42 bool EndsWith(const std::string_view &str, const std::string_view &pat);
43 bool StartsWith(const std::string_view &str, const std::string_view &pat);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Dstring_utils.h49 static uint32_t BytesToStrWithType(Bytes input, std::string &str) in BytesToStrWithType() argument
59 str.assign(reinterpret_cast<char *>(rstStr.data()), rstStr.size()); in BytesToStrWithType()
/foundation/distributedhardware/device_manager/test/commonfuzztest/onerror_fuzzer/
H A Don_error_fuzzer.cpp69 std::string str(reinterpret_cast<const char*>(data), size); in OnErrorFuzzTest()
70 const char *returnData = str.data(); in OnErrorFuzzTest()
/foundation/distributedhardware/device_manager/test/commonfuzztest/onfinish_fuzzer/
H A Don_finish_fuzzer.cpp68 std::string str(reinterpret_cast<const char*>(data), size); in OnFinishFuzzTest()
69 const char *returnData = str.data(); in OnFinishFuzzTest()
/foundation/distributedhardware/device_manager/services/implementation/include/discovery/
H A Ddm_discovery_filter.h34 int32_t ParseFilterJson(const std::string &str);
35 void ParseFilterOptionJson(const std::string &str);
/foundation/distributedhardware/device_manager/services/service/include/discovery/
H A Ddiscovery_filter.h34 int32_t ParseFilterJson(const std::string &str);
35 int32_t ParseFilterOptionJson(const std::string &str);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dconnection_detector.h43 static uint64_t MocklispHash(const string &str);
46 static std::string GetCellByIndex(const std::string &str, int targetIndex);

Completed in 10 milliseconds

1...<<141142143144145146147148149150>>...478