Searched refs:kDropDetectAppId (Results 1 – 2 of 2) sorted by relevance
89 DropDetect::DropDetect(const uint64_t drop_detect_app_id) : kDropDetectAppId(drop_detect_app_id) {} in DropDetect()120 if (nanoapp->app_id == kDropDetectAppId) { in handleNanoappListResponse()192 if (message.app_id != kDropDetectAppId) in handleNanoappMessage()
44 const uint64_t kDropDetectAppId; variable