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:SetDelegate
(Results
1 - 25
of
38
) sorted by relevance
1
2
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
capability_registry.cpp
28
ClipboardProxy::GetInstance()->
SetDelegate
(std::make_unique<ClipboardProxyImpl>());
in Register()
29
StorageProxy::GetInstance()->
SetDelegate
(std::make_unique<StorageProxyImpl>());
in Register()
30
EnvironmentProxy::GetInstance()->
SetDelegate
(std::make_unique<EnvironmentProxyImpl>());
in Register()
/foundation/arkui/ace_engine/test/unittest/core/common/vibrator/
H
A
D
vibrator_test.cpp
48
* @tc.steps: step1. callback
SetDelegate
in HWTEST_F()
51
vibratorProxy.
SetDelegate
(nullptr);
in HWTEST_F()
67
vibratorProxy.
SetDelegate
(std::move(mockVibratorProxy));
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/common/clipboard/
H
A
D
clipboard_test.cpp
63
ClipboardProxy::GetInstance()->
SetDelegate
(nullptr);
in HWTEST_F()
87
ClipboardProxy::GetInstance()->
SetDelegate
(std::make_unique<MockClipboardProxyImpl>());
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/common/environment/
H
A
D
environment_test.cpp
68
EnvironmentProxy::GetInstance()->
SetDelegate
(nullptr);
in HWTEST_F()
86
EnvironmentProxy::GetInstance()->
SetDelegate
(std::make_unique<MockEnvironmentProxyImpl>());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H
A
D
rich_text_component.cpp
73
renderRichText->
SetDelegate
(delegate_);
in CreateRenderNode()
85
elementNode->
SetDelegate
(delegate_);
in CreateElement()
H
A
D
rich_text_element.h
32
void
SetDelegate
(const RefPtr<RichTextDelegate>& delegate)
in SetDelegate()
function in OHOS::Ace::RichTextElement
H
A
D
render_rich_text.h
41
void
SetDelegate
(const RefPtr<RichTextDelegate>& delegate)
in SetDelegate()
function in OHOS::Ace::RenderRichText
/foundation/arkui/ace_engine/test/unittest/core/common/storage/
H
A
D
storage_test.cpp
66
* @tc.steps: step1. call the
SetDelegate
with null.
in HWTEST_F()
70
StorageProxy::GetInstance()->
SetDelegate
(nullptr);
in HWTEST_F()
107
* @tc.steps: step1. call the
SetDelegate
with not null.
in HWTEST_F()
111
StorageProxy::GetInstance()->
SetDelegate
(std::make_unique<MockStorageProxyImpl>());
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/common/font/
H
A
D
font_platform_proxy.cpp
26
void FontPlatformProxy::
SetDelegate
(std::unique_ptr<FontPlatformInterface>&& delegate)
in SetDelegate()
function in OHOS::Ace::FontPlatformProxy
H
A
D
font_platform_proxy.h
30
void
SetDelegate
(std::unique_ptr<FontPlatformInterface>&& delegate);
/foundation/arkui/ace_engine/frameworks/core/common/vibrator/
H
A
D
vibrator_proxy.cpp
24
void VibratorProxy::
SetDelegate
(std::unique_ptr<VibratorInterface>&& delegate)
in SetDelegate()
function in OHOS::Ace::VibratorProxy
H
A
D
vibrator_proxy.h
29
void
SetDelegate
(std::unique_ptr<VibratorInterface>&& delegate);
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H
A
D
text_input_proxy.h
30
void
SetDelegate
(std::unique_ptr<TextInput>&& delegate);
H
A
D
text_input_proxy.cpp
24
void TextInputProxy::
SetDelegate
(std::unique_ptr<TextInput>&& delegate)
in SetDelegate()
function in OHOS::Ace::TextInputProxy
/foundation/arkui/ace_engine/frameworks/core/common/clipboard/
H
A
D
clipboard_proxy.h
31
void
SetDelegate
(std::unique_ptr<ClipboardInterface>&& delegate);
H
A
D
clipboard_proxy.cpp
34
void ClipboardProxy::
SetDelegate
(std::unique_ptr<ClipboardInterface>&& delegate)
in SetDelegate()
function in OHOS::Ace::ClipboardProxy
/foundation/arkui/ace_engine/frameworks/core/common/environment/
H
A
D
environment_proxy.h
30
void
SetDelegate
(std::unique_ptr<EnvironmentInterface>&& delegate);
H
A
D
environment_proxy.cpp
35
void EnvironmentProxy::
SetDelegate
(std::unique_ptr<EnvironmentInterface>&& delegate)
in SetDelegate()
function in OHOS::Ace::EnvironmentProxy
/foundation/arkui/napi/module_manager/
H
A
D
module_load_checker.h
55
void
SetDelegate
(const std::shared_ptr<ModuleCheckerDelegate>& moduleCheckerDelegate);
H
A
D
module_load_checker.cpp
42
void ModuleLoadChecker::
SetDelegate
(const std::shared_ptr<ModuleCheckerDelegate>& moduleCheckerDelegate)
in SetDelegate()
function in ModuleLoadChecker
/foundation/arkui/ace_engine/frameworks/core/common/storage/
H
A
D
storage_proxy.h
27
void
SetDelegate
(std::unique_ptr<StorageInterface>&& delegate);
H
A
D
storage_proxy.cpp
31
void StorageProxy::
SetDelegate
(std::unique_ptr<StorageInterface>&& delegate)
in SetDelegate()
function in OHOS::Ace::StorageProxy
/foundation/arkui/ace_engine/frameworks/core/components/web/
H
A
D
web_component.cpp
68
renderWeb->
SetDelegate
(delegate_);
in CreateRenderNode()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/overdraw/
H
A
D
rs_overdraw_controller.h
40
void
SetDelegate
(const std::shared_ptr<RSDelegate> &delegate);
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H
A
D
trigger_connector_internal_validation.cpp
83
moduleValidation->
SetDelegate
(delegate);
in GetModule()
Completed in 6 milliseconds
1
2