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:systemAbilityID
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H
A
D
vsync_callbackeveryframe_test.cpp
58
static inline int32_t
systemAbilityID
= 345135;
member in OHOS::Rosen::SetVsyncCallBackForEveryFrameTest
102
sam->AddSystemAbility(
systemAbilityID
, vsyncConnection);
in Process1()
108
sam->RemoveSystemAbility(
systemAbilityID
);
in Process1()
121
auto robj = sam->GetSystemAbility(
systemAbilityID
);
in Process2()
H
A
D
vsync_test.cpp
59
static inline int32_t
systemAbilityID
= 345135;
member in OHOS::Rosen::VSyncTest
103
sam->AddSystemAbility(
systemAbilityID
, vsyncConnection);
in Process1()
109
sam->RemoveSystemAbility(
systemAbilityID
);
in Process1()
122
auto robj = sam->GetSystemAbility(
systemAbilityID
);
in Process2()
H
A
D
vsync_multicallback_test.cpp
70
static inline int32_t
systemAbilityID
= 345135;
member in OHOS::Rosen::VSyncMultiCallbackTest
114
sam->AddSystemAbility(
systemAbilityID
, vsyncConnection);
in Process1()
120
sam->RemoveSystemAbility(
systemAbilityID
);
in Process1()
133
auto robj = sam->GetSystemAbility(
systemAbilityID
);
in Process2()
H
A
D
vsync_setvsyncrate_test.cpp
60
static inline int32_t
systemAbilityID
= 345135;
member in OHOS::Rosen::SetVsyncRateTest
104
sam->AddSystemAbility(
systemAbilityID
, vsyncConnection);
in Process1()
110
sam->RemoveSystemAbility(
systemAbilityID
);
in Process1()
123
auto robj = sam->GetSystemAbility(
systemAbilityID
);
in Process2()
/foundation/graphic/graphic_surface/surface/test/unittest/
H
A
D
buffer_queue_producer_remote_test.cpp
59
static inline int32_t
systemAbilityID
= 345154;
member in OHOS::Rosen::BufferQueueProducerRemoteTest
89
sm->AddSystemAbility(
systemAbilityID
, bqp);
in SetUpTestCase()
91
robj = sm->GetSystemAbility(
systemAbilityID
);
in SetUpTestCase()
103
sm->RemoveSystemAbility(
systemAbilityID
);
in TearDownTestCase()
H
A
D
buffer_client_producer_remote_test.cpp
64
static inline int32_t
systemAbilityID
= 345135;
member in OHOS::Rosen::BufferClientProducerRemoteTest
113
sam->AddSystemAbility(
systemAbilityID
, bqp);
in SetUpTestCase()
120
sam->RemoveSystemAbility(
systemAbilityID
);
in SetUpTestCase()
130
robj = sam->GetSystemAbility(
systemAbilityID
);
in SetUpTestCase()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H
A
D
system_ability_state_scheduler_test.cpp
159
* @tc.desc: test IsSystemAbilityUnloading with invalid
systemAbilityID
170
int32_t
systemAbilityID
= -1;
in HWTEST_F()
local
171
bool ret = systemAbilityStateScheduler->IsSystemAbilityUnloading(
systemAbilityID
);
in HWTEST_F()
Completed in 6 milliseconds