Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp104 … (clientSession_->GetSetPathObject() != nullptr && !clientSession_->GetSetPathObject()->IsDone()) { in SetPath()
153 } else if (sendObject->IsDone()) { in HandlePutData()
197 if (!sendObject->IsDone()) { in ProcessSendPutWithSrm()
210 if (sendObject->IsDone()) { in ProcessSendPutWithSrm()
323 if (setPathObject != nullptr && !setPathObject->IsDone()) { in SetPathDataAvailable()
H A Dobex_session.h146 bool IsDone() const;
158 bool IsDone() const;
192 bool IsDone() const;
324 bool IsDone() const;
H A Dobex_session.cpp136 if (!sendObject_->IsDone()) { in ProcessSendSrmResponse()
199 bool ObexSetPathObject::IsDone() const in IsDone() function in OHOS::bluetooth::ObexSetPathObject
278 bool ObexClientSendObject::IsDone() const in IsDone() function in OHOS::bluetooth::ObexClientSendObject
405 bool ObexClientReceivedObject::IsDone() const in IsDone() function in OHOS::bluetooth::ObexClientReceivedObject
603 bool ObexServerSendObject::IsDone() const in IsDone() function in OHOS::bluetooth::ObexServerSendObject
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp98 bool IsDone() const in IsDone() function in __anondcf869ec0110::TaskResult::State
118 bool IsDone() const final in IsDone() function in __anondcf869ec0110::TaskResult
121 return future_->IsDone(); in IsDone()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region_helper.h106 inline bool IsDone() const in IsDone() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/threading/
H A Dintf_thread_pool.h71 virtual bool IsDone() const = 0; in CORE_BEGIN_NAMESPACE()
/ohos5.0/build/hb/services/
H A Dmenu.py30 from prompt_toolkit.filters import IsDone
260 filter=~IsDone()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask.h92 static napi_value IsDone(napi_env env, napi_callback_info cbinfo);
H A Dtask.cpp188 DECLARE_NAPI_FUNCTION(ISDONE_STR, IsDone), in GenerateTask()
905 napi_value Task::IsDone(napi_env env, napi_callback_info cbinfo) in IsDone() function in Commonlibrary::Concurrent::TaskPoolModule::Task
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_occlusion_region.cpp304 } while (!inner.IsDone()); in RegionOpAccelate()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest_taskpool.cpp3809 napi_create_function(env, funcName.c_str(), funcName.size(), Task::IsDone, nullptr, &cb);
3826 napi_create_function(env, funcName.c_str(), funcName.size(), Task::IsDone, nullptr, &cb);