Home
last modified time | relevance | path

Searched defs:storageType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dpersistent_storage.cpp34 bool PersistentStorage::HasKey(const std::string& key, PersistentStorageType storageType) in HasKey()
48 void PersistentStorage::Delete(const std::string& key, PersistentStorageType storageType) in Delete()
60 …hared_ptr<PersistentPerference> PersistentStorage::GetPreference(PersistentStorageType storageType) in GetPreference()
74 …ersistentStorage::Insert(const std::string& key, const T& value, PersistentStorageType storageType) in Insert()
101 void PersistentStorage::Get(const std::string& key, T& value, PersistentStorageType storageType) in Get()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistent_storage.cpp26 bool ScenePersistentStorage::HasKey(const std::string& key, ScenePersistentStorageType storageType) in HasKey()
40 void ScenePersistentStorage::Delete(const std::string& key, ScenePersistentStorageType storageType) in Delete()
52 …PersistentPerference> ScenePersistentStorage::GetPreference(ScenePersistentStorageType storageType) in GetPreference()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_manager.c140 static int32_t GetStorageTypePath(uint32_t storageType, struct HksStoreMaterial *outMaterial) in GetStorageTypePath()
185 static int32_t GetPathType(const struct HksProcessInfo *processInfo, uint32_t storageType, in GetPathType()
234 const struct HksParamSet *paramSet, const struct HksBlob *keyAlias, uint32_t storageType, in InitStorageMaterial()
289 const struct HksBlob *keyAlias, const struct HksBlob *keyBlob, uint32_t storageType) in HksManageStoreKeyBlob()
321 const struct HksBlob *keyAlias, uint32_t storageType) in HksManageStoreDeleteKeyBlob()
353 const struct HksBlob *keyAlias, uint32_t storageType) in HksManageStoreIsKeyBlobExist()
385 const struct HksBlob *keyAlias, struct HksBlob *keyBlob, uint32_t storageType) in HksManageStoreGetKeyBlob()
430 const struct HksBlob *keyAlias, uint32_t *keyBlobSize, uint32_t storageType) in HksManageStoreGetKeyBlobSize()
561 const struct HksBlob *newKeyAlias, uint32_t storageType) in HksManageStoreRenameKeyAlias()
H A Dhks_storage_lite.c597 uint32_t storageType, const struct HksBlob *keyBlob) in HksStoreKeyBlob()
626 const struct HksBlob *keyAlias, uint32_t storageType) in HksStoreDeleteKeyBlob()
664 const struct HksBlob *keyAlias, uint32_t storageType) in HksStoreIsKeyBlobExist()
676 const struct HksBlob *keyAlias, uint32_t storageType, struct HksBlob *keyBlob) in HksStoreGetKeyBlob()
706 const struct HksBlob *keyAlias, uint32_t storageType, uint32_t *keyBlobSize) in HksStoreGetKeyBlobSize()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_persistent_storage_test.cpp58 ScenePersistentStorageType storageType = ScenePersistentStorageType::UKNOWN; variable
75 ScenePersistentStorageType storageType = ScenePersistentStorageType::UKNOWN; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistent_storage.h42 … static void Insert(const std::string& key, const T& value, ScenePersistentStorageType storageType) in Insert()
69 static void Get(const std::string& key, T& value, ScenePersistentStorageType storageType) in Get()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dstorage.cpp78 void Storage::SetStorageType(uint16_t storageType) in SetStorageType()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/include/
H A Dhks_rkc.h34 uint8_t storageType; /* the storage type of root key component */ member
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_modify_key_test.c127 uint32_t storageType, const struct HksBlob *keyBlob) in HksStoreKeyBlob()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Ddisallowed_usb_devices_plugin.cpp134 USB::UsbDeviceType storageType; in CombineDataWithStorageAccessPolicy() local
H A Dusb_read_only_plugin.cpp120 USB::UsbDeviceType storageType; in DealDisablePolicy() local
/ohos5.0/base/update/updateservice/services/firmware/data/db/include/
H A Dfirmware_component.h49 int32_t storageType = 0; // 内测或商用版本 member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_utils.cpp32 int storageType = sqlite3_column_type(statement, cid); in GetDataValueByType() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dfscrypt_control.c406 static int ActSetFileXattrActSetFileXattr(const char *path, char *keyDesc, int storageType) in ActSetFileXattrActSetFileXattr()
/ohos5.0/base/update/updateservice/services/firmware/common/include/
H A Dfirmware_common.h133 int32_t storageType = 0; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp144 void FieldInfo::SetStorageType(StorageType storageType) in SetStorageType()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp600 USB::UsbDeviceType storageType; in OnUsbServiceStart() local