Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/services_daemon/
H A Dcloud_daemon_test.cpp38 std::shared_ptr<CloudDaemon> cloudDaemon_; member in OHOS::FileManagement::CloudFile::Test::CloudDaemonTest
55 cloudDaemon_ = std::make_shared<CloudDaemon>(saID, runOnCreate); in SetUp()
74 cloudDaemon_->state_ = ServiceRunningState::STATE_NOT_START;
75 cloudDaemon_->registerToService_ = false;
76 cloudDaemon_->OnStop();
95 cloudDaemon_->state_ = ServiceRunningState::STATE_RUNNING;
96 cloudDaemon_->OnStart();
115 cloudDaemon_->state_ = ServiceRunningState::STATE_NOT_START;
116 cloudDaemon_->OnStart();