Home
last modified time | relevance | path

Searched refs:GetBatteryLevel (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/
H A Devents_info.h33 BatteryLevel GetBatteryLevel();
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp252 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 Dtelephone_client_service.h61 int GetBatteryLevel() in GetBatteryLevel() function
H A Dtelephone_service.h147 int GetBatteryLevel() in GetBatteryLevel() function
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/event_monitor/
H A Devents_info.cpp105 BatteryLevel EventsInfo::GetBatteryLevel() in GetBatteryLevel() function in OHOS::CameraStandard::DeferredProcessing::EventsInfo
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_remote_device.h181 int GetBatteryLevel() const;
H A Dclassic_remote_device.cpp360 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 Dmock_mtp_operation_utils.cpp561 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 Dwork_info.h195 int32_t GetBatteryLevel();
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h64 static int32_t GetBatteryLevel();
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.h194 int GetBatteryLevel();
H A Dhfp_ag_system_event_processer.cpp301 int battery = systemInterface_.GetBatteryLevel(); in GetAgIndicator()
H A Dhfp_ag_system_interface.cpp363 int HfpAgSystemInterface::GetBatteryLevel() in GetBatteryLevel() function in OHOS::bluetooth::HfpAgSystemInterface
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp355 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 Dmtp_file_observer.cpp170 if (LOW_BATTERY >= battery->GetBatteryLevel()) { in SendBattery()
H A Dmtp_operation_utils.cpp859 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 Dwork_scheduler_ffi.cpp254 cwork.batteryLevel = workInfo->GetBatteryLevel(); in ParseWorkInfo()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp496 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 Dvideo_strategy_center.cpp135 std::make_shared<VideoBatteryLevelState>(EventsInfo::GetInstance().GetBatteryLevel())}); in InitScheduleState()
/ohos5.0/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp226 int32_t WorkInfo::GetBatteryLevel() in GetBatteryLevel() function in OHOS::WorkScheduler::WorkInfo