Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/services/deferred_processing_service/include/event_monitor/
H A Devents_info.h33 BatteryLevel GetBatteryLevel();
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_client_service.h61 int GetBatteryLevel() in GetBatteryLevel() function in stub::TelePhoneClientService
H A Dtelephone_service.h147 int GetBatteryLevel() in GetBatteryLevel() function in stub::TelephoneService
/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
110 DP_INFO_LOG("GetBatteryLevel: %{public}d", capacity); in GetBatteryLevel()
/foundation/resourceschedule/work_scheduler/frameworks/test/unittest/src/
H A Dworkinfo_test.cpp252 EXPECT_EQ(workInfo.GetBatteryLevel(), INVALID_VALUE); in HWTEST_F()
254 EXPECT_EQ(workInfo.GetBatteryLevel(), 1); in HWTEST_F()
539 EXPECT_EQ(workInfo.GetBatteryLevel(), workInfoRead->GetBatteryLevel()); in HWTEST_F()
/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
/foundation/resourceschedule/work_scheduler/frameworks/include/
H A Dwork_info.h195 int32_t GetBatteryLevel();
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/
H A Dmtp_operation_utils.h61 static int32_t GetBatteryLevel();
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_file_observer.cpp91 if (LOW_BATTERY >= battery->GetBatteryLevel()) { in SendBattery()
H A Dmtp_operation_utils.cpp688 property->currentValue->bin_.ui8 = (uint8_t)MtpOperationUtils::GetBatteryLevel(); in GetPropDesc()
734 value->bin_.ui8 = (uint8_t)MtpOperationUtils::GetBatteryLevel(); in GetPropValue()
803 int32_t MtpOperationUtils::GetBatteryLevel() in GetBatteryLevel() function in OHOS::Media::MtpOperationUtils
/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
/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
/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()
/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()
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp254 cwork.batteryLevel = workInfo->GetBatteryLevel(); in ParseWorkInfo()
/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()
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dwork_info.cpp226 int32_t WorkInfo::GetBatteryLevel() in GetBatteryLevel() function in OHOS::WorkScheduler::WorkInfo

Completed in 16 milliseconds