/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_battery_info_impl.cpp | 24 double ArkBatteryInfoImpl::GetLevel()
in GetLevel() function in OHOS::ArkWeb::ArkBatteryInfoImpl 26 return real_->GetLevel();
in GetLevel()
|
H A D | ark_battery_info_impl.h | 29 double GetLevel() override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_battery_info_wrapper.cpp | 22 double ArkBatteryInfoWrapper::GetLevel() in GetLevel() function in OHOS::ArkWeb::ArkBatteryInfoWrapper 24 return ctocpp_->GetLevel(); in GetLevel()
|
H A D | ark_battery_info_wrapper.h | 31 double GetLevel() override;
|
/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_slot_test.cpp | 111 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 D | getlevel_fuzzer.cpp | 36 batter.GetLevel(); in GetLevelFuzzTest()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | battery_mgr_client_adapter.h | 27 virtual double GetLevel() = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_battery_mgr_client_adapter.h | 29 virtual double GetLevel() = 0;
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record_convertor.cpp | 50 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 D | system_battery.h | 59 double GetLevel() const;
|
/base/notification/distributed_notification_service/test/fuzztest/notificationslot_fuzzer/ |
H A D | notificationslot_fuzzer.cpp | 36 notificationSlot.GetLevel();
in DoSomethingInterestingWithMyAPI()
|
/base/web/webview/ohos_adapter/battery_mgr_adapter/include/ |
H A D | battery_mgr_client_adapter_impl.h | 35 double GetLevel() override;
|
/base/powermgr/battery_manager/frameworks/napi/src/ |
H A D | system_battery.cpp | 65 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 D | thermal_mgr_client.h | 62 void GetLevel(ThermalLevel& level);
|
/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_client.cpp | 171 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 D | hisyseventmanager_fuzzer.cpp | 44 (void)record.GetLevel(); in HiSysEventRecordTest()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/ |
H A D | hisysevent_record.h | 45 std::string GetLevel() const;
|
/base/hiviewdfx/hiview/plugins/privacy_controller/config/ |
H A D | area_policy.cpp | 132 std::string levelStr = event->GetLevel();
in IsAllowedLevel()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_slot.h | 143 NotificationLevel GetLevel() const;
|
/base/web/webview/ohos_adapter/battery_mgr_adapter/src/ |
H A D | battery_mgr_client_adapter_impl.cpp | 23 double WebBatteryInfoImpl::GetLevel()
in GetLevel() function in OHOS::NWeb::WebBatteryInfoImpl
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/ |
H A D | date_time_rule.cpp | 318 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 D | sys_event_doc.cpp | 90 level_ = sysEvent->GetLevel();
in InitWriter()
|
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/ |
H A D | date_time_rule.h | 60 int GetLevel(std::string& name);
|
/base/web/webview/test/unittest/battery_mgr_adapter_impl/ |
H A D | battery_mgr_adapter_test.cpp | 215 EXPECT_FLOAT_EQ(info.GetLevel(), level); in HWTEST_F()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 75 std::string GetLevel() const;
|