Home
last modified time | relevance | path

Searched refs:GetLevel (Results 1 – 25 of 61) sorted by relevance

123

/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp111 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel());
156 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel());
202 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel());
247 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel());
296 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel());
325 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_HIGH, slot.GetLevel());
342 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_DEFAULT, slot.GetLevel());
359 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_MIN, slot.GetLevel());
376 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_MIN, slot.GetLevel());
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_battery_info_wrapper.cpp22 double ArkBatteryInfoWrapper::GetLevel() in GetLevel() function in OHOS::ArkWeb::ArkBatteryInfoWrapper
24 return ctocpp_->GetLevel(); in GetLevel()
H A Dark_battery_info_wrapper.h31 double GetLevel() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_battery_info_impl.cpp24 double ArkBatteryInfoImpl::GetLevel() in GetLevel() function in OHOS::ArkWeb::ArkBatteryInfoImpl
26 return real_->GetLevel(); in GetLevel()
H A Dark_battery_info_impl.h29 double GetLevel() override;
/ohos5.0/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_dump_utils.cpp45 auto level = GetLevel(dumpIdx); in AddInfo()
119 auto level = GetLevel(iter.first); in GetDumpString()
132 uint32_t AVCodecDumpControler::GetLevel(const uint32_t dumpIdx) in GetLevel() function in OHOS::MediaAVCodec::AVCodecDumpControler
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/utils/
H A Dlogger.cpp101 std::cout << GetLevelStr(logger.GetLevel()) << " "; in OutputByStdout()
118 std::cerr << GetLevelStr(logger.GetLevel()) << " "; in OutputByStderr()
147 ofs << GetLevelStr(logger.GetLevel()) << " "; in OutputByFileLog()
296 enum Logger::LOG_LEVEL Logger::GetLevel() const in GetLevel() function in OHOS::Rosen::TextEngine::Logger
H A Dexlog.cpp55 if (algnlogger.GetLevel() != Logger::LOG_LEVEL::DEBUG) { in ExTime()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp65 if (val->GetLevel() == AccountDelegate::Observer::LevelType::HIGH) { in NotifyAccountChanged()
71 if (val->GetLevel() == AccountDelegate::Observer::LevelType::LOW) { in NotifyAccountChanged()
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp50 return OHOS::HiviewDFX::StringUtil::CreateCString(&recordStruct.level, recordObj.GetLevel()); in ConvertLevel()
112 HILOG_ERROR(LOG_CORE, "Failed to convert level=%{public}s", recordObj.GetLevel().c_str()); in ConvertRecord()
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dsystem_battery.cpp65 NAPI_CALL(env, napi_create_double(env, batteryInfo_.GetLevel(), &level)); in CreateResponse()
144 batteryInfo_.GetLevel(), batteryInfo_.IsCharging()); in SuccessCallback()
207 double SystemBattery::BatteryInfo::GetLevel() const in GetLevel() function in SystemBattery::BatteryInfo
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp171 void ThermalMgrClient::GetLevel(ThermalLevel& level) in GetLevel() function in OHOS::PowerMgr::ThermalMgrClient
196 GetLevel(level); in GetThermalLevel()
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/getlevel_fuzzer/
H A Dgetlevel_fuzzer.cpp36 batter.GetLevel(); in GetLevelFuzzTest()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dbattery_mgr_client_adapter.h27 virtual double GetLevel() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_battery_mgr_client_adapter.h29 virtual double GetLevel() = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_account_observer.h51 LevelType GetLevel() override in GetLevel() function
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Daac_audio_config_parser.h36 uint32_t GetLevel() const;
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_rule.cpp318 int level1 = GetLevel(key1); in CompareLevel()
319 int level2 = GetLevel(key2); in CompareLevel()
328 int DateTimeRule::GetLevel(std::string& name) in GetLevel() function in OHOS::Global::I18n::DateTimeRule
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_dump_utils.h37 uint32_t GetLevel(const uint32_t dumpIdx);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_depacketizer.h45 info.level = header_.GetLevel(); in GetFrameInfo()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp36 notificationSlot.GetLevel(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/web/webview/ohos_adapter/battery_mgr_adapter/include/
H A Dbattery_mgr_client_adapter_impl.h35 double GetLevel() override;
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/include/
H A Dsystem_battery.h59 double GetLevel() const;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Duser_delegate.h51 LevelType GetLevel() override in GetLevel() function
/ohos5.0/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_mgr_client.h62 void GetLevel(ThermalLevel& level);

123