Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_observer_dao.cpp62 int64_t AppEventObserverDao::Insert(const std::string& observer, int64_t hashCode) in Insert()
74 int64_t AppEventObserverDao::QuerySeq(const std::string& observer, int64_t hashCode) in QuerySeq()
H A Dapp_event_store.cpp219 int64_t AppEventStore::InsertObserver(const std::string& observer, int64_t hashCode) in InsertObserver()
441 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode) in QueryObserverSeq()
/ohos5.0/base/startup/init/services/utils/
H A Dinit_hashmap.c81 int hashCode = tab->nodeHash(node); in OH_HashMapAdd() local
101 int hashCode = tab->keyHash(key); in OH_HashMapRemove() local
127 int hashCode = tab->keyHash(key); in OH_HashMapGet() local
161 int hashCode, const void *key, HashKeyCompare keyCompare) in OH_HashMapFind()
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dselinux_map.c98 int hashCode = GroupNodeGetNodeHashCode(node); in HashMapAdd() local
118 int hashCode = GenerateHashCode(key, len); in HashMapGet() local
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_id_key.h59 int hashCode() in hashCode() function
/ohos5.0/base/security/certificate_framework/interfaces/innerkits/certificate/
H A Dx509_crl_entry.h53 CfResult (*hashCode)(HcfX509CrlEntry *self, CfBlob *out); member
H A Dx509_cert_chain.h44 CfResult (*hashCode)(HcfCertChain *self, CfBlob *out); member
H A Dx509_crl.h85 CfResult (*hashCode)(HcfX509Crl *self, CfBlob *out); member
H A Dx509_certificate.h99 CfResult (*hashCode)(HcfX509Certificate *self, CfBlob *out); member
/ohos5.0/base/startup/init/services/init/standard/
H A Dinit_cmdexecutor.c160 int hashCode = (((unsigned int)index >> 16) & 0x0000ffff) - 1; // 16 left shift in GetPluginCmdByIndex() local
219 int hashCode = GenerateHashCode(cmdName); in PluginGetCmdIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/ability_component/resource/
H A Dability_component_resource.cpp60 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Dhyperlink_resources.cpp35 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_resource.cpp95 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/
H A Dxcomponent_resource.cpp105 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_resource.cpp140 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_resource.cpp138 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_resource.cpp104 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_resource.cpp109 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dbytecode_gen.cpp227 uint32_t hashCode = term->RefNode().lock()->GetHash(); in ByteCodeWriteWalk() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.cpp174 std::stringstream hashCode; in MakeResourceHash() local
/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H A DUtils.java181 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader()
H A DFetcher.java246 public int hashCode() { in hashCode() method in Fetcher
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dapp_event_observer_mgr.cpp86 const std::string& name, int64_t hashCode) in InitObserverFromDb()
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparamservice_unittest.cpp535 int hashCode = CheckWatchTriggerTimeout(); variable
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp792 napi_value hashCode = nullptr; in GetHashCodes() local

12