Home
last modified time | relevance | path

Searched refs:json_string (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp213 std::string json_string = writer.write(jsonValue[static_cast<int>(i)]); in CovertArrObjStr() local
214 retArrValue[i] = MallocCString(json_string); in CovertArrObjStr()
286 std::string json_string = writer.write(jsonValue); in CreatObjStr() local
287 retValue.value = MallocCString(json_string); in CreatObjStr()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_monitor_service.cpp254 char *json_string = cJSON_Print(root); in SendSmartNotificationEvent() local
255 std::string eventDataStr(json_string); in SendSmartNotificationEvent()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h426 void SetJsonString(std::string json_string) in SetJsonString() argument
428 str_json_ = json_string; in SetJsonString()