Home
last modified time | relevance | path

Searched defs: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
286 std::string json_string = writer.write(jsonValue); in CreatObjStr() local
/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
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_value.h426 void SetJsonString(std::string json_string) in SetJsonString()