Home
last modified time | relevance | path

Searched defs:jsonValue (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
Dappevent_watcher_impl.cpp147 void ConvertArrBool(CParameters &retValue, const Json::Value& jsonValue) in ConvertArrBool()
161 void ConvertArrInt(CParameters &retValue, const Json::Value& jsonValue) in ConvertArrInt()
175 void CovertArrDouble(CParameters &retValue, const Json::Value& jsonValue) in CovertArrDouble()
189 void CovertArrString(CParameters &retValue, const Json::Value& jsonValue) in CovertArrString()
203 void CovertArrObjStr(CParameters &retValue, const Json::Value& jsonValue) in CovertArrObjStr()
219 void CreatArr(CParameters &retValue, const Json::Value& jsonValue) in CreatArr()
235 void CreatElmInt(CParameters &retValue, const Json::Value& jsonValue) in CreatElmInt()
248 void CreatElmBool(CParameters &retValue, const Json::Value& jsonValue) in CreatElmBool()
261 void CreatElmDou(CParameters &retValue, const Json::Value& jsonValue) in CreatElmDou()
274 void CreatElmStr(CParameters &retValue, const Json::Value& jsonValue) in CreatElmStr()
[all …]
/base/security/appverify/interfaces/innerkits/appverify/src/init/
Djson_parser_utils.cpp60 cJSON* jsonValue = cJSON_GetObjectItemCaseSensitive(json, key.c_str()); in GetJsonString() local
72 cJSON* jsonValue = cJSON_GetObjectItemCaseSensitive(json, key.c_str()); in GetJsonInt() local
/base/security/appverify/interfaces/innerkits/appverify/src/provision/
Dprovision_verify.cpp87 cJSON* jsonValue = cJSON_GetObjectItemCaseSensitive(obj, key.c_str()); in GetStringIfExist() local
98 cJSON* jsonValue = cJSON_GetObjectItemCaseSensitive(obj, key.c_str()); in GetInt32IfExist() local
109 cJSON* jsonValue = cJSON_GetObjectItemCaseSensitive(obj, key.c_str()); in GetInt64IfExist() local
252 cJSON* jsonValue = cJSON_GetObjectItemCaseSensitive(obj, KEY_APP_SERVICES_CAPABILITIES.c_str()); in from_json() local
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dreminder_request_test.cpp1858 std::string jsonValue = ""; variable
1920 std::string jsonValue = ""; variable
1995 std::string jsonValue = ""; variable
2058 std::string jsonValue = R"({"type":"1","title":"test","resource":"resource"})"; variable
2100 std::string jsonValue = R"({"type":"1","title":"test","resource":"resource"})"; variable
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_util.cpp541 napi_value CreateBaseValueByJson(const napi_env env, const Json::Value& jsonValue) in CreateBaseValueByJson()
561 napi_value CreateValueByJson(napi_env env, const Json::Value& jsonValue) in CreateValueByJson()
584 Json::Value jsonValue; in CreateValueByJsonStr() local
/base/account/os_account/interfaces/kits/napi/common/src/
Dnapi_account_common.cpp584 napi_value jsonValue; in JsObjectToNativeString() local
615 napi_value jsonValue; in NativeStringToJsObject() local
/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_resource.cpp166 cJSON *jsonValue = cJSON_Parse(jsonData); in ParseJson() local
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test_core_service.cpp758 std::string jsonValue = ""; variable
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp661 bool CreateParamItemTypeValue(const napi_env env, Json::Value& jsonValue, napi_value& value) in CreateParamItemTypeValue()
711 …dParamsInfo(const napi_env env, napi_value& params, const std::string& key, Json::Value& jsonValue) in AppendParamsInfo()