Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsPcType
(Results
1 - 18
of
18
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H
A
D
rs_system_properties.cpp
401
bool RSSystemProperties::
IsPcType
()
in IsPcType()
function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H
A
D
rs_system_properties.cpp
401
bool RSSystemProperties::
IsPcType
()
in IsPcType()
function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H
A
D
rs_system_properties.h
238
static bool
IsPcType
();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H
A
D
rs_system_properties_test.cpp
952
* @tc.name:
IsPcType
953
* @tc.desc:
IsPcType
Test
957
HWTEST_F(RSSystemPropertiesTest,
IsPcType
, TestSize.Level1)
in HWTEST_F()
959
ASSERT_FALSE(RSSystemProperties::
IsPcType
());
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/transaction/
H
A
D
rs_interfaces_test.cpp
387
if (!RSSystemProperties::
IsPcType
()) {
in HWTEST_F()
409
if (!RSSystemProperties::
IsPcType
()) {
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssystemproperties_fuzzer/
H
A
D
rssystemproperties_fuzzer.cpp
149
RSSystemProperties::
IsPcType
();
in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_generator.cpp
66
static bool
IsPcType
()
in IsPcType()
function
119
if (
IsPcType
() && IsPCRefreshRateLock60()) {
in VSyncGenerator()
534
if (
IsPcType
() && IsPCRefreshRateLock60()) {
in UpdateMode()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H
A
D
rs_screen.cpp
135
if (!RSSystemProperties::
IsPcType
() && !RSSystemProperties::IsTabletType()) {
375
!RSSystemProperties::
IsPcType
() && !RSSystemProperties::IsTabletType()) {
in SetPowerStatus()
H
A
D
rs_screen_manager.cpp
629
if (RSSystemProperties::
IsPcType
() || RSSystemProperties::IsTabletType()) {
in ProcessScreenConnectedLocked()
673
if (RSSystemProperties::
IsPcType
() || RSSystemProperties::IsTabletType()) {
in ProcessScreenDisConnectedLocked()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_hwc_prevalidate_util.cpp
113
info.usage = node->IsHardwareEnabledTopSurface() && RSSystemProperties::
IsPcType
() ?
in CreateSurfaceNodeLayerInfo()
H
A
D
rs_ui_capture_task_parallel.cpp
202
RSUniRenderUtil::OptimizedFlushAndSubmit(surface, grContext, !RSSystemProperties::
IsPcType
());
in Run()
H
A
D
rs_surface_capture_task_parallel.cpp
215
RSUniRenderUtil::OptimizedFlushAndSubmit(surface, gpuContext_.get(), !RSSystemProperties::
IsPcType
());
in Run()
H
A
D
rs_uni_render_util.cpp
1965
if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::
IsPcType
()) {
in CheckRenderSkipIfScreenOff()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_system_properties.cpp
914
bool RSSystemProperties::
IsPcType
()
in IsPcType()
function in OHOS::Rosen::RSSystemProperties
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H
A
D
rs_surface_node.cpp
933
if (!RSSystemProperties::
IsPcType
()) {
in SetWatermarkEnabled()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H
A
D
rs_interfaces.cpp
121
if (!RSSystemProperties::
IsPcType
()) {
in SetWatermark()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uni_render_util_test.cpp
2219
if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::
IsPcType
()) {
in HWTEST_F()
2246
if (!RSSystemProperties::GetSkipDisplayIfScreenOffEnabled() || RSSystemProperties::
IsPcType
()) {
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H
A
D
rs_surface_render_node.cpp
1595
if (IsHardwareEnabledTopSurface() && RSSystemProperties::
IsPcType
()) {
in UpdateHwcNodeLayerInfo()
Completed in 31 milliseconds