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:OnUnlock
(Results
1 - 20
of
20
) sorted by relevance
/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H
A
D
mock_form_renderer_group.cpp
37
void FormRendererGroup::
OnUnlock
()
in OnUnlock()
function in OHOS::Ace::FormRendererGroup
H
A
D
frs_form_render_record_test.cpp
1516
* @tc.desc: Verify
OnUnlock
1525
EXPECT_EQ(formRenderRecordPtr_->
OnUnlock
(), RENDER_FORM_FAILED);
in HWTEST_F()
1531
* @tc.desc: Verify
OnUnlock
1542
EXPECT_EQ(formRenderRecordPtr_->
OnUnlock
(), ERR_OK);
in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
form_render_interface.h
69
virtual int32_t
OnUnlock
() { return ERR_OK; }
in OnUnlock()
function in OHOS::AppExecFwk::IFormRender
H
A
D
form_render_proxy.h
65
int32_t
OnUnlock
() override;
/foundation/ability/form_fwk/services/form_render_service/include/
H
A
D
form_render_impl.h
92
int32_t
OnUnlock
() override;
H
A
D
form_render_record.h
108
int32_t
OnUnlock
();
/foundation/ability/form_fwk/services/form_render_service/src/
H
A
D
form_render_impl.cpp
244
int32_t FormRenderImpl::
OnUnlock
()
in OnUnlock()
function in OHOS::AppExecFwk::FormRender::FormRenderImpl
246
HILOG_INFO("
OnUnlock
start");
in OnUnlock()
256
iter.second->
OnUnlock
();
in OnUnlock()
480
iter.second->
OnUnlock
();
in ConfirmUnlockState()
H
A
D
form_render_record.cpp
1247
int32_t FormRenderRecord::
OnUnlock
()
in OnUnlock()
function in OHOS::AppExecFwk::FormRender::FormRenderRecord
1265
eventHandler_->PostTask(task, "
OnUnlock
");
in OnUnlock()
1283
iter.second->
OnUnlock
();
in HandleOnUnlock()
/foundation/ability/form_fwk/services/include/
H
A
D
form_render_mgr.h
51
void
OnUnlock
();
H
A
D
form_task_mgr.h
475
void
OnUnlock
(const sptr<IRemoteObject> &remoteObject);
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/include/
H
A
D
form_renderer_group.h
75
void
OnUnlock
();
/foundation/ability/form_fwk/test/unittest/fms_form_render_proxy_test/
H
A
D
fms_form_render_proxy_test.cpp
173
* @tc.desc: test
OnUnlock
function.
180
int result = formRenderProxy_->
OnUnlock
();
in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H
A
D
form_render_stub.cpp
165
int32_t result =
OnUnlock
();
in HandleOnUnlock()
H
A
D
form_render_proxy.cpp
205
int32_t FormRenderProxy::
OnUnlock
()
in OnUnlock()
function in OHOS::AppExecFwk::FormRenderProxy
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
form_render_group_test.cpp
64
* @tc.desc: Test
OnUnlock
() function.
75
group->
OnUnlock
();
in HWTEST_F()
241
* @tc.desc: Test
OnUnlock
() function.
257
group->
OnUnlock
();
in HWTEST_F()
/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H
A
D
form_renderer_group.cpp
96
void FormRendererGroup::
OnUnlock
()
in OnUnlock()
function in OHOS::Ace::FormRendererGroup
98
HILOG_INFO("The user is verified,
OnUnlock
called.");
in OnUnlock()
/foundation/ability/form_fwk/services/src/
H
A
D
form_task_mgr.cpp
956
void FormTaskMgr::
OnUnlock
(const sptr<IRemoteObject> &remoteObject)
in OnUnlock()
function in OHOS::AppExecFwk::FormTaskMgr
964
int32_t error = remoteFormRender->
OnUnlock
();
in OnUnlock()
980
FormTaskMgr::GetInstance().
OnUnlock
(remoteObject);
in PostOnUnlock()
H
A
D
form_render_mgr.cpp
224
void FormRenderMgr::
OnUnlock
()
in OnUnlock()
function in OHOS::AppExecFwk::FormRenderMgr
H
A
D
form_event_util.cpp
144
FormRenderMgr::GetInstance().
OnUnlock
();
in HandleOnUnlock()
/foundation/ability/form_fwk/test/unittest/fms_form_render_impl_test/
H
A
D
fms_form_render_impl_test.cpp
625
* @tc.desc: 1.Verify
OnUnlock
interface executes as expected.
626
* 2.call
OnUnlock
632
EXPECT_EQ(formRenderImpl.
OnUnlock
(), ERR_OK);
in HWTEST_F()
637
* @tc.desc: 1.Verify
OnUnlock
interface executes as expected.
638
* 2.call
OnUnlock
645
EXPECT_EQ(formRenderImpl.
OnUnlock
(), ERR_OK);
in HWTEST_F()
Completed in 18 milliseconds