Searched refs:GetStringItemByJsonObject (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/json_utils/uttest/ |
H A D | softbus_json_utils_test.cpp | 61 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 D | softbus_json_utils.h | 30 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, uint3…
|
/ohos5.0/foundation/communication/dsoftbus/core/common/json_utils/ |
H A D | softbus_json_utils.c | 24 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 D | permission_entry.c | 189 …int32_t ret = GetStringItemByJsonObject(object, APP_INFO_PKG_NAME_STR, appInfo->pkgName, PKG_NAME_… in ProcessAppInfo()
|