/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 639 void RSInterfaces::NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageLis… in NotifyPackageEvent() function in OHOS::Rosen::RSInterfaces 641 renderServiceClient_->NotifyPackageEvent(listSize, packageList); in NotifyPackageEvent()
|
H A D | rs_interfaces.h | 250 void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 202 rsRenderServiceConnectionProxy.NotifyPackageEvent(width, packageList); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 259 …virtual void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList) = …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 516 void RSRenderServiceClient::NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& p… in NotifyPackageEvent() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 526 void RSRenderServiceClient::NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& p… in NotifyPackageEvent() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 232 … void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList) override;
|
H A D | rs_render_service_client.cpp | 1398 void RSRenderServiceClient::NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& p… in NotifyPackageEvent() function in OHOS::Rosen::RSRenderServiceClient 1402 renderService->NotifyPackageEvent(listSize, packageList); in NotifyPackageEvent()
|
H A D | rs_render_service_connection_proxy.cpp | 2549 void RSRenderServiceConnectionProxy::NotifyPackageEvent(uint32_t listSize, const std::vector<std::s… in NotifyPackageEvent() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 271 … void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList) override;
|
H A D | rs_render_service_connection.cpp | 1847 void RSRenderServiceConnection::NotifyPackageEvent(uint32_t listSize, const std::vector<std::string… in NotifyPackageEvent() function in OHOS::Rosen::RSRenderServiceConnection
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 324 void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 862 proxy->NotifyPackageEvent(1, packageList);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 1236 rsInterfaces->NotifyPackageEvent(listSize, packageList);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1634 NotifyPackageEvent(listSize, packageList); in OnRemoteRequest()
|