Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_startable_controller.h72 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 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
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp896 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 Dservice_mock.cpp38 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 Dservice.cpp247 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 Dservice_incremental.cpp298 StopAll(nullptr, true); in InitIncrementalBackupSession()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dservice.h104 void StopAll(const wptr<IRemoteObject> &obj, bool force = false);