/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 401 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 D | device_matrix.h | 48 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 D | water_version_manager_test.cpp | 123 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 D | firmware_common.h | 102 PackageType versionPackageType = PackageType::DYNAMIC; 117 PackageType versionPackageType = PackageType::DYNAMIC;
|
/ohos5.0/base/update/updateservice/services/core/ability/model/include/ |
H A D | package_type.h | 21 DYNAMIC = 0, enumerator
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/ |
H A D | water_version_manager.cpp | 53 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 D | water_version_manager.h | 29 DYNAMIC = BEGIN, enumerator
|
/ohos5.0/base/hiviewdfx/hiview/base/include/ |
H A D | plugin.h | 37 DYNAMIC, enumerator 132 type_ = PluginType::DYNAMIC; in SetHandle()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/resource/testdata/ |
H A D | phdrs_from_readelf_32 | 15 DYNAMIC 0x002e78 0x00003e78 0x00003e78 0x00108 0x00108 RW 0x4
|
H A D | phdrs_from_readelf_64 | 22 DYNAMIC 0x0000000000003cf8 0x0000000000004cf8 0x0000000000004cf8
|
H A D | shdrs_from_readelf_32 | 29 [24] .dynamic DYNAMIC 00003e78 002e78 000108 08 WA 7 0 4
|
H A D | shdrs_from_readelf_64 | 54 [24] .dynamic DYNAMIC 0000000000004cf8 00003cf8
|
/ohos5.0/base/update/updateservice/services/firmware/data/db/include/ |
H A D | firmware_component.h | 32 PackageType versionPackageType = PackageType::DYNAMIC;
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-extend-dynamic-loading.md | 55 DYNAMIC 0x000774 0x00010774 0x00010774 0x000c8 0x000c8 RW 0x4
|
/ohos5.0/base/update/updateservice/services/firmware/data/db/src/ |
H A D | firmware_component_table.cpp | 65 int32_t versionPackageType = CAST_INT(PackageType::DYNAMIC); in ParseDbValue()
|
/ohos5.0/base/update/updateservice/services/firmware/utils/src/ |
H A D | firmware_check_analyze_utils.cpp | 83 int32_t versionPackageType = CAST_INT(PackageType::DYNAMIC); in AnalyzeBlVersionCheckResults()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-extend-dynamic-loading.md | 59 DYNAMIC 0x000774 0x00010774 0x00010774 0x000c8 0x000c8 RW 0x4
|
/ohos5.0/base/hiviewdfx/hiview/service/ |
H A D | hiview_service.cpp | 142 (entry.second->GetType() == Plugin::PluginType::DYNAMIC) ? "True" : "False"); in DumpLoadedPluginInfo()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_meta_manager.cpp | 302 DeviceMatrix::LevelType::DYNAMIC, DeviceMatrix::ChangeType::CHANGE_REMOTE); in CreateMetaKvStore()
|