Home
last modified time | relevance | path

Searched defs:AddIntToJson (Results 1 – 4 of 4) sorted by relevance

/base/security/access_token/frameworks/json_adapter/src/
Dcjson_utils.cpp390 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/
Djson_utils.cpp716 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/
Djson_utils_mock.c559 int32_t AddIntToJson(CJson *jsonObj, const char *key, int value) in AddIntToJson() function
/base/security/device_auth/common_lib/impl/src/
Djson_utils.c649 int32_t AddIntToJson(CJson *jsonObj, const char *key, int value) in AddIntToJson() function