Searched refs:pIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_multifinger_multitap.cpp | 789 for (int32_t pIndex = 0; pIndex < downPointSize; pIndex++) { in IsMoveGestureRecognize() local 790 … if (pointerRoute_.count(pIndex) == 0 || pointerRoute_[pIndex].size() < MIN_MOVE_POINTER_NUM) { in IsMoveGestureRecognize() 793 if (!recognizeGesturePath(pointerRoute_[pIndex])) { in IsMoveGestureRecognize()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | swiper_tdd_test.cpp | 69 const int pIndex = 2; in SetUp() local 70 ret1 = jerry_set_property_by_index(childOption, pIndex, type); in SetUp() 73 ret2 = jerry_set_property_by_index(childrenObj_, pIndex, stack3_->GetNativeElement()); in SetUp()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/ |
H A D | hos_au_sink.cpp | 126 uint32_t pIndex = 0; in RegisterOutportOnAdapter() local 144 pIndex = portIndex; in RegisterOutportOnAdapter() 156 g_sinkInfos[sinkPluginDef.name] = std::make_pair(pIndex, usingDefaultCaps); in RegisterOutportOnAdapter()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_source_napi.cpp | 403 uint32_t* pIndex, std::string &error) in ParseDecodeOptions() argument 407 if (!ImageNapiUtils::GetUint32ByName(env, root, "index", pIndex)) { in ParseDecodeOptions()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 1107 uint32_t* pIndex, std::string &error) in ParseDecodeOptions() argument 1111 if (!ImageNapiUtils::GetUint32ByName(env, root, "index", pIndex)) { in ParseDecodeOptions()
|