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:SetHandler
(Results
1 - 19
of
19
) sorted by relevance
/foundation/window/window_manager/utils/test/unittest/
H
A
D
surface_reader_test.cpp
72
* @tc.name:
SetHandler
76
HWTEST_F(SurfaceReaderTest,
SetHandler
, Function | SmallTest | Level2)
in HWTEST_F()
79
reader->
SetHandler
(nullptr);
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
text_field_controller.h
33
void
SetHandler
(WeakPtr<Element> element)
in SetHandler()
function in OHOS::Ace::TextFieldController
H
A
D
text_field_element.cpp
58
textField->GetTextFieldController()->
SetHandler
(AceType::WeakClaim(this));
in Update()
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H
A
D
acquire_share_data_callback_stub.h
37
void
SetHandler
(std::shared_ptr<AppExecFwk::EventHandler> handler);
/foundation/window/window_manager/utils/include/
H
A
D
surface_reader.h
36
void
SetHandler
(sptr<SurfaceReaderHandler> handler);
/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H
A
D
custom_efilter.h
54
void
SetHandler
(void *handler)
in SetHandler()
function in OHOS::Media::Effect::CustomEFilter
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
acquire_share_data_callback_stub.cpp
80
void AcquireShareDataCallbackStub::
SetHandler
(std::shared_ptr<AppExecFwk::EventHandler> handler)
in SetHandler()
function in OHOS::AAFwk::AcquireShareDataCallbackStub
/foundation/multimedia/image_effect/frameworks/native/efilter/base/
H
A
D
efilter_factory.cpp
94
static_cast<CustomEFilter *>(efilter.get())->
SetHandler
(handler);
in Create()
/foundation/window/window_manager/test/demo/
H
A
D
demo_snapshot_virtual_screen.cpp
80
surfaceReader.
SetHandler
(surfaceReaderHandler);
in main()
/foundation/window/window_manager/utils/src/
H
A
D
surface_reader.cpp
105
void SurfaceReader::
SetHandler
(sptr<SurfaceReaderHandler> handler)
in SetHandler()
function in OHOS::Rosen::SurfaceReader
/foundation/communication/wifi/wifi/base/state_machine/include/
H
A
D
state_machine.h
55
void
SetHandler
(StateMachineHandler *handler);
/foundation/communication/wifi/wifi/base/state_machine/src/
H
A
D
state_machine.cpp
66
void StateMachine::
SetHandler
(StateMachineHandler *handler)
in SetHandler()
function in OHOS::Wifi::StateMachine
543
pStateMachine->
SetHandler
(nullptr);
in ClearWhenQuit()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H
A
D
bundle_active_core.h
130
* function:
SetHandler
, BundleActiveService call it to set event report handler
133
void
SetHandler
(const std::shared_ptr<BundleActiveReportHandler>& reportHandler);
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.h
287
void
SetHandler
(const WeakPtr<JsAccessibilityManager>& js)
in SetHandler()
function in OHOS::OHOS::Ace::Framework::JsAccessibilityManager::JsInteractionOperation
326
void
SetHandler
(const WeakPtr<JsAccessibilityManager>& js)
in SetHandler()
function in OHOS::OHOS::Ace::Framework::JsAccessibilityManager::WebInteractionOperation
H
A
D
js_accessibility_manager.cpp
4865
interactionOperation->
SetHandler
(WeakClaim(this));
in RegisterWebInteractionOperationAsChildTree()
4983
interactionOperation->
SetHandler
(WeakClaim(this));
in RegisterInteractionOperation()
4991
interactionOperation->
SetHandler
(WeakClaim(this));
in RegisterInteractionOperation()
5012
interactionOperation->
SetHandler
(WeakClaim(this));
in RegisterSubWindowInteractionOperation()
5197
interactionOperation->
SetHandler
(WeakClaim(this));
in RegisterInteractionOperationAsChildTree()
5219
interactionOperation->
SetHandler
(WeakClaim(this));
in RegisterInteractionOperationAsChildTree()
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H
A
D
js_ability_manager.cpp
492
shareDataCallbackStub->
SetHandler
(mainHandler_);
in OnAcquireShareData()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H
A
D
bundle_active_service.cpp
140
bundleActiveCore_->
SetHandler
(reportHandler_);
in InitService()
H
A
D
bundle_active_core.cpp
287
void BundleActiveCore::
SetHandler
(const std::shared_ptr<BundleActiveReportHandler>& reportHandler)
in SetHandler()
function in OHOS::DeviceUsageStats::BundleActiveCore
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_web.cpp
168
void
SetHandler
(const RefPtr<FullScreenExitHandler>& handler)
in SetHandler()
function in OHOS::OHOS::Ace::Framework::JSFullScreenExitHandler
974
void
SetHandler
(const RefPtr<DataResubmitted>& handler)
in SetHandler()
function in OHOS::OHOS::Ace::Framework::JSDataResubmitted
2080
jsFullScreenExitHandler->
SetHandler
(eventInfo.GetHandler());
in FullScreenEnterEventToJSValue()
4285
jsDataResubmitted->
SetHandler
(eventInfo.GetHandler());
in DataResubmittedEventToJSValue()
Completed in 32 milliseconds