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:IsDynamic
(Results
1 - 22
of
22
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H
A
D
checker_manager_test.cpp
157
* @tc.name:
IsDynamic
163
HWTEST_F(CheckerManagerTest,
IsDynamic
, TestSize.Level0)
in HWTEST_F()
169
ASSERT_FALSE(CheckerManager::GetInstance().
IsDynamic
(storeInfo));
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/checker/
H
A
D
checker_manager.cpp
143
bool CheckerManager::
IsDynamic
(const CheckerManager::StoreInfo &info)
in IsDynamic()
function in OHOS::DistributedData::CheckerManager
149
if (checker->
IsDynamic
(info)) {
in IsDynamic()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/
H
A
D
checker_manager.h
54
virtual bool
IsDynamic
(const StoreInfo &info) = 0;
64
API_EXPORT bool
IsDynamic
(const StoreInfo &info);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H
A
D
checker_mock.h
35
bool
IsDynamic
(const CheckerManager::StoreInfo &info) override;
H
A
D
checker_mock.cpp
73
bool CheckerMock::
IsDynamic
(const CheckerManager::StoreInfo &info)
in IsDynamic()
function in OHOS::DistributedData::CheckerMock
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H
A
D
bundle_checker.h
37
bool
IsDynamic
(const CheckerManager::StoreInfo &info) override;
H
A
D
system_checker.h
38
bool
IsDynamic
(const CheckerManager::StoreInfo &info) override;
H
A
D
system_checker.cpp
100
bool SystemChecker::
IsDynamic
(const CheckerManager::StoreInfo &info)
in IsDynamic()
function in OHOS::DistributedData::SystemChecker
H
A
D
bundle_checker.cpp
158
bool BundleChecker::
IsDynamic
(const CheckerManager::StoreInfo &info)
in IsDynamic()
function in OHOS::DistributedData::BundleChecker
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H
A
D
rs_frame_rate_range.h
63
bool
IsDynamic
() const
in IsDynamic()
function in OHOS::Rosen::FrameRateRange
/foundation/ability/form_fwk/services/include/
H
A
D
form_item_info.h
313
bool
IsDynamic
() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H
A
D
ui_display_sync.h
67
bool
IsDynamic
() const
in IsDynamic()
function in OHOS::Ace::FrameRateRange
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H
A
D
device_matrix.h
88
bool
IsDynamic
(const StoreMetaData &metaData);
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H
A
D
hgm_frame_rate_manager_test.cpp
430
EXPECT_EQ(dynamic_120.
IsDynamic
(), true);
in HWTEST_F()
432
EXPECT_EQ(static_120.
IsDynamic
(), false);
in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H
A
D
water_version_manager.cpp
87
if (CheckerManager::GetInstance().
IsDynamic
(info)) {
in GenerateWaterVersion()
108
if (CheckerManager::GetInstance().
IsDynamic
(info)) {
in GetWaterVersion()
/foundation/ability/form_fwk/services/src/
H
A
D
form_item_info.cpp
497
bool FormItemInfo::
IsDynamic
() const
in IsDynamic()
function in OHOS::AppExecFwk::FormItemInfo
H
A
D
form_data_mgr.cpp
188
newRecord.isDynamic = formInfo.
IsDynamic
();
in CreateFormRecord()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H
A
D
auto_sync_matrix.cpp
96
if (meta.dataType != DataType::DYNAMICAL || DeviceMatrix::GetInstance().
IsDynamic
(meta)) {
in IsAutoSync()
H
A
D
device_matrix.cpp
716
bool DeviceMatrix::
IsDynamic
(const StoreMetaData &metaData)
in IsDynamic()
function in OHOS::DistributedData::DeviceMatrix
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_general_store.cpp
185
if (DeviceMatrix::GetInstance().
IsDynamic
(meta) || DeviceMatrix::GetInstance().IsStatics(meta)) {
in KVDBGeneralStore()
H
A
D
kvdb_service_impl.cpp
274
(DeviceMatrix::GetInstance().IsStatics(meta) || DeviceMatrix::GetInstance().
IsDynamic
(meta))) {
in NotifyDataChange()
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H
A
D
hgm_frame_rate_manager.cpp
630
if (!range.
IsDynamic
()) {
in GetDrawingFrameRate()
Completed in 19 milliseconds