Searched refs:cloudDaemon_ (Results 1 – 1 of 1) sorted by relevance
38 std::shared_ptr<CloudDaemon> cloudDaemon_; member in OHOS::FileManagement::CloudFile::Test::CloudDaemonTest55 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();