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:WallpaperService
(Results
1 - 8
of
8
) sorted by relevance
/base/theme/wallpaper_mgr/services/src/
H
A
D
wallpaper_service.cpp
74
REGISTER_SYSTEM_ABILITY_BY_ID(
WallpaperService
, WALLPAPER_MANAGER_SERVICE_ID, true);
131
std::mutex
WallpaperService
::instanceLock_;
133
sptr<
WallpaperService
>
WallpaperService
::instance_;
135
std::shared_ptr<AppExecFwk::EventHandler>
WallpaperService
::serviceHandler_;
137
WallpaperService
::
WallpaperService
(int32_t systemAbilityId, bool runOnCreate)
in WallpaperService()
function in OHOS::WallpaperMgrService::WallpaperService
143
WallpaperService
::
WallpaperService
() : WallpaperServiceStub(true), state_(ServiceRunningState::STATE_NOT_START)
in WallpaperService()
function in OHOS::WallpaperMgrService::WallpaperService
147
WallpaperService
[all...]
/base/theme/wallpaper_mgr/services/include/
H
A
D
wallpaper_extension_ability_connection.h
26
class
WallpaperService
;
29
WallpaperExtensionAbilityConnection(
WallpaperService
&wallpaperService) : wallpaperService_(wallpaperService)
in WallpaperExtensionAbilityConnection()
40
WallpaperService
&wallpaperService_;
H
A
D
wallpaper_common_event_subscriber.h
29
class
WallpaperService
;
33
WallpaperCommonEventSubscriber(
WallpaperService
&wallpaperService)
in WallpaperCommonEventSubscriber()
44
WallpaperService
&wallpaperService_;
H
A
D
wallpaper_extension_ability_death_recipient.h
25
explicit WallpaperExtensionAbilityDeathRecipient(
WallpaperService
&wallpaperService)
in WallpaperExtensionAbilityDeathRecipient()
33
WallpaperService
&wallpaperService_;
H
A
D
wallpaper_service.h
53
class
WallpaperService
: public SystemAbility, public WallpaperServiceStub {
class
54
DECLARE_SYSTEM_ABILITY(
WallpaperService
);
60
DISALLOW_COPY_AND_MOVE(
WallpaperService
);
62
WallpaperService
(int32_t systemAbilityId, bool runOnCreate);
63
WallpaperService
();
64
~
WallpaperService
();
159
static sptr<
WallpaperService
> instance_;
/base/theme/wallpaper_mgr/test/fuzztest/wallpaperservice_fuzzer/src/
H
A
D
fuzztest_utils.cpp
31
std::shared_ptr<
WallpaperService
> wallpaperService = std::make_shared<
WallpaperService
>();
in FuzzTestRemoteRequest()
H
A
D
wallpaperstub_fuzz.cpp
45
std::shared_ptr<
WallpaperService
> wallpaperService = std::make_shared<
WallpaperService
>();
in FuzzTestRemoteRequest()
/base/theme/wallpaper_mgr/test/unittest/
H
A
D
wallpaper_test.cpp
141
static bool SubscribeCommonEvent(shared_ptr<
WallpaperService
> wallpaperService);
269
bool WallpaperTest::SubscribeCommonEvent(shared_ptr<
WallpaperService
> wallpaperService)
in SubscribeCommonEvent()
921
std::shared_ptr<
WallpaperService
> wallpaperService = std::make_shared<
WallpaperService
>();
in HWTEST_F()
967
std::shared_ptr<
WallpaperService
> wallpaperService = std::make_shared<
WallpaperService
>();
in HWTEST_F()
984
std::shared_ptr<
WallpaperService
> wallpaperService = std::make_shared<
WallpaperService
>();
in HWTEST_F()
1007
std::shared_ptr<
WallpaperService
> wallpaperService = std::make_shared<
WallpaperService
>();
in HWTEST_F()
[all...]
Completed in 7 milliseconds