Home
last modified time | relevance | path

Searched refs:NotifyPackageEvent (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp639 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 Drs_interfaces.h250 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 Drsrenderserviceconnectionproxy_fuzzer.cpp202 rsRenderServiceConnectionProxy.NotifyPackageEvent(width, packageList); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h259 …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 Drs_render_service_client.cpp516 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 Drs_render_service_client.cpp526 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 Drs_render_service_connection_proxy.h232 … void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList) override;
H A Drs_render_service_client.cpp1398 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 Drs_render_service_connection_proxy.cpp2549 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 Drs_render_service_connection.h271 … void NotifyPackageEvent(uint32_t listSize, const std::vector<std::string>& packageList) override;
H A Drs_render_service_connection.cpp1847 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 Drs_render_service_client.h324 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 Drs_render_service_connection_proxy_test.cpp862 proxy->NotifyPackageEvent(1, packageList);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1236 rsInterfaces->NotifyPackageEvent(listSize, packageList);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1634 NotifyPackageEvent(listSize, packageList); in OnRemoteRequest()