Home
last modified time | relevance | path

Searched refs:DYNAMIC (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp401 mask.dynamic |= codes[LevelType::DYNAMIC]; in OnChanged()
405 mask.dynamic |= codes[LevelType::DYNAMIC]; in OnChanged()
414 mask.SetDynamicMask(codes[LevelType::DYNAMIC]); in OnChanged()
476 it->second.dynamic &= ~codes[LevelType::DYNAMIC]; in OnExchanged()
490 it->second.dynamic &= ~codes[LevelType::DYNAMIC]; in OnExchanged()
551 if (metaData.dataType == LevelType::DYNAMIC) { in GetCode()
571 case LevelType::DYNAMIC: in GetMask()
589 case LevelType::DYNAMIC: in GetRemoteMask()
616 case LevelType::DYNAMIC: in GetRecvLevel()
633 case LevelType::DYNAMIC: in GetConsLevel()
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h48 DYNAMIC, enumerator
71 void OnChanged(uint16_t code, LevelType type = LevelType::DYNAMIC);
74 LevelType type = LevelType::DYNAMIC, ChangeType changeType = ChangeType::CHANGE_ALL);
81 … std::pair<bool, uint16_t> GetMask(const std::string &device, LevelType type = LevelType::DYNAMIC);
82 …pair<bool, uint16_t> GetRemoteMask(const std::string &device, LevelType type = LevelType::DYNAMIC);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dwater_version_manager_test.cpp123 dynamicMeta_.type = WvManager::DYNAMIC; in SetUpTestCase()
228 …d::string waterVersion = WvManager::GetInstance().GetWaterVersion(TEST_DEVICE, WvManager::DYNAMIC);
248 res = WvManager::GetInstance().GetVersion(TEST_DEVICE, WvManager::DYNAMIC);
294 auto type = WvManager::DYNAMIC;
386 …ager::GetInstance().GetVersion(DMAdapter::GetInstance().GetLocalDevice().uuid, WvManager::DYNAMIC);
464 … std::tie(success, version) = WvManager::GetInstance().GetVersion(TEST_DEVICE, WvManager::DYNAMIC);
/ohos5.0/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_common.h102 PackageType versionPackageType = PackageType::DYNAMIC;
117 PackageType versionPackageType = PackageType::DYNAMIC;
/ohos5.0/base/update/updateservice/services/core/ability/model/include/
H A Dpackage_type.h21 DYNAMIC = 0, enumerator
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.cpp53 waterVersions_[DYNAMIC].AddKey(Merge(store.bundleName, store.storeId)); in Init()
88 type = DYNAMIC; in GenerateWaterVersion()
109 type = DYNAMIC; in GetWaterVersion()
308 …metaData.type == STATIC ? DeviceMatrix::STATICS : DeviceMatrix::DYNAMIC, metaData.deviceId != loca… in SaveMatrix()
H A Dwater_version_manager.h29 DYNAMIC = BEGIN, enumerator
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h37 DYNAMIC, enumerator
132 type_ = PluginType::DYNAMIC; in SetHandle()
/ohos5.0/base/hiviewdfx/faultloggerd/test/resource/testdata/
H A Dphdrs_from_readelf_3215 DYNAMIC 0x002e78 0x00003e78 0x00003e78 0x00108 0x00108 RW 0x4
H A Dphdrs_from_readelf_6422 DYNAMIC 0x0000000000003cf8 0x0000000000004cf8 0x0000000000004cf8
H A Dshdrs_from_readelf_3229 [24] .dynamic DYNAMIC 00003e78 002e78 000108 08 WA 7 0 4
H A Dshdrs_from_readelf_6454 [24] .dynamic DYNAMIC 0000000000004cf8 00003cf8
/ohos5.0/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component.h32 PackageType versionPackageType = PackageType::DYNAMIC;
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-mini-extend-dynamic-loading.md55 DYNAMIC 0x000774 0x00010774 0x00010774 0x000c8 0x000c8 RW 0x4
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/
H A Dfirmware_component_table.cpp65 int32_t versionPackageType = CAST_INT(PackageType::DYNAMIC); in ParseDbValue()
/ohos5.0/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_check_analyze_utils.cpp83 int32_t versionPackageType = CAST_INT(PackageType::DYNAMIC); in AnalyzeBlVersionCheckResults()
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-mini-extend-dynamic-loading.md59 DYNAMIC 0x000774 0x00010774 0x00010774 0x000c8 0x000c8 RW 0x4
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp142 (entry.second->GetType() == Plugin::PluginType::DYNAMIC) ? "True" : "False"); in DumpLoadedPluginInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_meta_manager.cpp302 DeviceMatrix::LevelType::DYNAMIC, DeviceMatrix::ChangeType::CHANGE_REMOTE); in CreateMetaKvStore()