/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | refresh_callback_stub.h.txt | 35 explicit RefreshCallbackStub(const sptr<IRefreshCallback> &impl); 40 …ageOption& refreshCallbackOption, sptr<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> impl); 42 …ageOption& refreshCallbackOption, sptr<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> impl); 50 …ser::V1_0::RefreshCallbackStub, OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> objDelegator… 51 sptr<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> impl_;
|
H A D | refresh_callback_stub.cpp.txt | 30 …ckStub::RefreshCallbackStub(const sptr<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> &impl) 31 …: IPCObjectStub(OHOS::HDI::Display::Composer::V1_0::IRefreshCallback::GetDescriptor()), impl_(impl) 64 …sageOption& refreshCallbackOption, sptr<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> impl) 66 …ackData.ReadInterfaceToken() != OHOS::HDI::Display::Composer::V1_0::IRefreshCallback::GetDescripto… 91 …sageOption& refreshCallbackOption, sptr<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> impl) 93 …ackData.ReadInterfaceToken() != OHOS::HDI::Display::Composer::V1_0::IRefreshCallback::GetDescripto…
|
H A D | irefresh_callback.h.txt | 58 class IRefreshCallback : public HdiBase { 60 DECLARE_HDI_DESCRIPTOR(u"ohos.hdi.display.composer.v1_0.IRefreshCallback"); 62 virtual ~IRefreshCallback() = default;
|
H A D | refresh_callback_proxy.h.txt | 28 … RefreshCallbackProxy : public IProxyBroker<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback> { 30 …moteObject>& remote) : IProxyBroker<OHOS::HDI::Display::Composer::V1_0::IRefreshCallback>(remote) {
|
H A D | refresh_callback_proxy.cpp.txt | 50 …allbackData.WriteInterfaceToken(OHOS::HDI::Display::Composer::V1_0::IRefreshCallback::GetDescripto… 81 …allbackData.WriteInterfaceToken(OHOS::HDI::Display::Composer::V1_0::IRefreshCallback::GetDescripto…
|
H A D | refresh_callback_service.h.txt | 26 class RefreshCallbackService : public OHOS::HDI::Display::Composer::V1_0::IRefreshCallback {
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _i_refresh_callback_8idl_v10.md | 1 # IRefreshCallback.idl 24 | interface [IRefreshCallback](interface_i_refresh_callback_v10.md) | 定义显示刷新事件回调接口。 |
|
H A D | interface_i_refresh_callback_v10.md | 1 # IRefreshCallback chapter 29 IRefreshCallback::OnRefresh ([in] unsigned int devId)
|
H A D | Readme-CN.md | 20 - [IRefreshCallback.idl](_i_refresh_callback_8idl_v10.md) 45 - [IRefreshCallback](interface_i_refresh_callback_v10.md)
|
H A D | interface_i_display_composer_v11.md | 29 | [RegRefreshCallback](#regrefreshcallback) ([in] IRefreshCallback cb) | 注册要在发生刷新事件时调用的回调。 | 174 IDisplayComposer::RegRefreshCallback ([in] IRefreshCallback cb)
|
H A D | _i_display_composer_8idl_v10.md | 18 - ohos.hdi.display.composer.v1_0.IRefreshCallback
|
H A D | _i_display_composer_8idl_v11.md | 22 - ohos.hdi.display.composer.v1_0.IRefreshCallback
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/softbus/ |
H A D | softbus_connector.h | 168 static IRefreshCallback softbusDiscoveryCallback_; 169 static IRefreshCallback softbusDiscoveryByIdCallback_;
|
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/bus_center/ |
H A D | softbus_bus_center.h | 420 } IRefreshCallback; typedef 831 int32_t RefreshLNN(const char *pkgName, const SubscribeInfo *info, const IRefreshCallback *cb);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/hash_target/ |
H A D | hash.txt | 4 ohos.hdi.display.composer.v1_0.IRefreshCallback:13020926163579849113
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/ |
H A D | dump.txt | 4 import ohos.hdi.display.composer.v1_0.IRefreshCallback; 43 [in] ohos.hdi.display.composer.v1_0.IRefreshCallback cb); 71 import ohos.hdi.display.composer.v1_0.IRefreshCallback; 181 …IRefreshCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/di… 186 [mini, lite, full, callback] interface IRefreshCallback {
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | display_composer_service.h | 79 int32_t RegRefreshCallback(const sptr<IRefreshCallback>& cb) override; 115 sptr<IRefreshCallback> refreshCb_;
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/ |
H A D | publish_refresh_lnn_demo.c | 79 static IRefreshCallback g_refreshCB = {
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/refreshlnn_fuzzer/ |
H A D | refreshlnn_fuzzer.cpp | 51 static IRefreshCallback g_refreshCb = {
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | IRefreshCallback.idl | 20 [callback] interface IRefreshCallback {
|
H A D | BUILD.gn | 23 "IRefreshCallback.idl",
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | IRefreshCallback.idl | 20 [callback] interface IRefreshCallback {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | IRefreshCallback.idl | 20 [callback] interface IRefreshCallback {
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/ |
H A D | disc_sdk_only_l2_test.cpp | 107 static IRefreshCallback g_refreshCb = {
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 5 import ohos.hdi.display.composer.v1_0.IRefreshCallback; 115 …IRefreshCallback file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest/di… 120 [mini, lite, full, callback] interface IRefreshCallback {
|