Searched refs:getDataNotifyCount_ (Results 1 – 2 of 2) sorted by relevance
37 getDataNotifyCount_(0) in SyncStateMachine()441 getDataNotifyCount_ = 0; in StartFeedDogForGetData()456 getDataNotifyCount = getDataNotifyCount_; in StartFeedDogForGetData()493 if (getDataNotifyCount_ >= MAX_DATA_NOTIFY_COUNT) { in DoGetAndSendDataNotify()499 getDataNotifyCount_++; in DoGetAndSendDataNotify()510 getDataNotifyCount_ = 0; in StopFeedDogForGetDataInner()
182 volatile uint8_t getDataNotifyCount_; variable