Home
last modified time | relevance | path

Searched refs:SetChargingStatus (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dbattery_status_test.cpp74 batteryStatus_->SetChargingStatus(true);
94 batteryStatus_->SetChargingStatus(false);
114 batteryStatus_->SetChargingStatus(true);
134 batteryStatus_->SetChargingStatus(false);
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/sync_rule/
H A Dbattery_status_listener.cpp41 BatteryStatus::SetChargingStatus(true); in OnReceiveEvent()
43 BatteryStatus::SetChargingStatus(false); in OnReceiveEvent()
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dbattery_status.h39 static void SetChargingStatus(bool status);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dbattery_status_mock.cpp20 void BatteryStatus::SetChargingStatus(bool status) in SetChargingStatus() function in OHOS::FileManagement::CloudSync::BatteryStatus
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dbattery_status.cpp23 void BatteryStatus::SetChargingStatus(bool status) in SetChargingStatus() function in OHOS::FileManagement::CloudSync::BatteryStatus