Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_observer_dao.cpp59 int64_t AppEventObserverDao::Insert(const std::string& observer, int64_t hashCode) in Insert()
71 int64_t AppEventObserverDao::QuerySeq(const std::string& observer, int64_t hashCode) in QuerySeq()
Dapp_event_store.cpp192 int64_t AppEventStore::InsertObserver(const std::string& observer, int64_t hashCode) in InsertObserver()
353 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode) in QueryObserverSeq()
/base/startup/init/services/utils/
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()
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_map.c98 int hashCode = GroupNodeGetNodeHashCode(node); in HashMapAdd() local
114 int hashCode = GenerateHashCode(key, len); in HashMapGet() local
/base/startup/init/services/init/standard/
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
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DUtils.java178 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader()
DFetcher.java237 public int hashCode() { in hashCode() method in Fetcher
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp53 const std::string& name, int64_t hashCode) in InitObserverFromDb()
/base/startup/init/test/unittest/param/
Dparamservice_unittest.cpp538 int hashCode = CheckWatchTriggerTimeout(); variable
/base/notification/distributed_notification_service/frameworks/js/napi/src/
Dcommon.cpp1026 napi_value hashCode = nullptr; in GetHashCodes() local
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_service.cpp1555 void AdvancedNotificationService::TriggerAutoDelete(const std::string &hashCode, int32_t reason) in TriggerAutoDelete()