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:interfaces
(Results
1 - 18
of
18
) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/hyper_graphic_manager/src/
H
A
D
hyper_graphic_manager_napi.cpp
32
thread_local static RSInterfaces&
interfaces
= RSInterfaces::GetInstance();
member
54
interfaces
.SetRefreshRateMode(mode);
in SetRefreshRateMode()
64
defaultRateMode =
interfaces
.GetCurrentRefreshRateMode();
in GetCurrentRefreshRateMode()
97
std::vector<int32_t> currentRates =
interfaces
.GetScreenSupportedRefreshRates(id);
in GetScreenSupportedRefreshRates()
119
int32_t enable = static_cast<int32_t>(
interfaces
.GetShowRefreshRateEnabled());
in GetShowRefreshRateEnabled()
145
interfaces
.SetShowRefreshRateEnabled(enable);
in SetShowRefreshRateEnabled()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H
A
D
content_object.h
48
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
)
in SetRequiredInterfaces()
argument
50
return META_API_CACHED_INTERFACE(RequiredInterfaces)->SetRequiredInterfaces(
interfaces
);
in SetRequiredInterfaces()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H
A
D
content_object.h
32
* class implements
interfaces
from ObjectFwd and IContent.
53
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) override
56
return req ? req->SetRequiredInterfaces(
interfaces
) : false;
H
A
D
object_factory.h
89
static auto
interfaces
= FinalClass::GetStaticInterfaces();
variable
90
return
interfaces
;
H
A
D
object_container.h
114
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) override
116
return META_EXT_CALL_BASE(IRequiredInterfaces, SetRequiredInterfaces(
interfaces
));
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H
A
D
wifi_config_info.cpp
116
auto
interfaces
= GetInterfaceInfoArray();
in GetInterfaceInfo()
local
117
for (const auto &interface :
interfaces
) {
in GetInterfaceInfo()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H
A
D
intf_required_interfaces.h
33
* implementer to implement a set of
interfaces
.
42
* @param
interfaces
List of
interfaces
an object handled by the implementer must to implement.
49
* @note The implementer may also opt to not allow changes to the required
interfaces
, in such cases
53
virtual bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) = 0;
55
* @brief Returns the list of
interfaces
required by the implementer.
H
A
D
interface_helpers.h
268
* @brief Check if list of
interfaces
(or their base classes) contains ILifecycle
346
static constexpr auto
interfaces
= META_NS::GetInterfaces<IntroduceInterfaces, Interfaces...>();
347
return
interfaces
;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H
A
D
content_object.cpp
102
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) override
106
requiredInterfaces_ =
interfaces
;
H
A
D
attachment_container.h
54
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) override;
H
A
D
metadata.h
100
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) override;
H
A
D
attachment_container.cpp
80
bool AttachmentContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
)
in SetRequiredInterfaces()
argument
82
CORE_LOG_E("Setting the required
interfaces
of an attachment container is not allowed.");
in SetRequiredInterfaces()
H
A
D
metadata.cpp
293
bool MetadataPropertyContainer::SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
)
in SetRequiredInterfaces()
argument
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H
A
D
conn_manager.cpp
388
std::string
interfaces
= TAB + "
interfaces
: {";
in GetDumpInfos()
390
interfaces
.append(interface + ", ");
in GetDumpInfos()
392
infos.append(
interfaces
+ "}\n");
in GetDumpInfos()
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H
A
D
container_base.h
63
bool SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
) override;
H
A
D
container_base.cpp
300
bool ContainerBase::SetRequiredInterfaces(const BASE_NS::vector<TypeId>&
interfaces
)
in SetRequiredInterfaces()
argument
303
required_ =
interfaces
;
in SetRequiredInterfaces()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H
A
D
graphics_context.cpp
211
InterfaceTypeInfo
interfaces
[4] = {
member
496
for (const auto& info : token->
interfaces
) {
in CreatePlugin3D()
566
for (const auto& info : state->
interfaces
) {
in DestroyPlugin3D()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H
A
D
plugin_registry.cpp
208
vector<InterfaceTypeInfo>
interfaces
= {
in RegisterGlobalInterfaces()
local
250
for (const auto& info :
interfaces
) {
in RegisterGlobalInterfaces()
257
return
interfaces
;
in RegisterGlobalInterfaces()
Completed in 8 milliseconds