Home
last modified time | relevance | path

Searched refs:Hash (Results 1 – 25 of 120) sorted by relevance

12345

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/hash/
H A Dhash.cpp27 bool Hash::GenHashKey() in GenHashKey()
38 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout()
40 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatStdout()
51 bool Hash::FormatFile(const FileDetailMap &fileDetails, const std::string &filePath) in FormatFile()
53 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatFile()
72 std::vector<std::string> Hash::GetHashInfo(const FileDetailMap &fileDetails) in GetHashInfo()
78 if (!Hash::GenFileHashKey(detail.second.filePath_, haskKey)) { in GetHashInfo()
88 bool Hash::GenFileHashKey(const std::string &path, size_t &hashKey) in GenFileHashKey()
H A Dhash.h26 class Hash {
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/hash/
H A Dhash.cpp20 bool Hash::GenHashKey() in GenHashKey()
31 bool Hash::FormatStdout(const FileDetailMap &fileDetails) in FormatStdout()
33 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatStdout()
44 bool Hash::FormatFile(const FileDetailMap &fileDetails, const std::string &filePath) in FormatFile()
46 std::vector<std::string> hashInfos = Hash::GetHashInfo(fileDetails); in FormatFile()
65 std::vector<std::string> Hash::GetHashInfo(const FileDetailMap &fileDetails) in GetHashInfo()
71 if (!Hash::GenFileHashKey(detail.second.filePath_, haskKey)) { in GetHashInfo()
81 bool Hash::GenFileHashKey(const std::string &path, size_t &hashKey) in GenFileHashKey()
H A Dhash.h19 class Hash {
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs18 use std::hash::Hash;
35 impl<K: Eq + Hash, V: Clone> Pool<K, V> {
48 #[derive(Debug, PartialEq, Eq, Hash, Clone)]
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-hmac-overview.md3 …ode)提供了一种在不可靠介质上检验传输或存储信息完整性的方法,HMAC是密钥相关的哈希运算消息认证码(Hash-based Message Authentication Code),是一种基于H…
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_stack___certificate_pinning.md21 | [hashAlgorithm](netstack.md#hashAlgorithm) | Hash algorithm|
22 | [publicKeyHash](netstack.md#publicKeyHash) | Hash value.|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dhash.cpp19 uint64_t Hash::HashFunc(const std::string &input) in HashFunc()
31 uint32_t Hash::Hash32Func(const std::string &input) in Hash32Func()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp71 napi_value Hash::Async(napi_env env, napi_callback_info info) in Async()
120 NVal::DeclareNapiFunction("hash", Hash::Async), in Export()
121 NVal::DeclareNapiFunction("createHash", CreateStreamHash::Hash), in Export()
H A Dcreate_streamhash.h26 static napi_value Hash(napi_env env, napi_callback_info info);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_device_info.md47 | const char \* [OH_GetBuildRootHash](#oh_getbuildroothash) (void) | 获取系统的构建版本Hash。 |
133 获取系统的构建版本Hash
139 字符串类型的系统的构建版本Hash
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/
H A Dimg_hash_check.rs18 use std::hash::Hash;
76 #[derive(Hash, Eq, PartialEq, Debug)]
81 pub struct ImgHashData<T: Hash + Eq + PartialEq> {
168 impl<T: Default + ReadLeBytes + Hash + Eq + PartialEq> ImgHashData<T> {
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_drawing_filter.cpp60 hash_ = shaderFilter->Hash(); in RSDrawingFilter()
69 hash_ = shaderFilter->Hash(); in RSDrawingFilter()
81 uint32_t hash = shaderFilter->Hash(); in RSDrawingFilter()
189 uint32_t RSDrawingFilter::Hash() const in Hash() function in OHOS::Rosen::RSDrawingFilter
233 auto otherHash = other->Hash(); in Compose()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs43 #[derive(Eq, Hash, PartialEq)]
153 #[derive(Eq, Hash, PartialEq)]
181 #[derive(Eq, Hash, PartialEq)]
H A Dextension.rs18 use std::{collections::HashMap, fmt::Display, hash::Hash, io};
94 K: Eq + PartialEq + Hash + std::fmt::Display,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_node.cpp54 struct Hash { in FinishRepeatRender() struct
64 std::unordered_set<RefPtr<UINode>, Hash> in FinishRepeatRender()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/stylus/
H A Dstylus_detector_mgr.h37 struct Hash { struct
43 using FrameNodeSet = std::unordered_set<RefPtr<NG::FrameNode>, Hash>; argument
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/
H A Dplugin_interface.rs27 #[derive(Default, Hash, PartialEq, Eq, Clone)]
71 #[derive(Default, Hash, PartialEq, Eq, Clone)]
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_socket_trans.c56 static uint16_t Hash(const char *name) in Hash() function
149 uint16_t port = Hash((char *)args); in OpenTcpServerSocket()
245 uint16_t port = Hash(SaSessionName); in Connect()
H A Drpc_mini_socket_trans.c56 static uint16_t Hash(const char *name) in Hash() function
155 uint16_t port = Hash((char *)args); in OpenTcpServerSocket()
316 uint16_t port = Hash(saSessionName); in Connect()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dhash.h27 class Hash final {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dhash.h23 class Hash {
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dtoken.rs15 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_shader_filter.h33 uint32_t Hash() const in Hash() function
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/
H A Dlib.rs27 #[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)]

12345