Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/layerindexlib/
H A Drestapi.py144 def _get_json_response(apiurl=None, username=None, password=None, retry=True): function
167 …parsed = _get_json_response(apiurl=up_stripped.geturl(), username=username, password=password, ret…
197 … index.apilinks = _get_json_response(apiurl=url, username=up.username, password=up.password)
213 pindex['branches'] = _get_json_response(index.apilinks['branches'] + filter,
225 pindex['layerItems'] = _get_json_response(index.apilinks['layerItems'],
241 pindex['layerBranches'] = _get_json_response(index.apilinks['layerBranches'] + filter,
262 pindex[lName] = _get_json_response(index.apilinks[lName] + filter,