/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_component_unittest.cpp | 61 auto fgColor = StrToColor(specInfo.fgColor); 62 auto bgColor = StrToColor(specInfo.bgColor); 98 specInfo.hasEp = true; 132 specInfo.hasEp = true; 144 specInfo.endPoint = epId; 155 specInfo.endPoint = epId; 297 UxViewInfo info {commonInfo, specInfo}; 301 auto fontColor = StrToColor(specInfo.txtColor); 302 auto bgColor = StrToColor(specInfo.bgColor); 365 UxViewInfo info {commonInfo, specInfo}; [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_query_sync_test.cpp | 215 DataSizeSpecInfo specInfo = {4 * 1024 * 1024, DBConstant::MAX_HPMODE_PACK_ITEM_SIZE}; variable 276 specInfo, token, entries), E_OK); 327 EXPECT_EQ(g_store->GetSyncDataNext(entries, token, specInfo), E_OK); 345 EXPECT_EQ(g_store->GetSyncDataNext(entries, token, specInfo), E_OK); 365 EXPECT_EQ(g_store->GetSyncDataNext(entries, token, specInfo), E_OK); 522 DataSizeSpecInfo specInfo = {MTU_SIZE, maxItemSize}; variable 524 g_store->GetSyncData(queryObj, SyncTimeRange{}, specInfo, token, entries); 529 g_store->GetSyncDataNext(entries, token, specInfo); 570 DataSizeSpecInfo specInfo = {MTU_SIZE, maxItemSize}; variable 572 g_store->GetSyncData(queryObj, SyncTimeRange{}, specInfo, token, entries); [all …]
|
H A D | distributeddb_storage_subscribe_query_test.cpp | 739 DataSizeSpecInfo specInfo = {4 * 1024 * 1024, DBConstant::MAX_HPMODE_PACK_ITEM_SIZE}; variable 742 EXPECT_EQ(store->GetSyncData(queryObj, SyncTimeRange{}, specInfo, token, entries), E_OK);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_parse_util.cpp | 209 SpecInfo& specInfo = modeInfo.specInfos[k]; in GetSpecInfo() local 212 specInfo.specId = originInfo[i]; in GetSpecInfo() 213 GetStreamInfo(originInfo, i + 1, j - 1, specInfo); in GetSpecInfo() 217 …lityParseUtil::GetStreamInfo(int32_t *originInfo, uint32_t start, uint32_t end, SpecInfo &specInfo) in GetStreamInfo() argument 238 specInfo.streamInfos.resize(streamTypeCount); in GetStreamInfo() 241 StreamInfo& streamInfo = specInfo.streamInfos[k]; in GetStreamInfo()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | spirv_cross_helpers_gles.cpp | 56 const auto& specInfo = ((CoreCompiler&)compiler).GetConstants(); in ConstByName() local 57 for (auto& c : specInfo) { in ConstByName() 70 const auto& specInfo = compiler.get_specialization_constants(); in SpecConstByName() local 71 for (const auto& c : specInfo) { in SpecConstByName() 369 const auto& specInfo = compiler.get_specialization_constants(); in CreateSpecInfos() local 370 for (const auto& c : specInfo) { in CreateSpecInfos()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability_parse_util.h | 102 … static void GetStreamInfo(int32_t* originInfo, uint32_t start, uint32_t end, SpecInfo& specInfo);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
H A D | metadata_common_utils.cpp | 70 for (SpecInfo& specInfo : specInfos) { in GetSupportedPreviewSizeRangeFromProfileLevel() 71 for (StreamInfo& streamInfo : specInfo.streamInfos) { in GetSupportedPreviewSizeRangeFromProfileLevel()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_preconfig.cpp | 126 for (SpecInfo& specInfo : specInfos) { in FindMaxDetailInfoFromProfileLevel() 127 for (StreamInfo& streamInfo : specInfo.streamInfos) { in FindMaxDetailInfoFromProfileLevel()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/ |
H A D | camera_manager.cpp | 1632 for (SpecInfo& specInfo : specInfos) { in ParseProfileLevel() 1633 MEDIA_INFO_LOG("modeName: %{public}d specId: %{public}d", modeName, specInfo.specId); in ParseProfileLevel() 1634 for (StreamInfo& streamInfo : specInfo.streamInfos) { in ParseProfileLevel() 1635 CreateProfileLevel4StreamType(profilesWrapper, specInfo.specId, streamInfo); in ParseProfileLevel()
|