/base/security/certificate_framework/interfaces/inner_api/certificate/ |
H A D | x509_cert_chain.h | 44 CfResult (*hashCode)(HcfCertChain *self, CfBlob *out); member
|
H A D | x509_crl_entry.h | 53 CfResult (*hashCode)(HcfX509CrlEntry *self, CfBlob *out); member
|
H A D | x509_certificate.h | 99 CfResult (*hashCode)(HcfX509Certificate *self, CfBlob *out); member
|
H A D | x509_crl.h | 85 CfResult (*hashCode)(HcfX509Crl *self, CfBlob *out); member
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_observer_dao.cpp | 62 int64_t AppEventObserverDao::Insert(const std::string& observer, int64_t hashCode)
in Insert() argument 74 int64_t AppEventObserverDao::QuerySeq(const std::string& observer, int64_t hashCode)
in QuerySeq() argument
|
H A D | app_event_store.cpp | 219 int64_t AppEventStore::InsertObserver(const std::string& observer, int64_t hashCode)
in InsertObserver() argument 441 int64_t AppEventStore::QueryObserverSeq(const std::string& observer, int64_t hashCode)
in QueryObserverSeq() argument
|
/base/security/selinux_adapter/framework/policycoreutils/src/ |
H A D | selinux_map.c | 98 int hashCode = GroupNodeGetNodeHashCode(node); in HashMapAdd() local 118 int hashCode = GenerateHashCode(key, len); HashMapGet() local [all...] |
/base/startup/init/services/utils/ |
H A D | init_hashmap.c | 81 int hashCode = tab->nodeHash(node);
in OH_HashMapAdd() local 101 int hashCode = tab->keyHash(key); OH_HashMapRemove() local 127 int hashCode = tab->keyHash(key); OH_HashMapGet() local 160 OH_HashMapFind(HashMapHandle handle, int hashCode, const void *key, HashKeyCompare keyCompare) OH_HashMapFind() argument [all...] |
/base/startup/init/services/init/standard/ |
H A D | init_cmdexecutor.c | 160 int hashCode = (((unsigned int)index >> 16) & 0x0000ffff) - 1; // 16 left shift
in GetPluginCmdByIndex() local 219 int hashCode = GenerateHashCode(cmdName);
in PluginGetCmdIndex() local [all...] |
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | Utils.java | 181 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader() argument
|
H A D | Fetcher.java | 246 public int hashCode() { in hashCode() method in Fetcher
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | app_event_observer_mgr.cpp | 85 InitObserverFromDb(std::shared_ptr<AppEventObserver> observer, const std::string& name, int64_t hashCode) InitObserverFromDb() argument
|
/base/startup/init/test/unittest/param/ |
H A D | paramservice_unittest.cpp | 535 int hashCode = CheckWatchTriggerTimeout(); in HWTEST_F() local
|
/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 792 napi_value hashCode = nullptr; in GetHashCodes() local
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 1056 napi_value hashCode = nullptr; in GetHashCodes() local
|
/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 200 char* hashCode; member
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 2146 void AdvancedNotificationService::TriggerAutoDelete(const std::string &hashCode, int32_t reason) in TriggerAutoDelete() argument
|