Home
last modified time | relevance | path

Searched refs:IsAllowUpload (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/sync_rule/
H A Dbattery_status_test.cpp73 * @tc.desc: Verify the IsAllowUpload function
82 bool ret = batteryStatus_->IsAllowUpload(true); in HWTEST_F()
93 * @tc.desc: Verify the IsAllowUpload function
102 bool ret = batteryStatus_->IsAllowUpload(true); in HWTEST_F()
113 * @tc.desc: Verify the IsAllowUpload function
122 bool ret = batteryStatus_->IsAllowUpload(false); in HWTEST_F()
129 * @tc.desc: Verify the IsAllowUpload function
138 bool ret = batteryStatus_->IsAllowUpload(false); in HWTEST_F()
145 * @tc.desc: Verify the IsAllowUpload function
154 bool ret = batteryStatus_->IsAllowUpload(tru in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dbattery_status_mock.cpp34 bool BatteryStatus::IsAllowUpload(bool forceFlag) in IsAllowUpload() function in OHOS::FileManagement::CloudSync::BatteryStatus
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_file_kit_inner/
H A Dbattery_status.h35 static bool IsAllowUpload(bool forceFlag);
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/sync_rule/
H A Dbattery_status.cpp48 bool BatteryStatus::IsAllowUpload(bool forceFlag) in IsAllowUpload() function in OHOS::FileManagement::CloudSync::BatteryStatus

Completed in 2 milliseconds