Home
last modified time | relevance | path

Searched refs:LOADER_JSON_ERROR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp147 if (contentLength == LOADER_JSON_ERROR) { in ParseOperatorConfigFromFile()
221 return LOADER_JSON_ERROR; in LoaderJsonFile()
228 return LOADER_JSON_ERROR; in LoaderJsonFile()
234 return LOADER_JSON_ERROR; in LoaderJsonFile()
241 return LOADER_JSON_ERROR; in LoaderJsonFile()
/ohos5.0/base/telephony/core_service/services/sim/include/
H A Doperator_file_parser.h53 inline static const int LOADER_JSON_ERROR = -1; variable