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:UIMgrService
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H
A
D
ui_mgr_service.cpp
27
const bool REGISTER_RESULT = SystemAbility::MakeAndRegisterAbility(DelayedSingleton<
UIMgrService
>::GetInstance().get());
30
// UiservicePluginDialog
UIMgrService
::dialogPlugin_;
32
UIMgrService
::
UIMgrService
()
in UIMgrService()
function in OHOS::Ace::UIMgrService
37
UIMgrService
::~
UIMgrService
()
in ~UIMgrService()
43
int32_t
UIMgrService
::Dump(int32_t fd, const std::vector<std::u16string>& args)
in Dump()
56
void
UIMgrService
::OnStart()
in OnStart()
69
bool ret = Publish(DelayedSingleton<
UIMgrService
>::GetInstance().get());
in OnStart()
76
bool
UIMgrService
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_mgr_service_test/
H
A
D
ui_mgr_service_test.cpp
49
* @tc.desc: Verify that the
UIMgrService
could query service state.
57
auto uiMgrService = DelayedSingleton<
UIMgrService
>::GetInstance();
in HWTEST_F()
66
* @tc.desc: Verify that the
UIMgrService
could get eventHandler.
73
auto uiMgrService = DelayedSingleton<
UIMgrService
>::GetInstance();
in HWTEST_F()
84
* @tc.desc: Verify that the
UIMgrService
OnStart is normal.
92
auto uiMgrService = DelayedSingleton<
UIMgrService
>::GetInstance();
in HWTEST_F()
103
* @tc.desc: Verify that the
UIMgrService
RegisterCallBack is normal.
112
auto uiMgrService = DelayedSingleton<
UIMgrService
>::GetInstance();
in HWTEST_F()
122
* @tc.desc: Verify that the
UIMgrService
UnregisterCallBack is normal.
130
auto uiMgrService = DelayedSingleton<
UIMgrService
>
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H
A
D
ui_mgr_service.h
38
class
UIMgrService
: public SystemAbility,
class
40
public std::enable_shared_from_this<
UIMgrService
> {
41
DECLARE_DELAYED_SINGLETON(
UIMgrService
)
42
DECLEAR_SYSTEM_ABILITY(
UIMgrService
)
Completed in 2 milliseconds