Searched defs:pOpt (Results 1 – 3 of 3) sorted by relevance
93 auto pOpt = new (std::nothrow) NotificationDistributedOptions(); in FromJson() local
1683 auto pOpt = parcel.ReadParcelable<NotificationDistributedOptions>(); in ReadFromParcel() local2293 … auto *pOpt = NotificationJsonConverter::ConvertFromJson<NotificationDistributedOptions>(optObj); in ConvertJsonToNotificationDistributedOptions() local
325 int AddOptStrToOpts(uint8_t *pOpts, uint8_t *pOpt, int nOptLen) in AddOptStrToOpts()