Home
last modified time | relevance | path

Searched refs:jsonParams_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp36 jsonParams_ = other.jsonParams_; in ExtraParams()
48 jsonParams_ = other.jsonParams_; in operator =()
61 jsonParams_ == other.jsonParams_) { in operator ==()
100 jsonParams_ = jsonParams; in ExtraParams()
167 jsonParams_ = jsonParams; in SetJsonParams()
179 return jsonParams_; in GetJsonParams()
225 bool ret4 = parcel.WriteString16(Str8ToStr16(jsonParams_)); in Marshalling()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dextra_params.h199 string jsonParams_; variable