Home
last modified time | relevance | path

Searched refs:GetStringItemByJsonObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/
H A Dsoftbus_json_utils_test.cpp61 int32_t ret = GetStringItemByJsonObject(nullptr, "string", target, ARRAY_LEN);
75 int32_t ret = GetStringItemByJsonObject(json, nullptr, target, ARRAY_LEN);
89 int32_t ret = GetStringItemByJsonObject(json, "string", nullptr, ARRAY_LEN);
104 int32_t ret = GetStringItemByJsonObject(json, "string", target, ARRAY_LEN);
121 int32_t ret = GetStringItemByJsonObject(json, "string", target, ARRAY_LEN);
137 int32_t ret = GetStringItemByJsonObject(json, "string", target, ARRAY_LEN);
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_json_utils.h30 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, uint3…
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/
H A Dsoftbus_json_utils.c24 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject() function
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c189 …int32_t ret = GetStringItemByJsonObject(object, APP_INFO_PKG_NAME_STR, appInfo->pkgName, PKG_NAME_… in ProcessAppInfo()