/ohos5.0/foundation/ability/idl_tool/idl_tool_2/hash/ |
H A D | hash.cpp | 27 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 D | hash.h | 26 class Hash {
|
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/hash/ |
H A D | hash.cpp | 20 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 D | hash.h | 19 class Hash {
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | pool.rs | 18 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 D | huks-hmac-overview.md | 3 …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.md | 21 | [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 D | hash.cpp | 19 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 D | hash.cpp | 71 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 D | create_streamhash.h | 26 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.md | 47 | 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 D | img_hash_check.rs | 18 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 D | rs_drawing_filter.cpp | 60 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 D | lib.rs | 43 #[derive(Eq, Hash, PartialEq)] 153 #[derive(Eq, Hash, PartialEq)] 181 #[derive(Eq, Hash, PartialEq)]
|
H A D | extension.rs | 18 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 D | repeat_node.cpp | 54 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 D | stylus_detector_mgr.h | 37 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 D | plugin_interface.rs | 27 #[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 D | rpc_socket_trans.c | 56 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 D | rpc_mini_socket_trans.c | 56 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 D | hash.h | 27 class Hash final {
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | hash.h | 23 class Hash {
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/ |
H A D | token.rs | 15 #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_shader_filter.h | 33 uint32_t Hash() const in Hash() function
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
H A D | lib.rs | 27 #[derive(Clone, Copy, PartialEq, Eq, Debug, Hash)]
|