/foundation/ability/idl_tool/util/ |
D | string.cpp | 162 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 …]
|
D | string_pool.cpp | 58 if (!Grow(string.GetLength() + 1)) { in AddInternal() 67 dataOffset_ += string.GetLength() + 1; in AddInternal()
|
D | string.h | 57 int GetLength() const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
D | classic_bluetooth_data.cpp | 40 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()
|
D | classic_data_structure.h | 71 uint8_t GetLength() const;
|
D | classic_data_structure.cpp | 37 uint8_t ClassicDataStructure::GetLength() const in GetLength() function in OHOS::bluetooth::ClassicDataStructure
|
/foundation/arkui/napi/native_engine/ |
D | native_value.h | 214 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/ |
D | ark_native_data_view.h | 30 size_t GetLength() override;
|
D | ark_native_array_buffer.h | 31 size_t GetLength() override;
|
D | ark_native_array.h | 34 uint32_t GetLength() override;
|
D | ark_native_typed_array.h | 36 size_t GetLength() override;
|
D | ark_native_buffer.h | 31 size_t GetLength() override;
|
D | ark_native_string.h | 33 size_t GetLength() override;
|
D | ark_native_data_view.cpp | 52 size_t ArkNativeDataView::GetLength() in GetLength() function in ArkNativeDataView
|
D | ark_native_array.cpp | 73 uint32_t ArkNativeArray::GetLength() in GetLength() function in ArkNativeArray
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
D | rs_vector2.h | 58 T GetLength() const; 232 T Vector2<T>::GetLength() const in GetLength() function 248 T l = GetLength(); in Normalize()
|
D | rs_vector3.h | 45 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/ |
D | arraywrapperfirst_fuzzer.cpp | 50 array->GetLength(longSize); in DoSomethingInterestingWithMyAPI()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
D | rs_render_property.cpp | 212 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/ |
D | uncaught_exception_callback.cpp | 38 size_t valueStrBufLength = valueStr->GetLength(); in GetNativeStrFromJsTaggedObj()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
D | rs_spring_model.cpp | 52 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/ |
D | js_mission_info_utils.h | 61 if (ao->GetLength(size) != ERR_OK) { in InnerWrapWantParamsArray()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
D | js_console_log.cpp | 46 size_t bufferLen = str->GetLength(); in MakeLogContent()
|
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/ |
D | js_mission_info_utils.h | 61 if (ao->GetLength(size) != ERR_OK) { in InnerWrapWantParamsArray()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/ |
D | js_plugin_want.cpp | 267 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()
|