Home
last modified time | relevance | path

Searched refs:StopAll (Results 1 - 9 of 9) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_startable_controller.h36 * startables are affected by a control operation such as StartAll or StopAll.
72 virtual bool StopAll(ControlBehavior behavior) = 0;
100 bool StopAll() in StopAll() function in IStartableController
102 return StopAll(ControlBehavior::CONTROL_AUTOMATIC); in StopAll()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dstartable_object_controller.h55 bool StopAll(ControlBehavior behavior) override;
H A Dstartable_object_controller.cpp90 StopAll(ControlBehavior::CONTROL_AUTOMATIC); in SetTarget()
116 bool StartableObjectController::StopAll(ControlBehavior behavior) in StopAll() function in StartableObjectController
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp38 void Service::StopAll(const wptr<IRemoteObject> &obj, bool force) {} in StopAll() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp885 * @tc.desc: 测试 StopAll 接口
898 servicePtr_->StopAll(nullptr, true); in HWTEST_F()
901 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by StopAll."; in HWTEST_F()
909 * @tc.desc: 测试 StopAll 接口
922 servicePtr_->StopAll(nullptr, true); in HWTEST_F()
925 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by StopAll."; in HWTEST_F()
933 * @tc.desc: 测试 StopAll 接口
946 servicePtr_->StopAll(nullptr, false); in HWTEST_F()
949 GTEST_LOG_(INFO) << "ServiceTest-an exception occurred by StopAll."; in HWTEST_F()
957 * @tc.desc: 测试 StopAll 接口
[all...]
H A Dservice_incremental_test.cpp42 void Service::StopAll(const wptr<IRemoteObject> &obj, bool force) {} in StopAll() function in OHOS::FileManagement::Backup::Service
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp138 StopAll(nullptr, true); in OnStart()
210 void Service::StopAll(const wptr<IRemoteObject> &obj, bool force) in StopAll() function in OHOS::FileManagement::Backup::Service
316 StopAll(nullptr, true); in InitRestoreSession()
342 StopAll(nullptr, true); in InitBackupSession()
1172 StopAll(nullptr, true); in ClearSessionAndSchedInfo()
1421 StopAll(nullptr, true); in SessionDeactive()
H A Dservice_incremental.cpp271 StopAll(nullptr, true); in InitIncrementalBackupSession()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h99 void StopAll(const wptr<IRemoteObject> &obj, bool force = false);

Completed in 11 milliseconds