Home
last modified time | relevance | path

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

12

/base/notification/distributed_notification_service/services/ans/src/notification_extension/
Dnotification_operation_service.cpp50 void DistributedOperationService::AddOperation(const std::string& hashCode, in AddOperation()
85 void DistributedOperationService::RemoveOperationResponse(const std::string& hashCode) in RemoveOperationResponse()
107 void DistributedOperationService::ReplyOperationResponse(const std::string& hashCode, int32_t resul… in ReplyOperationResponse()
131 void DistributedOperationService::HandleOperationTimeOut(const std::string& hashCode) in HandleOperationTimeOut()
/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_publish_service.cpp292 std::string hashCode; in RemoveNotification() local
328 std::string hashCode; in RemoveNotifications() local
420 std::string hashCode = notification->GetKey(); in HandleNotificationSync() local
438 std::shared_ptr<AAFwk::Want> GetNotificationWantPtr(const std::string& hashCode) in GetNotificationWantPtr()
462 void DistributedService::TriggerJumpApplication(const std::string& hashCode) in TriggerJumpApplication()
508 ErrCode DistributedService::GetNotificationButtonWantPtr(const std::string& hashCode, in GetNotificationButtonWantPtr()
577 ErrCode DistributedService::TriggerReplyApplication(const std::string& hashCode, in TriggerReplyApplication()
617 void DistributedService::HandleOperationResponse(const std::string& hashCode, in HandleOperationResponse()
629 void DistributedService::ReplyOperationResponse(const std::string& hashCode, in ReplyOperationResponse()
668 std::string hashCode; in HandleResponseSync() local
Ddistributed_subscribe_service.cpp365 auto hashCode = operationInfo->GetHashCode(); in OnResponse() local
/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/notification/distributed_notification_service/services/distributed/src/tlv_box/
Dbatch_remove_box.cpp35 bool BatchRemoveNotificationBox::SetNotificationHashCode(const std::string& hashCode) in SetNotificationHashCode()
Dremove_box.cpp36 bool NotificationRemoveBox::SetNotificationHashCode(const std::string& hashCode) in SetNotificationHashCode()
Dnotification_sync_box.cpp89 std::string hashCode; in GetNotificationList() local
Dresponse_box.cpp39 bool NotificationResponseBox::SetNotificationHashCode(const std::string& hashCode) in SetNotificationHashCode()
/base/security/selinux_adapter/framework/policycoreutils/src/
Dselinux_map.c98 int hashCode = GroupNodeGetNodeHashCode(node); in HashMapAdd() local
118 int hashCode = GenerateHashCode(key, len); in HashMapGet() local
/base/security/certificate_framework/interfaces/inner_api/certificate/
Dx509_crl_entry.h53 CfResult (*hashCode)(HcfX509CrlEntry *self, CfBlob *out); member
Dx509_cert_chain.h44 CfResult (*hashCode)(HcfCertChain *self, CfBlob *out); member
Dx509_crl.h85 CfResult (*hashCode)(HcfX509Crl *self, CfBlob *out); member
Dx509_certificate.h106 CfResult (*hashCode)(HcfX509Certificate *self, CfBlob *out); member
/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/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_operation_info.cpp53 void NotificationOperationInfo::SetHashCode(const std::string& hashCode) in SetHashCode()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h214 std::string hashCode; member
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/include/
Dapp_event_cache_common.h63 int64_t hashCode = 0; member
/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
Dnapi_subscribe.cpp328 std::string hashCode; in NapiDistributeOperation() local
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DUtils.java181 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader()
DFetcher.java246 public int hashCode() { in hashCode() method in Fetcher
/base/notification/distributed_notification_service/frameworks/core/src/manager/
Dans_manager_proxy.cpp1079 ErrCode AnsManagerProxy::ReplyDistributeOperation(const std::string& hashCode, const int32_t result) in ReplyDistributeOperation()
1115 const std::string& hashCode, sptr<NotificationRequest>& notificationRequest) in GetNotificationRequestByHashCode()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_store.cpp578 int64_t AppEventStore::QueryObserverSeq(const std::string& name, int64_t hashCode) in QueryObserverSeq()
584 int64_t AppEventStore::QueryObserverSeqAndFilters(const std::string& name, int64_t hashCode, std::s… in QueryObserverSeqAndFilters()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp89 const std::string& name, int64_t hashCode) in InitObserverFromDb()
/base/startup/init/test/unittest/param/
Dparamservice_unittest.cpp546 int hashCode = CheckWatchTriggerTimeout(); variable
/base/notification/distributed_notification_service/services/ans/src/
Dans_manager_stub_invalid.cpp36 const std::string& hashCode, sptr<NotificationRequest>& notificationRequest) in GetNotificationRequestByHashCode()
603 ErrCode AnsManagerStub::ReplyDistributeOperation(const std::string& hashCode, const int32_t result) in ReplyDistributeOperation()

12