Home
last modified time | relevance | path

Searched defs:pOpt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_distributed_options.cpp93 auto pOpt = new (std::nothrow) NotificationDistributedOptions(); in FromJson() local
H A Dnotification_request.cpp1683 auto pOpt = parcel.ReadParcelable<NotificationDistributedOptions>(); in ReadFromParcel() local
2293 … auto *pOpt = NotificationJsonConverter::ConvertFromJson<NotificationDistributedOptions>(optObj); in ConvertJsonToNotificationDistributedOptions() local
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp325 int AddOptStrToOpts(uint8_t *pOpts, uint8_t *pOpt, int nOptLen) in AddOptStrToOpts()