/ohos5.0/foundation/ai/ai_engine/services/common/protocol/data_channel/source/ |
H A D | request.cpp | 128 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 D | response.cpp | 144 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 D | event.cpp | 101 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 D | semaphore.cpp | 86 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 D | driver_handle.rs | 28 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 D | stack.rs | 86 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 D | foreign.rs | 22 type Ref: ForeignRef<CStruct = Self::CStruct>; typedef 72 type Ref = $borrowed;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slab.rs | 75 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 D | concrete_base_object.h | 72 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 D | performance_data_manager.h | 67 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 D | shared_obj.h | 16 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 D | filesystem_api.cpp | 56 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 D | inf_cast_impl.h | 116 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 D | message_router.c | 94 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 D | refcnt_ptr.h | 36 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 D | driver.rs | 24 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 D | base_object.h | 131 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 D | resource_handle_impl.cpp | 21 void RenderReferenceCounter::Ref() in RENDER_BEGIN_NAMESPACE()
|
H A D | resource_handle_impl.h | 34 void Ref() override; in RENDER_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | object_macros.h | 26 void Ref() override \
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_reference.h | 24 virtual uint32_t Ref() = 0;
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/napi/include/ |
H A D | native_reference_mock.h | 28 MOCK_METHOD0(Ref, uint32_t());
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/mock/ |
H A D | native_reference_mock.h | 29 MOCK_METHOD0(Ref, uint32_t());
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map_manager.h | 51 void Ref() in Ref() function
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ |
H A D | engine_factory.h | 38 void Ref() override;
|