Home
last modified time | relevance | path

Searched refs:GetLevel (Results 1 - 25 of 35) sorted by relevance

12

/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;
/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;
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_slot_test.cpp111 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F()
156 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F()
202 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F()
247 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F()
296 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_LOW, spSlot->GetLevel()); in HWTEST_F()
325 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_HIGH, slot.GetLevel()); in HWTEST_F()
342 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_DEFAULT, slot.GetLevel()); in HWTEST_F()
359 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_MIN, slot.GetLevel()); in HWTEST_F()
376 EXPECT_EQ(NotificationSlot::NotificationLevel::LEVEL_MIN, slot.GetLevel()); in HWTEST_F()
/base/web/webview/test/fuzztest/ohos_adapter/battery_adapter/getlevel_fuzzer/
H A Dgetlevel_fuzzer.cpp36 batter.GetLevel(); in GetLevelFuzzTest()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dbattery_mgr_client_adapter.h27 virtual double GetLevel() = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_battery_mgr_client_adapter.h29 virtual double GetLevel() = 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()
/base/powermgr/battery_manager/frameworks/napi/include/
H A Dsystem_battery.h59 double GetLevel() const;
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/
H A Dnotificationslot_fuzzer.cpp36 notificationSlot.GetLevel(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/battery_mgr_adapter/include/
H A Dbattery_mgr_client_adapter_impl.h35 double GetLevel() override;
/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
/base/powermgr/thermal_manager/interfaces/inner_api/native/include/
H A Dthermal_mgr_client.h62 void GetLevel(ThermalLevel& level);
/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()
/base/hiviewdfx/hisysevent/test/fuzztest/common/hisyseventmanager_fuzzer/
H A Dhisyseventmanager_fuzzer.cpp44 (void)record.GetLevel(); in HiSysEventRecordTest()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
H A Dhisysevent_record.h45 std::string GetLevel() const;
/base/hiviewdfx/hiview/plugins/privacy_controller/config/
H A Darea_policy.cpp132 std::string levelStr = event->GetLevel(); in IsAllowedLevel()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h143 NotificationLevel GetLevel() const;
/base/web/webview/ohos_adapter/battery_mgr_adapter/src/
H A Dbattery_mgr_client_adapter_impl.cpp23 double WebBatteryInfoImpl::GetLevel() in GetLevel() function in OHOS::NWeb::WebBatteryInfoImpl
/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
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_doc.cpp90 level_ = sysEvent->GetLevel(); in InitWriter()
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_time_rule.h60 int GetLevel(std::string& name);
/base/web/webview/test/unittest/battery_mgr_adapter_impl/
H A Dbattery_mgr_adapter_test.cpp215 EXPECT_FLOAT_EQ(info.GetLevel(), level); in HWTEST_F()
/base/hiviewdfx/hiview/base/include/
H A Dsys_event.h75 std::string GetLevel() const;

Completed in 12 milliseconds

12