Home
last modified time | relevance | path

Searched refs:level1 (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_player_test.cpp254 SLmillibel level1 = 0; in OpenSlTestConcurrent() local
255 (*volumeItf1)->GetMaxVolumeLevel(volumeItf1, &level1); in OpenSlTestConcurrent()
257 level1 = (SLmillibel) (level1 / temp); in OpenSlTestConcurrent()
258 (*volumeItf1)->SetVolumeLevel(volumeItf1, level1); in OpenSlTestConcurrent()
/foundation/ability/ability_runtime/test/unittest/appkit/ohos_application_first_test/
H A Dohos_application_first_test.cpp147 AbilityRuntime::SetLevel level1 = AbilityRuntime::SetLevel::System; in HWTEST_F() local
150 bool result = ohosApplication_->IsUpdateColorNeeded(config, level1); in HWTEST_F()
151 if (level1 < AbilityRuntime::SetLevel::SA && !colorModeIsSetBySa.empty()) { in HWTEST_F()
152 level1 = AbilityRuntime::SetLevel::SA; in HWTEST_F()
157 EXPECT_TRUE(level1 < AbilityRuntime::ApplicationConfigurationManager::GetInstance().GetColorModeSetLevel()); in HWTEST_F()
497 AbilityRuntime::SetLevel level1 = AbilityRuntime::SetLevel::System;
504 EXPECT_FALSE(ohosApplication_->IsUpdateColorNeeded(config, level1));
505 EXPECT_FALSE(ohosApplication_->isUpdateFontSize(config, level1));
506 EXPECT_FALSE(ohosApplication_->IsUpdateLanguageNeeded(config, level1));
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkTheme.js203 this.level1 = ArkResourcesHelper.$r('sys.float.corner_radius_level1');
221 this.level1 = ArkResourcesHelper.$r('sys.float.padding_level1');
485 this.level1 = (_b = corners === null || corners === void 0 ? void 0 : corners.level1) !== null && _b !== void 0 ? _b : baselineCorners.level1;
504 this.level1 = (_b = paddings === null || paddings === void 0 ? void 0 : paddings.level1) !== null && _b !== void 0 ? _b : baselinePaddings.level1;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_security.cpp653 GAP_LeSecMode1Level level1 = static_cast<GAP_LeSecMode1Level>(BleConfig::GetInstance().GetBleModel1Level()); in LePairFeatureReq() local
654 if ((level1 != LE_MODE_1_LEVEL_4) && in LePairFeatureReq()
H A Dble_adapter.cpp208 GAP_LeSecMode1Level level1 = static_cast<GAP_LeSecMode1Level>(BleConfig::GetInstance().GetBleModel1Level()); in InitBtmAndGap() local
210 ret = GAPIF_LeSetSecurityMode(level1, level2); in InitBtmAndGap()

Completed in 10 milliseconds