Home
last modified time | relevance | path

Searched refs:first (Results 5501 - 5525 of 6195) sorted by relevance

1...<<221222223224225226227228229230>>...248

/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp629 EXPECT_EQ(pair.first, "subs"); in HWTEST_F()
658 EXPECT_EQ(pair.first, "subs"); in HWTEST_F()
844 * @tc.steps: step1. first click does not show single handle in HWTEST_F()
888 * @tc.steps: step2. first click does not show single handle in HWTEST_F()
H A Drich_editor_base_testone_ng.cpp946 EXPECT_EQ(pair.first, "subs"); in HWTEST_F()
986 EXPECT_EQ(pair.first, "subs"); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_indicator_modifier_test_ng.cpp1756 EXPECT_NEAR(result.first, contentProperty.vectorBlackPointCenterX[0] - radius, 0.001f); in HWTEST_F()
1765 EXPECT_NEAR(result.first, contentProperty.vectorBlackPointCenterX[2] - radius, 0.001f); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.cpp702 // when the component finish it's first layout, so do not trigger the native onSurfaceChanged callback in XComponentSizeChange()
706 // When creating the surface for the first time, needFireNativeEvent = false, other time needFireNativeEvent = true in XComponentSizeChange()
707 // the first time change size no need to resize nativeWindow in XComponentSizeChange()
773 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeRegister()
811 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeDeregister()
/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.cpp548 propName = iter.first; in CreateEnumObject()
579 propName = iter.first; in CreateEnumInt64Object()
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp241 data.WriteString(static_cast<std::string>(it->first)); in SetExtraParameters()
526 data.WriteInt32(static_cast<int32_t>(it->first)); in UpdateActiveDevicesRoute()
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp112 mostAppUid = iter->first > mostAppUid ? iter->first : mostAppUid; in CheckMaxRendererInstances()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_base_render_util.cpp64 using Offset = std::pair<uint8_t, uint8_t>; // first: offsetSrc; second: offsetDst
671 if (len.first == 0 || len.second == 0) {
674 offsetSrc += len.first;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp1164 // reset dirty rect as mirrored wired screen size when first time connection or matrix changed in CalculateVirtualDirtyForWiredScreen()
1458 std::stable_sort(drawables.begin(), drawables.end(), [](const auto& first, const auto& second) -> bool { in AdjustZOrderAndDrawSurfaceNode()
1459 auto firstDrawable = std::static_pointer_cast<RSSurfaceRenderNodeDrawable>(first); in AdjustZOrderAndDrawSurfaceNode()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Dexif_info.cpp416 exifTags_.EnsureInsert(i->first, DEFAULT_EXIF_VALUE); in EXIFInfo()
2055 tag = find_item->first; in GetExifTagByName()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp1062 auto ret = mediaFileExtAbility->ListFile(dirInfo, limit.first, limit.second, filter, dirFileList); in ListFileTestLimit()
1064 EXPECT_EQ(dirFileList.size(), min((DIR_RESULT - limit.first), limit.second)); in ListFileTestLimit()
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner_db.cpp517 if (path.find(iter.first) != string::npos) { in GetOprnObjectFromPath()
606 MEDIA_ERR_LOG("failed to go to first row"); in GetFileSet()
909 dataType = itr->second.first; in ExtractMetaFromColumn()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp384 napi_create_string_utf8(mapRef->env_, item.first.c_str(), NAPI_AUTO_LENGTH, &jsUuid);
431 CommonNapi::SetPropertyInt32(propertyIntRef->env_, args[0], it.first, it.second);
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/
H A Djs_display_manager.cpp451 napi_strict_equals(env, jsListenerObject, iter.first->GetNapiValue(), &isEquals); in IfCallbackRegistered()
510 napi_strict_equals(env, value, it->first->GetNapiValue(), &isEquals); in UnRegisterDisplayListenerWithType()
/foundation/window/window_manager/test/systemtest/dms/
H A Dscreen_manager_test.cpp298 if (virtualScreenId == pair.first) { in CheckScreenGroupState()
299 ASSERT_EQ(virtualScreenId, pair.first); in CheckScreenGroupState()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp771 return item.first == abilityToken && item.second == displayId; in AddDisplayIdFromAms()
794 return item.first == abilityToken; in RemoveDisplayIdFromAms()
/foundation/window/window_manager/interfaces/kits/napi/screen_runtime/napi/
H A Djs_screen_manager.cpp208 napi_strict_equals(env, jsListenerObject, iter.first->GetNapiValue(), &isEquals); in IfCallbackRegistered()
283 napi_strict_equals(env, value, it->first->GetNapiValue(), &isEquals); in UnRegisterScreenListenerWithType()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor_test.cpp138 return value.first; in InjectData()
161 return value.first; in InjectData()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp854 std::string ifaceName = it.first; in ClearStaInfo()
862 std::string ifaceName = it.first; in ClearApInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp990 if (ret.first.empty()) { in DoSyncInOrder()
994 auto status = DoSyncBegin(ret.first, meta, info, complete, type); in DoSyncInOrder()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp470 ASSERT_EQ(process.begin()->first, DEVICE_CLOUD); in GetCallback()
495 auto real = syncProcess.tableProcess.find(expect.first); in GetCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1343 (void)handle->Rollback(); // Keep the error code of the first scene in SaveSyncItems()
1806 std::string storeDir = storeIdentDir + item.first; in GetKvDBSize()
1807 std::string storeOnlyDir = storeOnlyIdentDir + item.first; in GetKvDBSize()
1871 (void)handle->Rollback(); // Keep the error code of the first scene in SaveSyncItemsInCacheMode()
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1668 dmServiceImpl_->HandleIdentAccountLogout(item.first, userId, accountId); in HandleAccountLogout()
1669 peerUdids.emplace_back(item.first); in HandleAccountLogout()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp549 result.errCode = errCodeTable.at(result.errCode).first; in TranslateResult()
1389 if (column == it.first) { in ConvertColumn()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp1324 res.push_back(iter->second.first); in GetChildren()
1367 screenGroupInfo->children_.push_back(iter->first); in ConvertToScreenGroupInfo()

Completed in 68 milliseconds

1...<<221222223224225226227228229230>>...248