Searched refs:publishType (Results 1 – 15 of 15) sorted by relevance
38 android.hardware.wifi.NanPublishType publishType;
37 NanPublishType publishType;
133 * NanPublishType publishType = <i>variable</i>
1114 NanPublishType publishType;1116 * For publishType of |NanPublishType.SOLICITED| or |NanPublishType.UNSOLICITED_SOLICITED|
141 * NanPublishType publishType = <i>variable</i>
356 u32 publishType:2; member
799 pFwReq->publishServiceReqParams.publishType = pReq->publish_type; in putNanPublish()
394 u32 publishType:2; member
833 pFwReq->publishServiceReqParams.publishType = pReq->publish_type; in putNanPublish()
671 nanPublishRequest.publishType = NanPublishType::UNSOLICITED; in TEST_P()
648 nanPublishRequest.publishType = NanPublishType::UNSOLICITED; in TEST_P()
1057 NanPublishType publishType;1060 * For publishType of |NanPublishType.SOLICITED| or |NanPublishType.UNSOLICITED_SOLICITED|
1861 legacy_request->publish_type = convertAidlNanPublishTypeToLegacy(aidl_request.publishType); in convertAidlNanPublishRequestToLegacy()