Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/src/
H A Duri.cpp56 scheme_ = NOT_CACHED; in Uri()
76 scheme_ = ParseScheme(); in CheckScheme()
77 if (scheme_.empty()) { in CheckScheme()
82 if (!regex_match(scheme_, schemeRegex)) { in CheckScheme()
98 if (scheme_ == NOT_CACHED) { in GetScheme()
99 scheme_ = ParseScheme(); in GetScheme()
101 return scheme_; in GetScheme()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/uri/include/
H A Duri.h200 std::string scheme_; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp3773 uri.scheme_ = "NOT VALID";