Home
last modified time | relevance | path

Searched refs:TYPE_DYNAMICAL (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_control_utils_test.cpp97 DistributedKv::TYPE_DYNAMICAL);
115 DistributedKv::TYPE_DYNAMICAL);
135 DistributedKv::TYPE_DYNAMICAL);
182 DistributedKv::TYPE_DYNAMICAL);
201 DistributedKv::TYPE_DYNAMICAL);
220 DistributedKv::TYPE_DYNAMICAL);
241 DistributedKv::TYPE_DYNAMICAL);
279 DistributedKv::TYPE_DYNAMICAL);
297 DistributedKv::TYPE_DYNAMICAL);
315 DistributedKv::TYPE_DYNAMICAL);
[all …]
H A Dkv_adapter_test.cpp59 DistributedKv::TYPE_DYNAMICAL); in SetUpTestCase()
393 DistributedKv::TYPE_DYNAMICAL);
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h412 TYPE_DYNAMICAL, enumerator
514 … return isValid && (dataType == DataType::TYPE_STATICS || dataType == DataType::TYPE_DYNAMICAL); in IsValidType()
553 DataType dataType = DataType::TYPE_DYNAMICAL;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/dbadapter/src/
H A Ddb_adapter_test.cpp106 g_dbAdapterPtr->Init(true, DistributedKv::DataType::TYPE_DYNAMICAL); in SetUpTestCase()
143 EXPECT_EQ(DH_FWK_SUCCESS, g_dbAdapterPtr->Init(true, DistributedKv::DataType::TYPE_DYNAMICAL));
397 g_dbAdapterPtr->GetKvStorePtr(true, DistributedKv::DataType::TYPE_DYNAMICAL);
412 g_dbAdapterPtr->GetKvStorePtr(true, DistributedKv::DataType::TYPE_DYNAMICAL);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp76 case DataType::TYPE_DYNAMICAL: in OnRemoteChange()
107 case DataType::TYPE_DYNAMICAL: in IsChanged()
H A Dkvdb_notifier_stub.cpp92 …tatic_cast<int>(DataType::TYPE_STATICS) || dataType > static_cast<int>(DataType::TYPE_DYNAMICAL)) { in OnOnRemoteChange()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dsingle_kvstore_async_get_test.cpp52 … .kvStoreType = KvStoreType::SINGLE_VERSION, .dataType = DataType::TYPE_DYNAMICAL }; in SetUpTestCase()
87 EXPECT_EQ(options.dataType, DataType::TYPE_DYNAMICAL);
149 options.dataType = DataType::TYPE_DYNAMICAL;
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Ddb_adapter.h79 DistributedKv::DataType dataType_ {DistributedKv::DataType::TYPE_DYNAMICAL};
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp77 if (dataType == DistributedKv::DataType::TYPE_DYNAMICAL) { in GetKvStorePtr()
256 if (this->dataType_ == DistributedKv::DataType::TYPE_DYNAMICAL) { in GetDataByKey()
287 if (this->dataType_ == DistributedKv::DataType::TYPE_DYNAMICAL) { in GetDataByKeyPrefix()
H A Dversion_info_manager.cpp84 if (dbAdapterPtr_->Init(false, DistributedKv::DataType::TYPE_DYNAMICAL) != DH_FWK_SUCCESS) { in Init()
H A Dcapability_info_manager.cpp94 if (dbAdapterPtr_->Init(false, DistributedKv::DataType::TYPE_DYNAMICAL) != DH_FWK_SUCCESS) { in Init()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddsched_sync_e2e.cpp187 .dataType = DataType::TYPE_DYNAMICAL, in GetKvStore()
H A Ddistributed_bm_storage.cpp555 .dataType = DataType::TYPE_DYNAMICAL, in GetKvStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsingle_store_impl.h146 int32_t dataType_ = DataType::TYPE_DYNAMICAL;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp155 saveMeta.dataType = DistributedKv::DataType::TYPE_DYNAMICAL; in OnInitialize()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp153 data.dataType = DataType::TYPE_DYNAMICAL; in InitMetaData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp1706 options.dataType = DataType::TYPE_DYNAMICAL;
1743 options.dataType = DataType::TYPE_DYNAMICAL;
1789 options.dataType = DataType::TYPE_DYNAMICAL;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp410 metaData.dataType = DistributedKv::DataType::TYPE_DYNAMICAL; in BuildMetaDataParam()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp59 DistributedKv::TYPE_DYNAMICAL); in Init()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp841 if (metaData.dataType == DataType::TYPE_DYNAMICAL && dynamic) { in IsRemoteChange()
1021 static_cast<DeviceMatrix::LevelType>(DataType::TYPE_DYNAMICAL)); in DoSyncInOrder()