Home
last modified time | relevance | path

Searched refs:UIServiceProxy (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_proxy.cpp22 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 Dui_service_proxy.cpp27 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 Dui_service_proxy_test.cpp31 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 Dui_service_proxy.h26 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 Dui_service_proxy.h23 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 Dui_service_proxy_test.cpp117 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 Dui_service_stub_test.cpp85 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 Dui_service_mgr_client_test.cpp59 sptr<UIServiceProxy> uiServiceProxy(new (std::nothrow) UIServiceProxy(callBack)); in HWTEST_F()

Completed in 3 milliseconds