Home
last modified time | relevance | path

Searched refs:WallpaperServiceCbStub (Results 1 - 3 of 3) sorted by relevance

/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_service_cb_stub.cpp22 WallpaperServiceCbStub::WallpaperServiceCbStub() in WallpaperServiceCbStub() function in OHOS::WallpaperMgrService::WallpaperServiceCbStub
25 int32_t WallpaperServiceCbStub::OnRemoteRequest( in OnRemoteRequest()
28 HILOG_INFO("WallpaperServiceCbStub::OnRemoteRequest start##ret = %{public}u", code); in OnRemoteRequest()
29 std::u16string myDescriptor = WallpaperServiceCbStub::GetDescriptor(); in OnRemoteRequest()
45 int32_t WallpaperServiceCbStub::HandleOnCall(MessageParcel &data, MessageParcel &reply) in HandleOnCall()
47 HILOG_INFO("WallpaperServiceCbStub::HandleOnCall."); in HandleOnCall()
54 int32_t WallpaperServiceCbStub::OnCall(const int32_t num) in OnCall()
56 HILOG_INFO("WallpaperServiceCbStub::OnCall."); in OnCall()
H A Dwallpaper_manager.cpp540 bool status = wallpaperServerProxy->RegisterWallpaperCallback(new WallpaperServiceCbStub()); in RegisterWallpaperCallback()
/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_service_cb_stub.h27 class WallpaperServiceCbStub : public IRemoteStub<IWallpaperCallback> { class
29 WallpaperServiceCbStub();
30 ~WallpaperServiceCbStub() = default;

Completed in 2 milliseconds