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:DEFAULT_TYPE
(Results
1 - 18
of
18
) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H
A
D
ressched_test.cpp
38
const static int32_t
DEFAULT_TYPE
= 1;
variable
129
OHOS::ResourceSchedule::ResSchedClient::GetInstance().ReportData(
DEFAULT_TYPE
, DEFAULT_VALUE, mapPayload);
in RequestTest()
/foundation/window/window_manager/window_scene/interfaces/include/
H
A
D
ws_common.h
140
DEFAULT_TYPE
= 0,
334
int32_t collaboratorType_ = CollaboratorType::
DEFAULT_TYPE
;
/foundation/ability/ability_runtime/services/abilitymgr/include/
H
A
D
ability_record.h
239
DEFAULT_TYPE
= 0,
enumerator
254
int32_t collaboratorType = CollaboratorType::
DEFAULT_TYPE
;
/foundation/window/window_manager/window_scene/common/include/
H
A
D
window_session_property.h
341
int32_t collaboratorType_ = CollaboratorType::
DEFAULT_TYPE
;
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H
A
D
component_loader.cpp
64
const std::string
DEFAULT_TYPE
= "UNKNOWN";
member
/foundation/window/window_manager/window_scene/test/unittest/
H
A
D
scene_session_manager_test10.cpp
128
sessionInfo.collaboratorType_ = CollaboratorType::
DEFAULT_TYPE
;
in HWTEST_F()
H
A
D
scene_session_manager_lifecycle_test.cpp
359
ASSERT_EQ(CollaboratorType::
DEFAULT_TYPE
, sceneSession1->GetCollaboratorType());
in HWTEST_F()
H
A
D
scene_session_manager_test3.cpp
1201
type = CollaboratorType::
DEFAULT_TYPE
;
in HWTEST_F()
H
A
D
scene_session_manager_test7.cpp
675
sceneSession->SetCollaboratorType(CollaboratorType::
DEFAULT_TYPE
);
in HWTEST_F()
H
A
D
scene_session_manager_test.cpp
506
sceneSession->SetCollaboratorType(CollaboratorType::
DEFAULT_TYPE
);
in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H
A
D
window_scene_session_impl_test2.cpp
1639
window->property_->SetCollaboratorType(CollaboratorType::
DEFAULT_TYPE
);
in HWTEST_F()
1658
window->property_->SetCollaboratorType(CollaboratorType::
DEFAULT_TYPE
);
in HWTEST_F()
H
A
D
window_scene_session_impl_test4.cpp
133
windowSceneSessionImpl->property_->SetCollaboratorType(CollaboratorType::
DEFAULT_TYPE
);
in HWTEST_F()
149
EXPECT_EQ(CollaboratorType::
DEFAULT_TYPE
, windowSceneSessionImpl->property_->GetCollaboratorType());
in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H
A
D
scene_session.h
656
int32_t collaboratorType_ = CollaboratorType::
DEFAULT_TYPE
;
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H
A
D
ui_ability_lifecycle_manager.cpp
1424
if (abilityRequest.collaboratorType != CollaboratorType::
DEFAULT_TYPE
) {
in GetPersistentIdByAbilityRequest()
1510
if (second->GetCollaboratorType() != CollaboratorType::
DEFAULT_TYPE
&&
in GetReusedCollaboratorPersistentId()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_third_test/
H
A
D
ability_manager_service_third_test.cpp
904
res = abilityMs_->CheckCollaboratorType(CollaboratorType::
DEFAULT_TYPE
);
in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ui_ability_lifecycle_manager_test/
H
A
D
ui_ability_lifecycle_manager_test.cpp
3761
abilityRecord->collaboratorType_ = CollaboratorType::
DEFAULT_TYPE
;
in HWTEST_F()
/foundation/window/window_manager/wm/src/
H
A
D
window_scene_session_impl.cpp
735
if (property_->GetCollaboratorType() != CollaboratorType::
DEFAULT_TYPE
) {
in RegisterSessionRecoverListener()
/foundation/window/window_manager/window_scene/session_manager/src/
H
A
D
scene_session_manager.cpp
8789
int32_t collaboratorType = CollaboratorType::
DEFAULT_TYPE
;
in CheckIfReuseSession()
Completed in 61 milliseconds