Searched defs:AddIntToJson (Results 1 – 4 of 4) sorted by relevance
| /base/security/access_token/frameworks/json_adapter/src/ |
| D | cjson_utils.cpp | 390 bool AddIntToJson(CJson* jsonObj, const std::string& key, const int32_t value) in AddIntToJson() function 415 bool AddIntToJson(CJsonUnique& jsonObj, const std::string& key, int32_t value) in AddIntToJson() function
|
| /base/account/os_account/frameworks/common/json_utils/src/ |
| D | json_utils.cpp | 716 bool AddIntToJson(CJson *jsonObj, const std::string &key, const int value) in AddIntToJson() function 741 bool AddIntToJson(CJsonUnique &jsonObj, const std::string &key, const int value) in AddIntToJson() function
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| D | json_utils_mock.c | 559 int32_t AddIntToJson(CJson *jsonObj, const char *key, int value) in AddIntToJson() function
|
| /base/security/device_auth/common_lib/impl/src/ |
| D | json_utils.c | 649 int32_t AddIntToJson(CJson *jsonObj, const char *key, int value) in AddIntToJson() function
|