Searched refs:privatePropertyDescriptor (Results 1 – 2 of 2) sorted by relevance
149 std::unique_ptr<PrivatePropertyDescriptor> privatePropertyDescriptor in HWTEST_F_L0() local151 privatePropertyDescriptor->SetName("filename3"); in HWTEST_F_L0()152 privateProperties.emplace_back(std::move(privatePropertyDescriptor)); in HWTEST_F_L0()
1185 auto privatePropertyDescriptor = std::make_unique<PrivatePropertyDescriptor>(); in Create() local1191 privatePropertyDescriptor->name_ = std::move(name); in Create()1204 privatePropertyDescriptor->value_ = std::move(obj); in Create()1217 privatePropertyDescriptor->get_ = std::move(obj); in Create()1230 privatePropertyDescriptor->set_ = std::move(obj); in Create()1241 return privatePropertyDescriptor; in Create()