Searched refs:StopAll (Results 1 - 9 of 9) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_startable_controller.h | 36 * 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 D | startable_object_controller.h | 55 bool StopAll(ControlBehavior behavior) override;
|
H A D | startable_object_controller.cpp | 90 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 D | service_mock.cpp | 38 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 D | service_test.cpp | 885 * @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 D | service_incremental_test.cpp | 42 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 D | service.cpp | 138 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 D | service_incremental.cpp | 271 StopAll(nullptr, true); in InitIncrementalBackupSession()
|
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 99 void StopAll(const wptr<IRemoteObject> &obj, bool force = false);
|
Completed in 10 milliseconds