Home
last modified time | relevance | path

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

12

/base/notification/distributed_notification_service/services/distributed/src/soft_bus/
Ddistributed_operation_service.cpp56 std::string hashCode; in HandleNotificationOperation() local
114 static ErrCode GetNotificationButtonWantPtr(const std::string& hashCode, const std::string& actionN… in GetNotificationButtonWantPtr()
171 static std::shared_ptr<AAFwk::Want> GetNotificationWantPtr(const std::string& hashCode) in GetNotificationWantPtr()
195 void DistributedOperationService::ReplyOperationResponse(const std::string& hashCode, in ReplyOperationResponse()
227 int32_t DistributedOperationService::TriggerReplyApplication(const std::string& hashCode, in TriggerReplyApplication()
269 void DistributedOperationService::TriggerJumpApplication(const std::string& hashCode, const int32_t… in TriggerJumpApplication()
315 void DistributedOperationService::TriggerByOperationType(const std::string& hashCode, const int32_t… in TriggerByOperationType()
335 auto hashCode = operationInfo->GetHashCode(); in OnOperationResponse() local
377 void DistributedOperationService::ResponseOperationResult(const std::string& hashCode, in ResponseOperationResult()
Ddistributed_unlock_listener_oper_service.cpp54 void UnlockListenerOperService::AddDelayTask(const std::string& hashCode, const int32_t jumpType, in AddDelayTask()
95 void UnlockListenerOperService::RemoveOperationResponse(const std::string& hashCode) in RemoveOperationResponse()
124 for (std::string hashCode : hashCodeOrder_) { in ReplyOperationResponse() local
147 void UnlockListenerOperService::HandleOperationTimeOut(const std::string& hashCode) in HandleOperationTimeOut()
160 void UnlockListenerOperService::TriggerByJumpType(const std::string& hashCode, const int32_t jumpTy… in TriggerByJumpType()
214 ErrCode UnlockListenerOperService::GetNtfBtnWantAgentPtr(const std::string& hashCode, in GetNtfBtnWantAgentPtr()
259 const std::string& hashCode) in GetNtfWantAgentPtr()
Ddistributed_publish_service_v2.cpp71 std::string hashCode; in RemoveNotification() local
123 std::string hashCode; in RemoveNotifications() local
186 std::string hashCode, int32_t slotTypes) in OnRemoveNotification()
291 std::string &hashCode, int32_t &slotTypes) in MakeRemvoeBox()
318 for (auto hashCode : hashCodes) { in MakeBatchRemvoeBox() local
833 std::string hashCode = notification->GetKey(); in PublishSynchronousLiveView() local
/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()
Ddistributed_collaboration_service.cpp40 std::string hashCode = notification->GetKey(); in AddCollaborativeDeleteItem() local
60 std::string hashCode = notification->GetKey(); in CheckCollaborativePublish() 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/frameworks/ets/ani/src/
Dsts_sorting.cpp30 std::string hashCode; in WarpNotificationSorting() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/servicegetnotificationrequestbyhashcode_fuzzer/
Dservice_getnotificationrequestbyhashcode_fuzzer.cpp27 std::string hashCode = fuzzData->ConsumeRandomLengthString(); in DoSomethingInterestingWithMyAPI() local
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice/servicereplydistributeoperation_fuzzer/
Dservice_replydistributeoperation_fuzzer.cpp29 std::string hashCode = fuzzData->ConsumeRandomLengthString(); in DoSomethingInterestingWithMyAPI() local
/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/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
Dapp_event_observer_mgr.cpp95 …erverToDb(std::shared_ptr<AppEventObserver> observer, const std::string& filters, int64_t hashCode) in StoreObserverToDb()
107 …romDb(std::shared_ptr<AppEventObserver> observer, const std::string& filters, int64_t hashCode = 0) in InitObserverFromDb()
207 int64_t AppEventObserverMgr::GetSeqFromProcessors(const std::string& name, int64_t hashCode) in GetSeqFromProcessors()
314 int64_t AppEventObserverMgr::AddProcessorWithTimeLimited(const std::string& name, int64_t hashCode, in AddProcessorWithTimeLimited()
367 int64_t hashCode = processor->GenerateHashCode(); in AddProcessor() local
/base/notification/distributed_notification_service/services/distributed/src/tlv_box/
Dremove_box.cpp36 bool NotificationRemoveBox::SetNotificationHashCode(const std::string& hashCode) in SetNotificationHashCode()
Dnotification_sync_box.cpp91 std::string hashCode; in GetNotificationList() local
Dresponse_box.cpp39 bool NotificationResponseBox::SetNotificationHashCode(const std::string& hashCode) in SetNotificationHashCode()
/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/services/ans/test/unittest/advanced_notification_service_test/
Dadvanced_notification_service_unit_test.cpp816 std::string hashCode; variable
834 std::string hashCode; variable
852 std::string hashCode; variable
871 std::string hashCode = "hashCode"; variable
890 std::string hashCode = "hashCode"; variable
908 std::string hashCode = "hashCode"; variable
926 std::string hashCode = "hashCode"; variable
946 std::string hashCode = "hashCode"; variable
/base/security/certificate_framework/interfaces/inner_api/certificate/
Dx509_crl_entry.h60 CfResult (*hashCode)(HcfX509CrlEntry *self, CfBlob *out); member
Dx509_cert_chain.h44 CfResult (*hashCode)(HcfCertChain *self, CfBlob *out); member
Dx509_crl.h88 CfResult (*hashCode)(HcfX509Crl *self, CfBlob *out); member
Dx509_certificate.h112 CfResult (*hashCode)(HcfX509Certificate *self, CfBlob *out); member
/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/ets/ani/src/subscribe/
Dani_remove.cpp68 void AniRemoveForHashCode(ani_env *env, ani_string hashCode, ani_object reasonEnum) in AniRemoveForHashCode()
/base/notification/distributed_notification_service/services/ans/src/advanced_notification_manager/
Dadvanced_notification_query.cpp257 const std::string& hashCode, sptr<NotificationRequest>& notificationRequest) in GetNotificationRequestByHashCode()
/base/notification/distributed_notification_service/frameworks/js/napi/include/
Dsubscribe.h247 std::string hashCode; member
/base/notification/distributed_notification_service/test/fuzztest/notificationparcel_fuzzer/
Dnotificationparcel_fuzzer.cpp193 std::string hashCode = fdp->ConsumeRandomLengthString(); in TestNotificationOperationInfoParcel() local

12