Searched refs:StopAll (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_startable_controller.h | 72 virtual bool StopAll(ControlBehavior behavior) = 0; 100 bool StopAll() in StopAll() function 102 return StopAll(ControlBehavior::CONTROL_AUTOMATIC); in StopAll()
|
/ohos5.0/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
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | service_test.cpp | 896 servicePtr_->StopAll(nullptr, true); 920 servicePtr_->StopAll(nullptr, true); 944 servicePtr_->StopAll(nullptr, false); 968 servicePtr_->StopAll(nullptr, false); 993 servicePtr_->StopAll(obj, false);
|
/ohos5.0/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
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 247 StopAll(nullptr, true); in OnStart() 316 void Service::StopAll(const wptr<IRemoteObject> &obj, bool force) in StopAll() function in OHOS::FileManagement::Backup::Service 451 StopAll(nullptr, true); in InitRestoreSession() 482 StopAll(nullptr, true); in InitBackupSession() 1279 StopAll(nullptr, true); in ClearSessionAndSchedInfo() 1529 StopAll(nullptr, true); in SessionDeactive()
|
H A D | service_incremental.cpp | 298 StopAll(nullptr, true); in InitIncrementalBackupSession()
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | service.h | 104 void StopAll(const wptr<IRemoteObject> &obj, bool force = false);
|