/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/ |
H A D | events_info.h | 33 BatteryLevel GetBatteryLevel();
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/ |
H A D | workinfo_test.cpp | 252 EXPECT_EQ(workInfo.GetBatteryLevel(), INVALID_VALUE); 254 EXPECT_EQ(workInfo.GetBatteryLevel(), 1); 539 EXPECT_EQ(workInfo.GetBatteryLevel(), workInfoRead->GetBatteryLevel());
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/ |
H A D | telephone_client_service.h | 61 int GetBatteryLevel() in GetBatteryLevel() function
|
H A D | telephone_service.h | 147 int GetBatteryLevel() in GetBatteryLevel() function
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/ |
H A D | events_info.cpp | 105 BatteryLevel EventsInfo::GetBatteryLevel() in GetBatteryLevel() function in OHOS::CameraStandard::DeferredProcessing::EventsInfo
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_remote_device.h | 181 int GetBatteryLevel() const;
|
H A D | classic_remote_device.cpp | 360 int ClassicRemoteDevice::GetBatteryLevel() const in GetBatteryLevel() function in OHOS::bluetooth::ClassicRemoteDevice
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mock_mtp_operation_utils.cpp | 561 property->currentValue->bin_.ui8 = (uint8_t)MtpOperationUtils::GetBatteryLevel(); in GetPropDesc() 607 value->bin_.ui8 = (uint8_t)MtpOperationUtils::GetBatteryLevel(); in GetPropValue() 678 int32_t MtpOperationUtils::GetBatteryLevel() in GetBatteryLevel() function in OHOS::Media::MtpOperationUtils
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/include/ |
H A D | work_info.h | 195 int32_t GetBatteryLevel();
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/ |
H A D | mtp_operation_utils.h | 64 static int32_t GetBatteryLevel();
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.h | 194 int GetBatteryLevel();
|
H A D | hfp_ag_system_event_processer.cpp | 301 int battery = systemInterface_.GetBatteryLevel(); in GetAgIndicator()
|
H A D | hfp_ag_system_interface.cpp | 363 int HfpAgSystemInterface::GetBatteryLevel() in GetBatteryLevel() function in OHOS::bluetooth::HfpAgSystemInterface
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 355 int32_t batteryLevel = workInfo.GetBatteryLevel(); in OnWorkStart() 407 int32_t batteryLevel = workInfo.GetBatteryLevel(); in OnWorkStop()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_file_observer.cpp | 170 if (LOW_BATTERY >= battery->GetBatteryLevel()) { in SendBattery()
|
H A D | mtp_operation_utils.cpp | 859 property->currentValue->bin_.ui8 = (uint8_t)MtpOperationUtils::GetBatteryLevel(); in GetPropDesc() 905 value->bin_.ui8 = (uint8_t)MtpOperationUtils::GetBatteryLevel(); in GetPropValue() 998 int32_t MtpOperationUtils::GetBatteryLevel() in GetBatteryLevel() function in OHOS::Media::MtpOperationUtils
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.cpp | 254 cwork.batteryLevel = workInfo->GetBatteryLevel(); in ParseWorkInfo()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 496 if (workInfo->GetBatteryLevel() >= 0) { in GetConditionInfo() 498 napi_create_int32(env, workInfo->GetBatteryLevel(), &napiBatteryLevel); in GetConditionInfo()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/strategy/ |
H A D | video_strategy_center.cpp | 135 std::make_shared<VideoBatteryLevelState>(EventsInfo::GetInstance().GetBatteryLevel())}); in InitScheduleState()
|
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/ |
H A D | work_info.cpp | 226 int32_t WorkInfo::GetBatteryLevel() in GetBatteryLevel() function in OHOS::WorkScheduler::WorkInfo
|