Home
last modified time | relevance | path

Searched refs:jsonFromRealWorld (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity.h31 * @param jsonFromRealWorld 直接来自真实用户场景的配置文件(即,非override配置)
35 std::string GetJSonSource(std::string_view jsonFromRealWorld, std::any option = std::any()) in GetJSonSource() argument
37 return std::string(jsonFromRealWorld); in GetJSonSource()
H A Db_json_entity_extension_config.h80 std::string GetJSonSource(std::string_view jsonFromRealWorld, std::any option);
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_extension_config.cpp129 string BJsonEntityExtensionConfig::GetJSonSource(string_view jsonFromRealWorld, any option) in GetJSonSource() argument
132 return string(jsonFromRealWorld); in GetJSonSource()
163 return string(jsonFromRealWorld); in GetJSonSource()

Completed in 1 milliseconds