Home
last modified time | relevance | path

Searched refs:Ref (Results 1 – 25 of 132) sorted by relevance

123456

/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H A Drequest.cpp128 return RequestCast::Ref(this).GetRequestId(); in GetRequestId()
133 RequestCast::Ref(this).SetRequestId(requestId); in SetRequestId()
138 return RequestCast::Ref(this).GetOperationId(); in GetOperationId()
143 RequestCast::Ref(this).SetOperationId(operationId); in SetOperationId()
148 return RequestCast::Ref(this).GetClientUid(); in GetClientUid()
153 RequestCast::Ref(this).SetClientUid(clientUid); in SetClientUid()
158 return RequestCast::Ref(this).GetTransactionId(); in GetTransactionId()
168 return RequestCast::Ref(this).GetAlgoPluginType(); in GetAlgoPluginType()
173 RequestCast::Ref(this).SetAlgoPluginType(type); in SetAlgoPluginType()
178 return RequestCast::Ref(this).GetMsg(); in GetMsg()
[all …]
H A Dresponse.cpp144 return ResponseCast::Ref(this).GetRequestId(); in GetRequestId()
149 return ResponseCast::Ref(this).GetTransactionId(); in GetTransactionId()
159 return ResponseCast::Ref(this).GetRetCode(); in GetRetCode()
164 ResponseCast::Ref(this).SetRetCode(retCode); in SetRetCode()
169 return ResponseCast::Ref(this).GetClientUid(); in GetClientUid()
174 ResponseCast::Ref(this).SetClientUid(clientUid); in SetClientUid()
179 return ResponseCast::Ref(this).GetRetDesc(); in GetRetDesc()
184 ResponseCast::Ref(this).SetRetDesc(retDesc); in SetRetDesc()
189 return ResponseCast::Ref(this).GetResult(); in GetResult()
194 ResponseCast::Ref(this).SetResult(result); in SetResult()
[all …]
/ohos5.0/foundation/ai/ai_engine/services/common/platform/event/source/
H A Devent.cpp101 EventCast::Ref(this).Wait(); in Wait()
104 return EventCast::Ref(this).Wait(milliSeconds); in Wait()
109 return EventCast::Ref(this).Signal(); in Signal()
114 return EventCast::Ref(this).Reset(); in Reset()
119 return EventCast::Ref(this).IsSet(); in IsSet()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/semaphore/source/
H A Dsemaphore.cpp86 SemaphoreCast::Ref(this).Wait(); in Wait()
89 return SemaphoreCast::Ref(this).Wait(milliSeconds); in Wait()
94 SemaphoreCast::Ref(this).Signal(); in Signal()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Ddriver_handle.rs28 use crate::util::slab::Ref;
66 ) -> io::Result<Ref<ScheduleIO>> {
119 use crate::util::slab::Ref;
138 ) -> io::Result<Ref<ScheduleIO>> {
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dstack.rs86 type Item = &'a T::Ref;
88 fn next(&mut self) -> Option<&'a T::Ref> { in next() argument
92 .map(|i| T::Ref::from_ptr(OPENSSL_sk_value(self.stack.as_stack(), i) as *mut _)) in next()
130 type Ref = StackRef<T>; typedef
H A Dforeign.rs22 type Ref: ForeignRef<CStruct = Self::CStruct>; typedef
72 type Ref = $borrowed;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs75 pub struct Ref<T> { struct
81 impl<T> Drop for Ref<T> { implementation
90 impl<T> Deref for Ref<T> { implementation
98 unsafe impl<T: Sync> Sync for Ref<T> {} implementation
99 unsafe impl<T: Sync> Send for Ref<T> {} implementation
185 pub unsafe fn allocate(&self) -> Option<(Address, Ref<T>)> { in allocate()
329 unsafe fn allocate(me: &Arc<Page<T>>) -> Option<(Address, Ref<T>)> { in allocate()
428 fn gen_ref(&self, page: &Arc<Page<T>>) -> Ref<T> { in gen_ref()
433 Ref { value } in gen_ref()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dconcrete_base_object.h72 void Ref() override in META_BEGIN_NAMESPACE()
74 ConcreteBase::Ref(); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.h67 void Ref() override; in CORE_BEGIN_NAMESPACE()
88 void Ref() override;
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dshared_obj.h16 struct OBJ_TYPE *(*Ref)(struct OBJ_TYPE * obj); \
62 obj->Ref = Reference##OBJ_TYPE; \
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dfilesystem_api.cpp56 void Ref() override;
91 void Ref() override {} in Ref() function in __anon035da55e0110::FilesystemApi
220 void FileMonitorImpl::Ref() in Ref() function in FileMonitorImpl
/ohos5.0/foundation/ai/ai_engine/services/common/utils/
H A Dinf_cast_impl.h116 static C& Ref(I* p) in Ref() function
121 static const C& Ref(const I* p) in Ref() function
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_router.c94 if (g_dispatchers[dispatcherId]->Ref == NULL) { in RefDispatcherInner()
97 result = g_dispatchers[dispatcherId]->Ref(g_dispatchers[dispatcherId]); in RefDispatcherInner()
465 if (remoteService != NULL && remoteService->Ref != NULL) { in RefRemoteService()
466 service = remoteService->Ref(remoteService); in RefRemoteService()
722 if (g_messageNodes[nodeId] != NULL && g_messageNodes[nodeId]->Ref != NULL) { in RefMessageNode()
723 node = g_messageNodes[nodeId]->Ref(g_messageNodes[nodeId]); in RefMessageNode()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Drefcnt_ptr.h36 ptr->Ref(); in BASE_BEGIN_NAMESPACE()
77 ptr_->Ref(); in BASE_BEGIN_NAMESPACE()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs24 use crate::util::slab::{Address, Ref, Slab};
351 fn allocate_schedule_io_pair(&self) -> io::Result<(Ref<ScheduleIO>, usize)> { in allocate_schedule_io_pair()
384 ) -> io::Result<Ref<ScheduleIO>> { in register_source()
429 ) -> io::Result<Ref<ScheduleIO>> { in register_source()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dbase_object.h131 void Ref() override in META_BEGIN_NAMESPACE()
133 ConcreteBaseClass::Ref(); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Dresource_handle_impl.cpp21 void RenderReferenceCounter::Ref() in RENDER_BEGIN_NAMESPACE()
H A Dresource_handle_impl.h34 void Ref() override; in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dobject_macros.h26 void Ref() override \
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_reference.h24 virtual uint32_t Ref() = 0;
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/napi/include/
H A Dnative_reference_mock.h28 MOCK_METHOD0(Ref, uint32_t());
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/
H A Dnative_reference_mock.h29 MOCK_METHOD0(Ref, uint32_t());
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map_manager.h51 void Ref() in Ref() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine_factory.h38 void Ref() override;

123456