Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Duobject.cpp30 void UObject::AddItemToObject(const std::string& key, const char* value) in AddItemToObject() function in OHOS::UObject
37 void UObject::AddItemToObject(const std::string& key, const std::string& value) in AddItemToObject() function in OHOS::UObject
42 void UObject::AddItemToObject(const std::string& key, size_t value) in AddItemToObject() function in OHOS::UObject
47 void UObject::AddItemToObject(const std::string& key, int32_t value) in AddItemToObject() function in OHOS::UObject
52 void UObject::AddItemToObject(const std::string& key, int64_t value) in AddItemToObject() function in OHOS::UObject
57 void UObject::AddItemToObject(const std::string& key, double value) in AddItemToObject() function in OHOS::UObject
62 void UObject::AddItemToObject(const std::string& key, bool value) in AddItemToObject() function in OHOS::UObject
67 void UObject::AddItemToObject(const std::string& key, const std::shared_ptr<UObject>& value) in AddItemToObject() function in OHOS::UObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp329 int JsonObject::AddItemToObject(const std::string &fieldName, const JsonObject &item) in AddItemToObject() function in DocumentDB::JsonObject
361 int JsonObject::AddItemToObject(const std::string &fieldName) in AddItemToObject() function in DocumentDB::JsonObject