Home
last modified time | relevance | path

Searched refs:MAX_JSON_ELEMENT_LENGTH (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h41 constexpr uint8_t MAX_JSON_ELEMENT_LENGTH = 255; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h88 constexpr uint8_t MAX_JSON_ELEMENT_LENGTH = 255; member
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Djson_util.h146 if (jsonObject.at(key).get<std::string>().length() > AppExecFwk::Constants::MAX_JSON_ELEMENT_LENGTH) { in GetValueIfFindKey()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Djson_util.h149 if (jsonObject.at(key).get<std::string>().length() > Constants::MAX_JSON_ELEMENT_LENGTH) { in GetValueIfFindKey()

Completed in 2 milliseconds