Home
last modified time | relevance | path

Searched defs:str (Results 2176 - 2200 of 3841) sorted by relevance

1...<<81828384858687888990>>...154

/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_server_tcp_direct_test.cpp668 std::string str = TEST_JSON; in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_disctributed_net_ledger_test.cpp697 char str[] = "softBus"; in HWTEST_F() local
/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_read.cpp77 std::u16string str = napiParcel->nativeParcel_->ReadString16(); in JS_readException() local
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client_test.cpp1336 std::string str = "test"; in HWTEST_F() local
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_utils.cpp199 napi_status SetValueUtf8String(const napi_env& env, const char* fieldStr, const char* str, in SetValueUtf8String() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_randommac_helper.cpp191 std::string str = "size:" + std::to_string(size) + " ["; in BytesArrayToString() local
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp62 std::vector<std::string> Split(const std::string &str, const std::string &sep) in Split() argument
78 std::vector<std::string> Split(const std::string &str, const std::string &sep, size_t size) in Split() argument
99 std::string Strip(const std::string &str, char ch) in Strip() argument
125 std::string str; ToString() local
202 EndsWith(const std::string &str, const std::string &suffix) EndsWith() argument
210 Trim(std::string str) Trim() argument
221 IsMatch(const std::string &str, const std::string &patternStr) IsMatch() argument
351 IsExcluded(const std::string &str, const std::string &exclusions, const std::string &split) IsExcluded() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.c133 size_t PrintfDecode(u8 *buf, size_t maxlen, const char *str) in PrintfDecode() argument
158 int HdiTxtPrintf(char *str, size_t size, const char *format, ...) in HdiTxtPrintf() argument
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp282 string str = "abcdefg"; in HWTEST_F() local
825 string str = ""; in HWTEST_F() local
840 string str = "a#b#c"; in HWTEST_F() local
870 string str = "a#b#c"; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_meta_data_test.cpp248 std::string str = proxyObj.GetIdentify(); in HWTEST_F() local
372 std::string str = obj.GetIdentify(); in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp1240 std::string str; in HWTEST_F() local
1265 std::string str; in HWTEST_F() local
1286 std::string str; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp181 char *str = new (std::nothrow) char[strBufferSize + 1]; in ParseString() local
310 std::string str; in ParseDefValue() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_utils.h96 char** str; member
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pasteboard.cpp106 PasteDataNapi *PasteboardNapi::CreateDataCommon(napi_env env, napi_value in, std::string &str, napi_value &instance) in CreateDataCommon() argument
125 std::string str; in CreateHtmlData() local
139 std::string str; in CreatePlainTextData() local
153 std::string str; in CreateUriData() local
[all...]
H A Dpasteboard_common.cpp63 napi_value CreateNapiString(napi_env env, std::string str) in CreateNapiString() argument
344 std::string str = uri->ToString(); in ConvertEntryValue() local
347 std::shared_ptr<std::string> str = value->ConvertToPlianText(); in ConvertEntryValue() local
353 std::shared_ptr<std::string> str in ConvertEntryValue() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_utils.cpp147 int RdUtils::RdSqlPrepare(GRD_DB *db, const char *str, uint32_t strLen, GRD_SqlStmt **stmt, const char **unusedStr) in RdSqlPrepare() argument
456 void RdUtils::ClearAndZeroString(std::string &str) in ClearAndZeroString() argument
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp429 char str[STR_MAX_SIZE] = { 0 }; in GetValue() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp236 std::string str = ""; in HWTEST_F() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.cpp79 unique_ptr<char[]> str = make_unique<char[]>(bufLen); in ToUTF8String() local
87 auto str = make_unique<char[]>(defaultValue.size() + 1); in ToUTF8String() local
103 auto str = make_unique<char16_t[]>(++strLen); in ToUTF16String() local
319 CreateUTF8String(napi_env env, std::string str) CreateUTF8String() argument
326 CreateUTF8String(napi_env env, const char* str, ssize_t len) CreateUTF8String() argument
[all...]
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp83 auto str = CreateUniquePtr<char[]>(bufLen); in ToUTF8String() local
97 auto str = CreateUniquePtr<char[]>(defaultValue.size() + 1); in ToUTF8String() local
117 auto str = CreateUniquePtr<char16_t[]>(++strLen); ToUTF16String() local
353 CreateUTF8String(napi_env env, std::string str) CreateUTF8String() argument
360 CreateUTF8String(napi_env env, const char *str, ssize_t len) CreateUTF8String() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Ddistributed_input_node_manager.cpp78 void DistributedInputNodeManager::ParseInputDeviceJson(const std::string &str, InputDevice &pBuf) in ParseInputDeviceJson() argument
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_hisysevent.h91 char str[SOFTBUS_HISYSEVT_PARAM_LEN]; member
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c183 int32_t SoftBusGenerateStrHash(const unsigned char *str, uint32_t len, unsigned char *hash) in SoftBusGenerateStrHash() argument
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c342 int32_t SoftBusGenerateStrHash(const unsigned char *str, uint32_t len, unsigned char *hash) in SoftBusGenerateStrHash() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp66 bool SetColorFromJS(napi_env env, napi_value argValue, const std::string& str, Drawing::Color& colorSrc) in SetColorFromJS() argument
94 bool GetDecorationFromJS(napi_env env, napi_value argValue, const std::string& str, TextStyle& textStyle) in GetDecorationFromJS() argument
174 bool GetNamePropertyFromJS(napi_env env, napi_value argValue, const std::string& str, napi_value& propertyValue) in GetNamePropertyFromJS() argument

Completed in 33 milliseconds

1...<<81828384858687888990>>...154