Home
last modified time | relevance | path

Searched refs:Detach (Results 1 - 25 of 102) sorted by relevance

12345

/foundation/ai/ai_engine/services/common/utils/
H A Daie_guard.h40 * Detach the pointer guard.
42 void Detach() in Detach() function in OHOS::AI::PointerGuard
76 * Detach the pointer guard.
78 void Detach() in Detach() function in OHOS::AI::MallocPointerGuard
103 * Detach the array pointer guard.
105 void Detach() in Detach() function in OHOS::AI::ArrayPointerGuard
129 * Detach the point guard.
131 void Detach() in Detach() function in OHOS::AI::ResGuard
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_attach.h70 * @brief Detach an attachment from this object.
74 virtual bool Detach(const IObject::Ptr& attachment) = 0;
75 /** Type helper for Detach */
77 bool Detach(const T& object) in Detach() function in IAttach
79 return Detach(interface_pointer_cast<IObject>(object)); in Detach()
H A Dintf_attachment_container.h84 * @brief See IAttach::Detach()
86 virtual bool Detach(const IObject::Ptr& attachment) = 0;
88 bool Detach(const T& object) in Detach() function in IAttachmentContainer
90 return Detach(interface_pointer_cast<IObject>(object)); in Detach()
/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Dresponse.cpp125 void Response::Detach() in Detach() function in OHOS::AI::Response
197 void IResponse::Detach() in Detach() function in OHOS::AI::IResponse
199 ResponseCast::Ref(this).Detach(); in Detach()
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h73 Detach(); in ~WorkerThread()
142 void Detach() in Detach() function in ffrt::WorkerThread
175 void Detach() in Detach() function in ffrt::WorkerThread
/foundation/ai/ai_engine/services/server/plugin_manager/source/
H A Dplugin.cpp36 void Detach() in Detach() function in OHOS::AI::HandleGuard
104 handleGuard.Detach(); in LoadPluginAlgorithm()
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dheadset_adapter_host_manager.cpp59 int32_t HeadsetAdapterHostManager::Detach() in Detach() function in OHOS::IntellVoiceEngine::HeadsetAdapterHostManager
62 return headsetAdapterProxy1_0_->Detach(); in Detach()
H A Dadapter_host_manager.cpp71 int32_t AdapterHostManager::Detach() in Detach() function in OHOS::IntellVoiceEngine::AdapterHostManager
74 return adapterProxy1_0_->Detach(); in Detach()
H A Dheadset_adapter_host_manager.h29 int32_t Detach() override;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Dvertices.cpp89 std::shared_ptr<Vertices> Vertices::Builder::Detach() in Detach() function in OHOS::Rosen::Drawing::Vertices::Builder
91 return std::make_shared<Vertices>(builderImplPtr_->Detach()); in Detach()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dtimer.h132 * @brief Detach timer, this can be used if you don't want destructor to stop the timer
134 ITaskQueue::Token Detach() in Detach() function in Timer
177 return t.Detach(); in SingleShotTimer()
191 return t.Detach(); in SingleShotTimer()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcanvas_render_context_base.h38 virtual void Detach() = 0;
/foundation/multimodalinput/input/util/common/include/
H A Ddevice_observer.h29 virtual void Detach(std::shared_ptr<IDeviceObserver> observer) = 0;
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/
H A Dcanvas_render_context_base.h36 virtual void Detach() = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dattachment_container.cpp63 return Detach(child); in Remove()
116 if (!current->Detach(attachment)) { in Attach()
132 bool AttachmentContainer::Detach(const IObject::Ptr& attachment) in Detach() function in AttachmentContainer
H A Dobject.cpp60 bool Object::Detach(const IObject::Ptr& attachment) in Detach() function in Internal::Object
63 return attachments_->Detach(attachment); in Detach()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/evloop/src/
H A Devent_impl.cpp36 (void)Detach(false); in EventImpl()
65 (void)Detach(false); in EventImpl()
188 int EventImpl::Detach(bool wait) in Detach() function in DistributedDB::EventImpl
H A Dievent.h45 virtual int Detach(bool wait) = 0;
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_test.cpp44 * @tc.desc: test results of Detach
51 * @tc.steps: step1. Detach in HWTEST_F()
54 RSRenderThread::Instance().Detach(nodeId); in HWTEST_F()
59 * @tc.desc: test results of Detach
66 * @tc.steps: step1. Detach in HWTEST_F()
70 RSRenderThread::Instance().Detach(node.GetId()); in HWTEST_F()
75 * @tc.desc: test results of Detach
316 * @tc.name: Detach
317 * @tc.desc: test results of Detach
321 HWTEST_F(RSRenderThreadTest, Detach, TestSiz
[all...]
/foundation/ai/ai_engine/services/common/protocol/data_channel/include/
H A Dresponse.h138 void Detach();
H A Di_response.h141 void Detach();
/foundation/multimodalinput/input/service/interceptor/test/
H A Dmock.cpp36 void InputDeviceManager::Detach(std::shared_ptr<IDeviceObserver> observer) in Detach() function in OHOS::MMI::InputDeviceManager
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/
H A Dupdate_engine.cpp156 int32_t UpdateEngine::Detach(void) in Detach() function in OHOS::IntellVoiceEngine::UpdateEngine
165 int ret = adapter_->Detach(); in Detach()
H A Dupdate_engine.h33 int32_t Detach(void) override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/
H A Dobject_api.h421 * @brief Detach an attachment from this object.
423 auto& Detach(const META_NS::IObject::Ptr& attachment) in Detach() function in Object
425 META_API_CACHED_INTERFACE(Attach)->Detach(attachment); in Detach()
429 auto& Detach(const T& attachment) in Detach() function in Object
431 return Detach(interface_pointer_cast<IObject>(attachment)); in Detach()
544 FinalClassType& Detach(const META_NS::IAttachment::Ptr& attachment) in Detach() function in Internal::ObjectInterfaceAPI
546 Object::Detach(attachment); in Detach()

Completed in 9 milliseconds

12345