/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/ |
H A D | select_overlay_manager.cpp | 76 // get keyboard index to put selet_overlay before keyboard node in CreateAndShowSelectOverlay() 78 int32_t index = 0; in CreateAndShowSelectOverlay() 81 slot = index; in CreateAndShowSelectOverlay() 84 index++; in CreateAndShowSelectOverlay()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_utils.h | 158 size_t index = percent.find("%"); in IsPercentStr() local 159 percent = percent.substr(0, index); in IsPercentStr() 182 ArkUI_Float32 values[], int units[], int index);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_rect.cpp | 216 const RefPtr<ShapeRect>& shapeRect, const CalcDimension& radiusX, const CalcDimension& radiusY, int32_t index) in SetRadiusValue() 219 RectModel::GetInstance()->SetShapeRectRadius(shapeRect, radiusX, radiusY, index); in SetRadiusValue() 221 RectModel::GetInstance()->SetRadiusValue(radiusX, radiusY, index); in SetRadiusValue() 215 SetRadiusValue( const RefPtr<ShapeRect>& shapeRect, const CalcDimension& radiusX, const CalcDimension& radiusY, int32_t index) SetRadiusValue() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/ |
H A D | rich_editor_drag_test_ng.cpp | 82 for (uint32_t index = 0; index < childSpanNum; ++index) { in CreateDragNodeWithImageSpan()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_pattern.cpp | 186 int32_t index = INVALID_PAGE_INDEX; in OnAttachToMainTree() local 189 index = delegate->GetCurrentPageIndex(); in OnAttachToMainTree() 190 GetPageInfo()->SetPageIndex(index); in OnAttachToMainTree()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 47 using ActionSetCursorIndexImpl = std::function<void(int32_t index)>; 271 bool ActActionSetIndex(int32_t index) in ActActionSetIndex() argument 274 actionSetCursorIndexImpl_(index); in ActActionSetIndex()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_power_manager_test.cpp | 523 int32_t index = 0; in HWTEST_F() local 525 if (!index) { in HWTEST_F() 530 index++; in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_hfp_ag_server.cpp | 297 void BluetoothHfpAgServer::ClccResponse(int index, int direction, int status, int mode, bool mpty, in ClccResponse() argument 300 HILOGI("index:%{public}d, direction:%{public}d, status:%{public}d, mode:%{public}d, mpty:%{public}d," in ClccResponse() 301 "number:%{public}s, type:%{public}d", index, direction, status, mode, mpty, number.c_str(), type); in ClccResponse() 303 pimpl->HfpAgService_->ClccResponse(index, direction, status, mode, mpty, number, type); in ClccResponse()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.h | 737 * @param index Service data index. 741 std::string GetServiceData(int index) const; 754 * @param index Service data index. 758 Uuid GetServiceDataUUID(int index) const; 771 * @param index Service UUID index. 775 Uuid GetServiceUUID(int index) const;
|
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributedBundle/ |
H A D | distributed_bundle.cpp | 114 size_t index = 0; in ConvertRemoteAbilityInfos() local 123 NAPI_CALL_RETURN_VOID(env, napi_set_element(env, objRemoteAbilityInfos, index, objRemoteAbilityInfo)); in ConvertRemoteAbilityInfos() 124 index++; in ConvertRemoteAbilityInfos()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pa_capturer_stream_impl.cpp | 401 AUDIO_DEBUG_LOG("PAstream moved to index:[%{public}d] suspended:[%{public}d]", in PAStreamMovedCb() 541 void PaCapturerStreamImpl::SetStreamIndex(uint32_t index) in SetStreamIndex() argument 543 AUDIO_INFO_LOG("Using index/sessionId %{public}d", index); in SetStreamIndex() 544 streamIndex_ = index; in SetStreamIndex()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | property_util.cpp | 134 const Property* CustomPropertyPodContainer::MetaData(size_t index) const in MetaData() 136 if (index < metaData_.size()) { in MetaData() 137 return &metaData_[index]; in MetaData()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
H A D | post_process_component_manager.cpp | 265 const Property* MetaData(size_t index) const override 267 if (index < componentMetaData_.size()) { 268 return &componentMetaData_[index];
|
/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | stack_property.cpp | 244 size_t index = 0; in RemoveValue() local 245 for (auto m = values_.rbegin(); m != values_.rend(); ++m, ++index) { in RemoveValue() 252 if (index == 0) { in RemoveValue()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/ |
H A D | rs_round_corner_config.cpp | 43 xmlNodePtr XMLReader::FindNode(const xmlNodePtr& src, const std::string& index) in FindNode() argument 48 if (xmlStrEqual(name, BAD_CAST(index.c_str())) == 1) { in FindNode() 53 RS_LOGD_IF(DEBUG_PIPELINE, "[%{public}s] can not found node %{public}s! \n", __func__, index.c_str()); in FindNode()
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ShaderJS.cpp | 288 int index = 0; in BindToMaterial() local 295 name = "TextureInfo_" + BASE_NS::to_string(index); in BindToMaterial() 310 index++; in BindToMaterial()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_config.cpp | 40 constexpr const char* FALLBACK_INDEX_KEY = "index"; 232 int index = 0; in ParseConfigList() local 234 if (keys[index] == nullptr) { in ParseConfigList() 237 const char* key = keys[index++]; in ParseConfigList()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_asset_rdbstore.cpp | 283 int index;
in GetInt32Val() local 285 int err = resultSet->GetColumnIndex(column, index);
in GetInt32Val() 287 err = resultSet->GetInt(index, value);
in GetInt32Val()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFuzzTest.cpp | 86 cout << "index is: " << inputIndex << endl; in inputFunc() 298 int32_t index = getIntRand(); in HWTEST_F() local 306 cout << "index is: " << index << ", info.size is: " << info.size << endl; in HWTEST_F() 310 ret = decoderDemo->NativePushInputData(handle, index, info); in HWTEST_F() 361 cout << "index is: " << outputIndex << endl; in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/decoder_filter_test/ |
H A D | video_decoder_adapter_unit_test.cpp | 221 uint32_t index = 1;
in HWTEST_F() local 222 videoDecoder->OnInputBufferAvailable(index, buffer);
in HWTEST_F() 224 videoDecoder->OnInputBufferAvailable(index, buffer);
in HWTEST_F()
|
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
H A D | camera_napi_object.h | 195 size_t index = 0; in operator ()() local 197 if (napi_set_element(env_, result, index, obj.CreateNapiObjFromMap(env_)) != napi_ok) { in operator ()() 200 index++; in operator ()()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/ |
H A D | jpeg_encoder.cpp | 328 uint32_t index = row * col + i; in Deinterweave() local 329 uPlane[index] = uv[indexZero]; in Deinterweave() 330 vPlane[index] = uv[indexOne]; in Deinterweave()
|
/foundation/multimedia/media_foundation/engine/plugin/common/ |
H A D | plugin_buffer.cpp | 271 std::shared_ptr<Memory> Buffer::GetMemory(uint32_t index) in GetMemory() argument 273 if (data.size() <= index) { in GetMemory() 276 return data[index]; in GetMemory()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFuzzTest.cpp | 88 cout << "index is: " << inputIndex << endl; in inputFunc() 309 int32_t index = getIntRand(); in HWTEST_F() local 317 cout << "index is: " << index << ", info.size is: " << info.size << endl; in HWTEST_F() 321 ret = encoderDemo->NativePushInputData(handle, index, info); in HWTEST_F() 375 cout << "index is: " << outputIndex << endl; in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_packer.cpp | 269 uint32_t ImagePacker::AddImage(ImageSource &source, uint32_t index) in AddImage() argument 271 ImageTrace imageTrace("ImagePacker::AddImage by imageSource and index %{public}u", index); in AddImage() 278 pixelMap_ = source.CreatePixelMap(index, decodeOpts, ret); in AddImage()
|