Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp33 devType_ = other.devType_; in ExtraParams()
45 devType_ = other.devType_; in operator =()
62 if (devType_.size() != other.devType_.size()) { in operator ==()
64 …} else if (devType_.size() > 0 && other.devType_.size() > 0 && devType_.size() == other.devType_.s… in operator ==()
65 … for (std::vector<string>::const_iterator it1 = devType_.cbegin(); it1 != devType_.cend(); it1++) { in operator ==()
67 std::find(other.devType_.cbegin(), other.devType_.cend(), *it1); in operator ==()
68 if (it2 == other.devType_.cend()) { in operator ==()
97 devType_ = devType; in ExtraParams()
121 devType_ = devType; in SetDevType()
133 return devType_; in GetDevType()
[all …]
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dextra_params.h200 std::vector<string> devType_; variable