Home
last modified time | relevance | path

Searched refs:GetLength (Results 1 – 25 of 92) sorted by relevance

1234

/foundation/ability/idl_tool/util/
Dstring.cpp162 int String::GetLength() const in GetLength() function in OHOS::Idl::String
173 if (index < 0 || index >= GetLength()) { in operator []()
186 if ((size_t)GetLength() != strlen(string)) { in Equals()
202 if (GetLength() != other.GetLength()) { in Equals()
233 } else if (fromIndex >= GetLength()) { in IndexOf()
238 char* end = string_ + GetLength(); in IndexOf()
256 } else if (fromIndex >= GetLength()) { in IndexOf()
272 } else if (fromIndex >= GetLength()) { in IndexOf()
288 } else if (fromIndex == 0 || fromIndex >= GetLength()) { in LastIndexOf()
289 fromIndex = GetLength() - 1; in LastIndexOf()
[all …]
Dstring_pool.cpp58 if (!Grow(string.GetLength() + 1)) { in AddInternal()
67 dataOffset_ += string.GetLength() + 1; in AddInternal()
Dstring.h57 int GetLength() const;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
Dclassic_bluetooth_data.cpp40 btData[offset] = dataStructure.GetLength(); in GetClassicBluetoothData()
47 (dataStructure.GetLength() - 1)); in GetClassicBluetoothData()
51 offset = offset + dataStructure.GetLength() + 1; in GetClassicBluetoothData()
64 int offset = offset_ + dataStruct.GetLength() + 1; in AddDataStructure()
Dclassic_data_structure.h71 uint8_t GetLength() const;
Dclassic_data_structure.cpp37 uint8_t ClassicDataStructure::GetLength() const in GetLength() function in OHOS::bluetooth::ClassicDataStructure
/foundation/arkui/napi/native_engine/
Dnative_value.h214 virtual size_t GetLength() = 0;
284 virtual uint32_t GetLength() = 0;
292 virtual size_t GetLength() = 0;
316 virtual size_t GetLength() = 0;
327 virtual size_t GetLength() = 0;
369 virtual size_t GetLength() = 0;
/foundation/arkui/napi/native_engine/impl/ark/native_value/
Dark_native_data_view.h30 size_t GetLength() override;
Dark_native_array_buffer.h31 size_t GetLength() override;
Dark_native_array.h34 uint32_t GetLength() override;
Dark_native_typed_array.h36 size_t GetLength() override;
Dark_native_buffer.h31 size_t GetLength() override;
Dark_native_string.h33 size_t GetLength() override;
Dark_native_data_view.cpp52 size_t ArkNativeDataView::GetLength() in GetLength() function in ArkNativeDataView
Dark_native_array.cpp73 uint32_t ArkNativeArray::GetLength() in GetLength() function in ArkNativeArray
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
Drs_vector2.h58 T GetLength() const;
232 T Vector2<T>::GetLength() const in GetLength() function
248 T l = GetLength(); in Normalize()
Drs_vector3.h45 T GetLength() const;
141 T Vector3<T>::GetLength() const in GetLength() function
163 T l = GetLength(); in Normalize()
/foundation/ability/ability_base/test/fuzztest/arraywrapperfirst_fuzzer/
Darraywrapperfirst_fuzzer.cpp50 array->GetLength(longSize); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
Drs_render_property.cpp212 return RSRenderProperty<Vector4f>::stagingValue_.GetLength(); in ToFloat()
218 return RSRenderProperty<Quaternion>::stagingValue_.GetLength(); in ToFloat()
224 return RSRenderProperty<Vector2f>::stagingValue_.GetLength(); in ToFloat()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
Duncaught_exception_callback.cpp38 size_t valueStrBufLength = valueStr->GetLength(); in GetNativeStrFromJsTaggedObj()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_spring_model.cpp52 return value.GetLength(); in toFloat()
57 return value.GetLength(); in toFloat()
62 return value.GetLength(); in toFloat()
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
Djs_mission_info_utils.h61 if (ao->GetLength(size) != ERR_OK) { in InnerWrapWantParamsArray()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Djs_console_log.cpp46 size_t bufferLen = str->GetLength(); in MakeLogContent()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
Djs_mission_info_utils.h61 if (ao->GetLength(size) != ERR_OK) { in InnerWrapWantParamsArray()
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
Djs_plugin_want.cpp267 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayChar()
296 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayString()
323 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayBool()
350 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayShort()
376 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayByte()
404 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayInt32()
431 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayInt64()
458 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayFloat()
485 if (ao->GetLength(size) != ERR_OK) { in AceInnerWrapWantParamsArrayDouble()

1234