Lines Matching refs:AddItemToObject
32 * @tc.desc: AddItemToObject()
47 uObject.AddItemToObject("char", value);
50 uObject.AddItemToObject("char", const_cast<char*>(stringValue.c_str()));
54 uObject.AddItemToObject("string", stringValue);
59 uObject.AddItemToObject("double", doubleValue);
64 uObject.AddItemToObject("size_t", sizeValue);
70 uObject.AddItemToObject("int32_t", int32Value);
76 uObject.AddItemToObject("int64_t", int64Value);
82 uObject.AddItemToObject("bool", boolValue);
87 uObject.AddItemToObject("shared_ptr", sharedUObject);
117 uObject.AddItemToObject("char", const_cast<char*>(stringValue.c_str()));
119 uObject.AddItemToObject("string", stringValue);
121 uObject.AddItemToObject("double", doubleValue);
123 uObject.AddItemToObject("size_t", sizeValue);
125 uObject.AddItemToObject("int32_t", int32Value);
127 uObject.AddItemToObject("int64_t", int64Value);
129 uObject.AddItemToObject("bool", boolValue);
131 uObject.AddItemToObject("shared_ptr", sharedUObject);