Home
last modified time | relevance | path

Searched refs:NotifyLightFactorStatus (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.cpp634 void RSInterfaces::NotifyLightFactorStatus(bool isSafe) in NotifyLightFactorStatus() function in OHOS::Rosen::RSInterfaces
636 renderServiceClient_->NotifyLightFactorStatus(isSafe); in NotifyLightFactorStatus()
H A Drs_interfaces.h248 void NotifyLightFactorStatus(bool isSafe);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp843 HWTEST_F(RSRenderServiceConnectionProxyTest, NotifyLightFactorStatus, TestSize.Level1)
849 proxy->NotifyLightFactorStatus(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp201 rsRenderServiceConnectionProxy.NotifyLightFactorStatus(true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h257 virtual void NotifyLightFactorStatus(bool isSafe) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp512 void RSRenderServiceClient::NotifyLightFactorStatus(bool isSafe) in NotifyLightFactorStatus() 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.cpp522 void RSRenderServiceClient::NotifyLightFactorStatus(bool isSafe) in NotifyLightFactorStatus() 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.h230 void NotifyLightFactorStatus(bool isSafe) override;
H A Drs_render_service_client.cpp1390 void RSRenderServiceClient::NotifyLightFactorStatus(bool isSafe) in NotifyLightFactorStatus() function in OHOS::Rosen::RSRenderServiceClient
1394 renderService->NotifyLightFactorStatus(isSafe); in NotifyLightFactorStatus()
H A Drs_render_service_connection_proxy.cpp2529 void RSRenderServiceConnectionProxy::NotifyLightFactorStatus(bool isSafe) in NotifyLightFactorStatus() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h269 void NotifyLightFactorStatus(bool isSafe) override;
H A Drs_render_service_connection.cpp1835 void RSRenderServiceConnection::NotifyLightFactorStatus(bool isSafe) in NotifyLightFactorStatus() function in OHOS::Rosen::RSRenderServiceConnection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h322 void NotifyLightFactorStatus(bool isSafe);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp1219 rsInterfaces->NotifyLightFactorStatus(isSafe);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1620 NotifyLightFactorStatus(isSafe); in OnRemoteRequest()