Home
last modified time | relevance | path

Searched defs:uri (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/taihe/test/ani_bundle/author/src/
DelementName.impl.cpp32 optional<string> uri; member in __anon869c2bac0111::ElementNameImpl
67 void SetUri(optional<string> uri) in SetUri()
Dohos_app_ability_want.impl.cpp72 void SetUri(optional_view<string> uri) in SetUri()
/arkcompiler/runtime_core/taihe/test/ani_bundlemanager/author/src/
DelementName.impl.cpp32 string uri = ""; member in __anon33c095a70111::ElementNameImpl
77 void SetUri(string_view uri) in SetUri()
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/utils/
Dutils.cpp24 void GetAsset(const std::string &uri, [[maybe_unused]] uint8_t **buff, [[maybe_unused]] size_t *buf… in GetAsset()
/arkcompiler/ets_runtime/test/moduletest/decodeuricomponent/
Ddecodeuricomponent.js22 let uri="%c2%aa%66%55%58%c2%83%c2%93%00%c2%89%c3%96%08%58%c2%b4%c3%bd%46"; variable
/arkcompiler/toolchain/tooling/static/connection/asio/
Dasio_server.cpp45 const auto &uri = req.get_uri(); in HandleHttpRequest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/
Dasio_server.cpp45 const auto &uri = req.get_uri(); in HandleHttpRequest() local
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts93 readonly uri: string; property in LspLocation
565 readonly uri: String; property in LspReferenceLocation
730 readonly uri: String; property in LspSafeDeleteLocationInfo
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h49 std::string uri; member
160 std::string uri; member
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dinternal_api.cpp451 auto uri = ctx->sourceFileName; in SaveNode() local