Home
last modified time | relevance | path

Searched refs:Hash (Results 1 - 25 of 49) sorted by relevance

12

/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 { class
/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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Drepeat_node.cpp50 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 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);
H A Dhash.h39 class Hash final {
46 inline static const std::string className_ = "Hash";
H A Dcreate_streamhash.cpp27 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 Dhash.h27 class Hash final {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dhash.h23 class Hash { class
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_shader_filter.h33 uint32_t Hash() const in Hash() function in OHOS::Rosen::GEShaderFilter
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_shader_filter.h62 uint32_t Hash() const in Hash() function in OHOS::Rosen::RSShaderFilter
H A Drs_filter.h95 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 Drs_drawing_filter.cpp60 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 Dstylus_detector_mgr.h38 struct Hash { struct
44 using FrameNodeSet = std::unordered_set<RefPtr<NG::FrameNode>, Hash>;
/foundation/communication/ipc/ipc/test/rpc/socket_trans/src/
H A Drpc_mini_socket_trans.c56 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 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()
/foundation/arkui/ace_engine/frameworks/base/json/
H A Dnode_object.cpp231 size_t NodeObject::Hash() in Hash() function in OHOS::Ace::NodeObject
234 return uobject_->Hash(); in Hash()
H A Dnode_object.h51 size_t Hash();
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_directory.cpp46 return BASE_NS::Hash(s.type, s.name);
/foundation/communication/ipc/interfaces/innerkits/rust/src/
H A Derrors.rs47 #[derive(Hash, Eq, PartialEq, Ord, PartialOrd, Clone, Copy, Debug)]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp289 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 Dnode_context_pso_manager.cpp66 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 Dmain.cpp147 return Hash::GenHashKey() ? 0 : -1; in main()
/foundation/arkui/ace_engine/test/unittest/base/
H A Duobject_test.cpp137 uObject.Hash(); in HWTEST_F()

Completed in 9 milliseconds

12