Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp58 authority_ = NOT_CACHED; in Uri()
142 if (authority_ == NOT_CACHED) { in GetAuthority()
143 authority_ = ParseAuthority(); in GetAuthority()
145 return authority_; in GetAuthority()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h202 std::string authority_; variable
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Duri_test.cpp131 uri_->authority_ = "abcd";