| /arkcompiler/runtime_core/libpandabase/utils/ |
| H A D | json_parser.cpp | 195 std::string string; in GetString() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | json_parser.cpp | 208 std::string string; in GetString() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| H A D | string_index_of.h | 191 auto string = reinterpret_cast<ark::coretypes::String *>(str); in StringIndexOfU16() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | string_table.cpp | 45 coretypes::String *StringTable::GetOrInternString(coretypes::String *string, const LanguageContext &ctx) in GetOrInternString() argument 120 coretypes::String *StringTable::Table::GetString(coretypes::String *string, [[maybe_unused]] const LanguageContext &ctx) in GetString() argument 134 void StringTable::Table::ForceInternString(coretypes::String *string, [[maybe_unused]] const LanguageContext &ctx) in ForceInternString() argument 140 InternString(coretypes::String *string, [[maybe_unused]] const LanguageContext &ctx) InternString() argument 208 GetOrInternString(coretypes::String *string, const LanguageContext &ctx) GetOrInternString() argument 304 GetOrInternString(coretypes::String *string, const LanguageContext &ctx) GetOrInternString() argument 392 InternStringNonMovable(coretypes::String *string, const LanguageContext &ctx) InternStringNonMovable() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | multithreaded_intern_string_table_test.cpp | 96 void CheckSameString(coretypes::String *string) in CheckSameString() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| H A D | astDump.h | 48 explicit Optional(const char *string) : value_(const_cast<char *>(string)) {} in Optional() argument 90 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_symbol_test.cpp | 207 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII("ccc"); in HWTEST_F_L0() local 234 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII("ccc"); in HWTEST_F_L0() local 297 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII("ddd"); in HWTEST_F_L0() local 318 JSHandle<EcmaString> string = ecmaVM->GetFactory()->NewFromASCII(""); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/ |
| H A D | astDump.h | 48 explicit Optional(const char *string) : value_(const_cast<char *>(string)) {} in Optional() argument 76 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_tracker_first_test.cpp | 134 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World");
in HWTEST_F_L0() local 188 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World");
in HWTEST_F_L0() local 243 JSHandle<EcmaString> string = instance->GetFactory()->NewFromASCII("Hello World"); HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_segments.cpp | 70 CreateSegmentsObject(JSThread *thread, const JSHandle<JSSegmenter> &segmenter, const JSHandle<EcmaString> &string) CreateSegmentsObject() argument [all...] |
| /device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_asf.c | 311 void rtl8168_asf_community_string(struct rtl8168_private *tp, int arg, char *string) in rtl8168_asf_community_string() argument
|
| /foundation/ability/idl_tool/idl_tool_2/util/ |
| H A D | string_helper.cpp | 198 const char* string = key.c_str(); GetHashCode() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_utils.h | 80 ToNumber(const std::string& string) ToNumber() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_base_xml_config.h | 139 new(&stringValue)std::string(st member in OHOS::Rosen::RSBaseXmlConfig::ConfigItem::std [all...] |
| /foundation/window/window_manager/utils/include/ |
| H A D | xml_config_base.h | 139 new(&stringValue_)std::string(st member in OHOS::Rosen::XmlConfigBase::ConfigItem::std [all...] |
| /foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
| H A D | connection_ble_mock.cpp | 39 bool AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) in AddNumberToJsonObject() argument 84 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
|
| /foundation/communication/dsoftbus/core/common/json_utils/ |
| H A D | softbus_json_utils.c | 24 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject() argument 49 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem() argument 74 GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectNumberItem() argument 89 GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectSignedNumberItem() argument 104 GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) GetJsonObjectDoubleItem() argument 119 GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) GetJsonObjectNumber16Item() argument 134 GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) GetJsonObjectNumber64Item() argument 149 GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) GetJsonObjectSignedNumber64Item() argument 164 GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectInt32Item() argument 179 GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) GetJsonObjectBoolItem() argument 194 AddStringToJsonObject(cJSON *json, const char * const string, const char *value) AddStringToJsonObject() argument 212 AddStringArrayToJsonObject(cJSON *json, const char * const string, const char * const *strings, int32_t count) AddStringArrayToJsonObject() argument 232 AddNumber16ToJsonObject(cJSON *json, const char * const string, uint16_t num) AddNumber16ToJsonObject() argument 251 AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) AddNumberToJsonObject() argument 270 AddNumber64ToJsonObject(cJSON *json, const char * const string, int64_t num) AddNumber64ToJsonObject() argument 289 AddBoolToJsonObject(cJSON *json, const char * const string, bool value) AddBoolToJsonObject() argument 308 GetDynamicStringItemByJsonObject(const cJSON * const json, const char * const string, uint32_t limit) GetDynamicStringItemByJsonObject() argument 340 AddIntArrayToJsonObject(cJSON *json, const char *string, const int32_t *array, int32_t arrayLen) AddIntArrayToJsonObject() argument 358 GetJsonObjectIntArrayItem(const cJSON *json, const char *string, int32_t *array, int32_t arrayLen) GetJsonObjectIntArrayItem() argument [all...] |
| /foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
| H A D | ohos_rpc_test_testhelper.cpp | 194 Java_ohos_rpc_test_TestHelper_nativeStartExecutable( JNIEnv *env, jobject object, jstring string, jint length) Java_ohos_rpc_test_TestHelper_nativeStartExecutable() argument 218 Java_ohos_rpc_test_TestHelper_nativeStopExecutable( JNIEnv *env, jobject object, jstring string, jint length) Java_ohos_rpc_test_TestHelper_nativeStopExecutable() argument 242 Java_ohos_rpc_test_TestHelper_nativeRunCommand( JNIEnv *env, jobject object, jstring string, jint length) Java_ohos_rpc_test_TestHelper_nativeRunCommand() argument [all...] |
| /foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifitoolkit_fuzzer/ |
| H A D | wifitoolkit_fuzzer.cpp | 127 char *string = nullptr; in AppXmlParserTest() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | data_value.cpp | 190 DataValue &DataValue::operator=(const std::string &string) in operator =() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
| H A D | db_delegate.h | [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/common/ |
| H A D | value_proxy.h | |
| /foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
| H A D | datashare_predicates_objects.h | |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | exconvrt.c | 260 acpi_ex_convert_to_ascii(u64 integer, u16 base, u8 *string, u8 data_width) acpi_ex_convert_to_ascii() argument [all...] |
| H A D | dbconvert.c | 101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer() argument 165 acpi_db_convert_to_package(char *string, union acpi_object *object) acpi_db_convert_to_package() argument 222 acpi_db_convert_to_object(acpi_object_type type, char *string, union acpi_object *object) acpi_db_convert_to_object() argument [all...] |