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:UIServiceProxy
(Results
1 - 8
of
8
) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H
A
D
ui_service_proxy.cpp
22
UIServiceProxy
::
UIServiceProxy
(const sptr<IRemoteObject>& remote) : IRemoteProxy<IUIService>(remote) {}
in UIServiceProxy()
function in OHOS::Ace::UIServiceProxy
23
UIServiceProxy
::~
UIServiceProxy
() {}
in ~UIServiceProxy()
25
void
UIServiceProxy
::OnPushCallBack(const AAFwk::Want& want, const std::string& name, const std::string& jsonPath,
in OnPushCallBack()
37
if (!dataParcel.WriteInterfaceToken(
UIServiceProxy
::GetDescriptor())) {
in OnPushCallBack()
67
void
UIServiceProxy
::OnRequestCallBack(const AAFwk::Want& want, const std::string& name, const std::string& data)
in OnRequestCallBack()
78
if (!dataParcel.WriteInterfaceToken(
UIServiceProxy
::GetDescriptor())) {
in OnRequestCallBack()
102
void
UIServiceProxy
::OnReturnRequest(
in OnReturnRequest()
114
if (!dataParcel.WriteInterfaceToken(
UIServiceProxy
in OnReturnRequest()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/
H
A
D
ui_service_proxy.cpp
27
UIServiceProxy
::
UIServiceProxy
(const sptr<IRemoteObject>& impl)
in UIServiceProxy()
function in OHOS::AAFwk::UIServiceProxy
33
UIServiceProxy
::~
UIServiceProxy
()
in ~UIServiceProxy()
38
int32_t
UIServiceProxy
::SendData(sptr<IRemoteObject> hostProxy, OHOS::AAFwk::WantParams &data)
in SendData()
48
if (!parcelData.WriteInterfaceToken(
UIServiceProxy
::GetDescriptor())) {
in SendData()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_proxy_test/
H
A
D
ui_service_proxy_test.cpp
31
std::shared_ptr<
UIServiceProxy
> proxy_ = nullptr;
44
* Feature:
UIServiceProxy
.
45
* Function:
UIServiceProxy
::OnPushCallBack is called.
56
sptr<
UIServiceProxy
> proxy(new
UIServiceProxy
(mockUIServiceStub));
in HWTEST_F()
70
* Feature:
UIServiceProxy
.
71
* Function:
UIServiceProxy
::OnRequestCallBack is called.
82
sptr<
UIServiceProxy
> proxy(new
UIServiceProxy
(mockUIServiceStub));
in HWTEST_F()
95
* Feature:
UIServiceProxy
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/connection/
H
A
D
ui_service_proxy.h
26
class
UIServiceProxy
: public IRemoteProxy<IUIService> {
class
28
explicit
UIServiceProxy
(const sptr<IRemoteObject>& impl);
29
virtual ~
UIServiceProxy
();
34
static inline BrokerDelegator<
UIServiceProxy
> delegator_;
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/include/
H
A
D
ui_service_proxy.h
23
class
UIServiceProxy
: public IRemoteProxy<IUIService> {
class
25
explicit
UIServiceProxy
(const sptr<IRemoteObject>& remote);
26
virtual ~
UIServiceProxy
();
33
static inline BrokerDelegator<
UIServiceProxy
> delegator_;
/foundation/ability/ability_runtime/test/unittest/ui_service_proxy_test/
H
A
D
ui_service_proxy_test.cpp
117
std::shared_ptr<AAFwk::
UIServiceProxy
> Info = std::make_shared<AAFwk::
UIServiceProxy
>(impl);
in HWTEST_F()
134
std::shared_ptr<AAFwk::
UIServiceProxy
> Info = std::make_shared<AAFwk::
UIServiceProxy
>(impl);
in HWTEST_F()
151
std::shared_ptr<AAFwk::
UIServiceProxy
> Info = std::make_shared<AAFwk::
UIServiceProxy
>(impl);
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_stub_test/
H
A
D
ui_service_stub_test.cpp
85
data.WriteInterfaceToken(
UIServiceProxy
::GetDescriptor());
in HWTEST_F()
129
data.WriteInterfaceToken(
UIServiceProxy
::GetDescriptor());
in HWTEST_F()
164
data.WriteInterfaceToken(
UIServiceProxy
::GetDescriptor());
in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/test/unittest/phone/ui_service_mgr_client_test/
H
A
D
ui_service_mgr_client_test.cpp
59
sptr<
UIServiceProxy
> uiServiceProxy(new (std::nothrow)
UIServiceProxy
(callBack));
in HWTEST_F()
Completed in 3 milliseconds