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:OnEventHandle
(Results
1 - 20
of
20
) sorted by relevance
/foundation/ability/form_fwk/test/mock/include/
H
A
D
mock_form_supply_callback.h
30
int
OnEventHandle
(const Want& want) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_form_supply_callback.h
46
int
OnEventHandle
(const Want& want) override;
H
A
D
mock_form_supply_callback.cpp
53
int MockFormSupplyCallback::
OnEventHandle
(const Want& want)
in OnEventHandle()
function in OHOS::AppExecFwk::MockFormSupplyCallback
55
TAG_LOGI(AAFwkTag::TEST, "MockFormSupplyCallback::
OnEventHandle
called.");
in OnEventHandle()
/foundation/ability/form_fwk/test/mock/src/
H
A
D
mock_form_supply_callback.cpp
41
int MockFormSupplyCallback::
OnEventHandle
(const Want& want)
in OnEventHandle()
function in OHOS::AppExecFwk::MockFormSupplyCallback
43
HILOG_INFO("
OnEventHandle
called.");
in OnEventHandle()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
form_supply_interface.h
53
virtual int
OnEventHandle
(const Want &want) = 0;
H
A
D
form_supply_proxy.h
48
virtual int
OnEventHandle
(const Want &want) override;
/foundation/ability/form_fwk/test/fuzztest/formsupplystub_fuzzer/
H
A
D
formsupplystub_fuzzer.cpp
40
int
OnEventHandle
(const Want &want) override
/foundation/ability/form_fwk/services/include/
H
A
D
form_supply_callback.h
48
int
OnEventHandle
(const Want &want) override;
/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H
A
D
formsupplycallback_fuzzer.cpp
49
formSupplyCallback.
OnEventHandle
(want);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_proxy_test/
H
A
D
fms_form_supply_proxy_test.cpp
97
* @tc.name:
OnEventHandle
98
* @tc.desc: Verify function
OnEventHandle
return value is ERR_OK
109
EXPECT_EQ(ERR_OK, proxy->
OnEventHandle
(want));
in HWTEST_F()
115
* @tc.name:
OnEventHandle
116
* @tc.desc: Verify function
OnEventHandle
return value is ERROR_NUM
127
EXPECT_EQ(ERROR_NUM, proxy->
OnEventHandle
(want));
in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H
A
D
form_supply_proxy.cpp
72
int FormSupplyProxy::
OnEventHandle
(const Want& want)
in OnEventHandle()
function in OHOS::AppExecFwk::FormSupplyProxy
H
A
D
form_supply_stub.cpp
116
* @brief handle
OnEventHandle
message.
130
int32_t result =
OnEventHandle
(*want);
in HandleOnEventHandle()
/foundation/ability/form_fwk/services/src/
H
A
D
form_supply_callback.cpp
136
int FormSupplyCallback::
OnEventHandle
(const Want &want)
in OnEventHandle()
function in OHOS::AppExecFwk::FormSupplyCallback
/foundation/ability/form_fwk/interfaces/kits/native/src/
H
A
D
form_provider_client.cpp
403
formSupplyClient->
OnEventHandle
(want);
in HandleDisconnect()
/foundation/ability/form_fwk/test/unittest/fms_form_supply_callback_test/
H
A
D
form_supply_callback_test.cpp
377
* @tc.desc: Test
OnEventHandle
function.
386
EXPECT_EQ(formSupplyCallback.
OnEventHandle
(want), ERR_OK);
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H
A
D
fms_form_render_stub_test.cpp
116
int
OnEventHandle
(const Want &want) override
158
int
OnEventHandle
(const Want &want) override
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H
A
D
fms_form_render_impl_test.cpp
96
int
OnEventHandle
(const Want &want) override
/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/
H
A
D
fms_form_supply_stub_test.cpp
75
int
OnEventHandle
(const Want &want) override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
form_extension_provider_client_test.cpp
48
MOCK_METHOD1(
OnEventHandle
, int(const Want& want));
/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/
H
A
D
fms_form_provider_stub_test.cpp
87
int
OnEventHandle
(const Want &want) override
Completed in 16 milliseconds