Searched refs:kDropDetectAppId (Results 1 – 2 of 2) sorted by relevance
74 DropDetect::DropDetect(const uint64_t drop_detect_app_id) : kDropDetectAppId(drop_detect_app_id) {} in DropDetect()105 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse()123 if (message.app_id != kDropDetectAppId || message.message_type != kDropEventDetection || in handleNanoappMessage()
44 const uint64_t kDropDetectAppId; variable