Home
last modified time | relevance | path

Searched refs:TYPE_STATICS (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkvdb_notifier_client.cpp73 case DataType::TYPE_STATICS: in OnRemoteChange()
105 case DataType::TYPE_STATICS: in IsChanged()
H A Dkvdb_notifier_stub.cpp92 …if (dataType < static_cast<int>(DataType::TYPE_STATICS) || dataType > static_cast<int>(DataType::T… in OnOnRemoteChange()
H A Ddistributed_kv_data_manager.cpp55 if (options.dataType == DataType::TYPE_STATICS && options.autoSync) { in GetSingleKvStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dsingle_kvstore_async_get_test.cpp114 …ptions options = { .createIfMissing = true, .autoSync = true, .dataType = DataType::TYPE_STATICS };
136 Options options = { .createIfMissing = true, .dataType = DataType::TYPE_STATICS };
166 Options options = { .createIfMissing = true, .dataType = DataType::TYPE_STATICS };
/ohos5.0/foundation/distributedhardware/device_manager/utils/include/kvadapter/
H A Dkv_adapter.h57 DistributedKv::DataType dataType_ = DistributedKv::DataType::TYPE_STATICS;
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h406 TYPE_STATICS = 0, enumerator
514 … return isValid && (dataType == DataType::TYPE_STATICS || dataType == DataType::TYPE_DYNAMICAL); in IsValidType()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Ddb_adapter.cpp135 this->dataType_ = DistributedKv::DataType::TYPE_STATICS; in InitLocal()
260 …if (this->dataType_ == DistributedKv::DataType::TYPE_STATICS && this->storeId_.storeId == GLOBAL_M… in GetDataByKey()
291 …if (this->dataType_ == DistributedKv::DataType::TYPE_STATICS && this->storeId_.storeId == GLOBAL_M… in GetDataByKeyPrefix()
H A Dmeta_info_manager.cpp91 if (dbAdapterPtr_->Init(false, DistributedKv::DataType::TYPE_STATICS) != DH_FWK_SUCCESS) { in Init()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Dstatic_profile_manager.cpp55 DistributedKv::TYPE_STATICS); in Init()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp1608 options.dataType = DataType::TYPE_STATICS;
1635 options.dataType = DataType::TYPE_STATICS;
1670 options.dataType = DataType::TYPE_STATICS;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp838 if (metaData.dataType == DataType::TYPE_STATICS && statics) { in IsRemoteChange()