Home
last modified time | relevance | path

Searched refs:authHintCnt_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_slot.cpp120 return authHintCnt_; in GetAuthHintCnt()
125 authHintCnt_++; in AddAuthHintCnt()
130 authHintCnt_ = count; in SetAuthHintCnt()
418 if (!parcel.WriteInt32(authHintCnt_)) { in Marshalling()
459 authHintCnt_ = parcel.ReadInt32(); in ReadFromParcel()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_slot.h477 int32_t authHintCnt_ = {0}; variable