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:CheckFMSReady
(Results
1 - 24
of
24
) sorted by relevance
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_form_mgr_proxy.h
53
MOCK_METHOD0(
CheckFMSReady
, bool());
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H
A
D
formmgrservice_fuzzer.cpp
42
formMgrService.
CheckFMSReady
();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H
A
D
form_mgr.h
474
bool
CheckFMSReady
();
/foundation/ability/form_fwk/test/mock/include/
H
A
D
mock_form_mgr_proxy.h
57
MOCK_METHOD0(
CheckFMSReady
, bool());
H
A
D
mock_form_mgr_service.h
72
MOCK_METHOD0(
CheckFMSReady
, bool());
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H
A
D
mock_form_mgr_service.h
180
bool
CheckFMSReady
() override
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
form_extension_context_mock_test.h
200
bool
CheckFMSReady
() override
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H
A
D
fms_form_host_record_test.cpp
335
* @tc.desc: test
CheckFMSReady
function.
343
EXPECT_EQ(false, formMgrService.
CheckFMSReady
());
in HWTEST_F()
349
* @tc.desc: test
CheckFMSReady
function.
358
EXPECT_EQ(true, formMgrService.
CheckFMSReady
());
in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H
A
D
form_mgr_service.h
431
bool
CheckFMSReady
() override;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H
A
D
form_mgr_interface.h
395
virtual bool
CheckFMSReady
() = 0;
H
A
D
form_mgr_proxy.h
357
bool
CheckFMSReady
() override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H
A
D
formmgrstub_fuzzer.cpp
183
bool
CheckFMSReady
() override
/foundation/ability/form_fwk/interfaces/kits/native/src/
H
A
D
form_mgr.cpp
1284
bool FormMgr::
CheckFMSReady
()
in CheckFMSReady()
function in OHOS::AppExecFwk::FormMgr
1296
bool resultCode = remoteProxy_->
CheckFMSReady
();
in CheckFMSReady()
1298
HILOG_ERROR("
CheckFMSReady
failed");
in CheckFMSReady()
/foundation/ability/form_fwk/services/src/
H
A
D
form_mgr_service.cpp
154
bool FormMgrService::
CheckFMSReady
()
in CheckFMSReady()
function in OHOS::AppExecFwk::FormMgrService
1208
if (!
CheckFMSReady
()) {
in Dump()
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H
A
D
form_mgr_test.cpp
617
* @tc.desc: Verify
CheckFMSReady
622
EXPECT_CALL(*mockProxy,
CheckFMSReady
())
in HWTEST_F()
626
auto result = FormMgr::GetInstance().
CheckFMSReady
();
in HWTEST_F()
1670
* @tc.desc: Verify
CheckFMSReady
(mock function returns nullptr)
1681
auto result = FormMgr::GetInstance().
CheckFMSReady
();
in HWTEST_F()
4106
* @tc.desc: Verify
CheckFMSReady
4113
auto result = FormMgr::GetInstance().
CheckFMSReady
();
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H
A
D
fms_form_render_stub_test.cpp
333
bool
CheckFMSReady
() override
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H
A
D
fms_form_mgr_service_test.cpp
87
* @tc.name: test
CheckFMSReady
function.
88
* @tc.desc: Verify that the return value of the
CheckFMSReady
interface is true.
98
EXPECT_TRUE(formMgrService.
CheckFMSReady
());
in HWTEST_F()
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H
A
D
napi_form_host.cpp
1153
auto ret = FormMgr::GetInstance().
CheckFMSReady
() ? 0 : 1;
in OnIsSystemReady()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H
A
D
form_mgr_proxy.cpp
1545
bool FormMgrProxy::
CheckFMSReady
()
in CheckFMSReady()
function in OHOS::AppExecFwk::FormMgrProxy
H
A
D
form_mgr_stub.cpp
1104
bool result =
CheckFMSReady
();
in HandleCheckFMSReady()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
form_ability_test.cpp
1162
* @tc.name:
CheckFMSReady
1163
* @tc.desc: Test whether
CheckFMSReady
is called normally.
1172
EXPECT_EQ(true, ability_->
CheckFMSReady
());
in HWTEST_F()
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H
A
D
js_form_host.cpp
939
auto ret = FormMgr::GetInstance().
CheckFMSReady
() ? 0 : 1;
in OnIsSystemReady()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H
A
D
fms_form_mgr_proxy_test.cpp
2297
* @tc.desc: test
CheckFMSReady
function and return ERR_APPEXECFWK_FORM_SEND_FMS_MSG
2309
int32_t result = proxy->
CheckFMSReady
();
in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H
A
D
form_mgr_stub_test.cpp
2002
EXPECT_CALL(*mockFormMgrService,
CheckFMSReady
())
in HWTEST_F()
Completed in 46 milliseconds