/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 {
class
|
/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()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | repeat_node.cpp | 50 struct Hash { in FinishRepeatRender() struct 60 std::unordered_set<RefPtr<UINode>, Hash> in FinishRepeatRender()
|
/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);
|
H A D | hash.h | 39 class Hash final { 46 inline static const std::string className_ = "Hash";
|
H A D | create_streamhash.cpp | 27 napi_value CreateStreamHash::Hash(napi_env env, napi_callback_info info) in Hash() function in OHOS::FileManagement::ModuleFileIO::CreateStreamHash
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | hash.h | 27 class Hash final {
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | hash.h | 23 class Hash { class
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_shader_filter.h | 33 uint32_t Hash() const
in Hash() function in OHOS::Rosen::GEShaderFilter
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_shader_filter.h | 62 uint32_t Hash() const in Hash() function in OHOS::Rosen::RSShaderFilter
|
H A D | rs_filter.h | 95 virtual uint32_t Hash() const in Hash() function in OHOS::Rosen::RSFilter
|
/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() 192 uint32_t RSDrawingFilter::Hash() const in Hash() function in OHOS::Rosen::RSDrawingFilter 236 auto otherHash = other->Hash(); in Compose()
|
/foundation/arkui/ace_engine/frameworks/core/common/stylus/ |
H A D | stylus_detector_mgr.h | 38 struct Hash { struct 44 using FrameNodeSet = std::unordered_set<RefPtr<NG::FrameNode>, Hash>;
|
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/ |
H A D | rpc_mini_socket_trans.c | 56 static uint16_t Hash(const char *name) in Hash() function 61 RPC_LOG_INFO("Hash called %s", name); in Hash() 155 uint16_t port = Hash((char *)args); in OpenTcpServerSocket() 316 uint16_t port = Hash(saSessionName); in Connect()
|
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()
|
/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | node_object.cpp | 231 size_t NodeObject::Hash() in Hash() function in OHOS::Ace::NodeObject 234 return uobject_->Hash(); in Hash()
|
H A D | node_object.h | 51 size_t Hash();
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | proxy_directory.cpp | 46 return BASE_NS::Hash(s.type, s.name);
|
/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | errors.rs | 47 #[derive(Hash, Eq, PartialEq, Ord, PartialOrd, Clone, Copy, Debug)]
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | distributed_ui.cpp | 289 if (IsRecordHash(nodeId, nodeObject->Hash())) { in DumpDirtyRenderNodes() 307 if (IsRecordHash(nodeId, nodeObject->Hash())) { in DumpDirtyLayoutNodes() 322 AddNodeHash(nodeId, nodeObject->Hash()); in DumpNewNodes() 439 AddNodeHash(node->GetId(), nodeObject->Hash()); in DumpTreeInner()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 66 return Hash(shaderHandle.id, shaderSpecialization); 77 return Hash(hash, shaderHandle.id, graphicsStateHandle.id, shaderSpecialization, customGraphicsStateHash); 414 (device_.GetBackendType() == DeviceBackendType::VULKAN) ? Hash(handle.id, psoStateHash) : handle.id;
|
/foundation/ability/idl_tool/idl_tool_2/ |
H A D | main.cpp | 147 return Hash::GenHashKey() ? 0 : -1; in main()
|
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | uobject_test.cpp | 137 uObject.Hash(); in HWTEST_F()
|