Home
last modified time | relevance | path

Searched defs:AddItemToObject (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/json/
Duobject.cpp34 void UObject::AddItemToObject(const std::string& key, const char* value) in AddItemToObject() function in OHOS::UObject
41 void UObject::AddItemToObject(const std::string& key, const std::string& value) in AddItemToObject() function in OHOS::UObject
46 void UObject::AddItemToObject(const std::string& key, size_t value) in AddItemToObject() function in OHOS::UObject
51 void UObject::AddItemToObject(const std::string& key, int32_t value) in AddItemToObject() function in OHOS::UObject
56 void UObject::AddItemToObject(const std::string& key, int64_t value) in AddItemToObject() function in OHOS::UObject
61 void UObject::AddItemToObject(const std::string& key, double value) in AddItemToObject() function in OHOS::UObject
66 void UObject::AddItemToObject(const std::string& key, bool value) in AddItemToObject() function in OHOS::UObject
71 void UObject::AddItemToObject(const std::string& key, const std::shared_ptr<UObject>& value) in AddItemToObject() function in OHOS::UObject
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
Drd_json_object.cpp337 int JsonObject::AddItemToObject(const std::string &fieldName, const JsonObject &item) in AddItemToObject() function in DocumentDB::JsonObject
368 int JsonObject::AddItemToObject(const std::string &fieldName) in AddItemToObject() function in DocumentDB::JsonObject