Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Ref
(Results
1 - 25
of
127
) sorted by relevance
1
2
3
4
5
6
/foundation/ai/ai_engine/services/common/protocol/data_channel/source/
H
A
D
response.cpp
144
return ResponseCast::
Ref
(this).GetRequestId();
in GetRequestId()
149
return ResponseCast::
Ref
(this).GetTransactionId();
in GetTransactionId()
154
ResponseCast::
Ref
(this).SetTransactionId(transactionId);
in SetTransactionId()
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
(thi
in GetResult()
[all...]
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()
163
RequestCast::
Ref
(this).SetTransactionId(transactionId);
in SetTransactionId()
168
return RequestCast::
Ref
(this).GetAlgoPluginType();
in GetAlgoPluginType()
173
RequestCast::
Ref
(thi
in SetAlgoPluginType()
[all...]
/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()
/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()
/foundation/ai/ai_engine/services/common/utils/
H
A
D
inf_cast_impl.h
116
static C&
Ref
(I* p)
in Ref()
function in OHOS::AI::InfCastImpl
121
static const C&
Ref
(const I* p)
in Ref()
function in OHOS::AI::InfCastImpl
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H
A
D
concrete_base_object.h
72
void
Ref
() override
74
ConcreteBase::
Ref
();
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
resource_handle_impl.cpp
21
void RenderReferenceCounter::
Ref
()
in Ref()
function in RenderReferenceCounter
H
A
D
resource_handle_impl.h
34
void
Ref
() override;
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
object_macros.h
26
void
Ref
() override \
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H
A
D
performance_data_manager.h
67
void
Ref
() override;
88
void
Ref
() override;
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H
A
D
refcnt_ptr.h
36
ptr->
Ref
();
in ptr_()
77
ptr_->
Ref
();
/foundation/graphic/graphic_3d/lume/metaobject/test/src/base/
H
A
D
SharedPtrTest.cpp
208
void
Ref
() override
273
object.
Ref
();
in HWTEST_F()
305
object.
Ref
();
in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
filesystem_api.cpp
56
void
Ref
() override;
91
void
Ref
() override {}
220
void FileMonitorImpl::
Ref
()
in Ref()
function in FileMonitorImpl
/foundation/arkui/napi/native_engine/
H
A
D
native_reference.h
24
virtual uint32_t
Ref
() = 0;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H
A
D
task_queue_factory.h
37
void
Ref
() override;
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
pixel_map_manager.h
51
void
Ref
()
in Ref()
function in OHOS::Media::PixelMapManager
/foundation/filemanagement/app_file_service/tests/mock/napi/include/
H
A
D
native_reference_mock.h
28
MOCK_METHOD0(
Ref
, uint32_t());
/foundation/filemanagement/user_file_service/test/unittest/mock/
H
A
D
native_reference_mock.h
29
MOCK_METHOD0(
Ref
, uint32_t());
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H
A
D
engine_factory.h
38
void
Ref
() override;
H
A
D
engine_factory.cpp
69
void EngineFactory::
Ref
() {}
in Ref()
function in EngineFactory
/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H
A
D
frustum_util.h
41
void
Ref
() override;
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H
A
D
intf_interface.h
52
virtual void
Ref
() = 0;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
base_object.h
131
void
Ref
() override
133
ConcreteBaseClass::
Ref
();
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H
A
D
render_data_configuration_loader.h
53
void
Ref
() override;
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H
A
D
system_graph_loader.h
47
void
Ref
() override;
Completed in 6 milliseconds
1
2
3
4
5
6