Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 25 of 63) sorted by relevance

123

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/native/remote_uri/
H A Dremote_uri.cpp37 string scheme = remoteUri.GetScheme(); in IsMediaUri() local
88 string scheme = path.substr(0, posDatashare); in IsRemoteUri() local
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dskill_uri.h28 std::string scheme; member
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_matching_skill.cpp103 void MatchingSkills::AddScheme(const std::string& scheme) in AddScheme()
111 void MatchingSkills::RemoveScheme(const std::string& scheme) in RemoveScheme()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/deeplink_reserve/
H A Ddeeplink_reserve_config.h29 std::string scheme; member
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/
H A Djs_uri.h31 std::string scheme = ""; member
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_pdu.cpp32 …SmsWriteBuffer &buffer, const struct SmsUDPackage *(&userData), DataCodingScheme scheme, std::stri… in EncodeUserDataPdu()
63 SmsReadBuffer &buffer, bool bHeaderInd, DataCodingScheme scheme, struct SmsUDPackage *userData) in DecodeUserDataPdu()
99 … GsmUserDataPdu::DecodeUserDataPdu(SmsReadBuffer &buffer, bool bHeaderInd, DataCodingScheme scheme, in DecodeUserDataPdu()
/ohos5.0/base/notification/common_event_service/test/systemtest/common/acts/actsCESMatchingSkillsTest/
H A DactsCESMatchingSkillsTest.cpp847 std::string scheme = "schemeMatchSchemeTest"; variable
877 std::string scheme = "schemeMatchScheme"; variable
907 std::string scheme = "MatchScheme"; variable
936 std::string scheme = "MatchScheme2"; variable
965 std::string scheme = "MatchScheme5"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/system_module/entry/src/main/
H A Dmodule.json74 "scheme":"content", string
82 "scheme":"aaaaa", string
126 "scheme":"content", string
134 "scheme":"aaaaa", string
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/sceneProject/unittest/system_module/entry/src/main/
H A Dmodule.json73 "scheme":"content", string
81 "scheme":"aaaaa", string
125 "scheme":"content", string
133 "scheme":"aaaaa", string
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp182 std::string scheme = ndefUri.GetScheme(); in ParseUriLink() local
252 std::string scheme = ndefUri.GetScheme(); in IsWebUri() local
/ohos5.0/base/notification/common_event_service/frameworks/native/src/
H A Dmatching_skills.cpp119 void MatchingSkills::AddScheme(const std::string &scheme) in AddScheme()
132 void MatchingSkills::RemoveScheme(const std::string &scheme) in RemoveScheme()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dskill.h29 std::string scheme; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_file_uri.cpp155 std::string scheme = uri->GetScheme(); in CalNetworkId() local
329 std::string scheme = this->GetScheme(); in IsValid() local
408 std::string scheme = uri.GetScheme(); in UriValidCheck() local
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp473 std::string scheme = "scheme.system.test"; variable
677 std::string scheme = "scheme.system.test"; variable
996 std::string scheme = "this is scheme"; variable
1012 std::string scheme = ""; variable
1028 std::string scheme = "this is scheme"; variable
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test.cpp124 std::string scheme = uri.GetScheme(); in ReplaceBundleNameFromPath() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h35 std::string scheme; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs80 scheme: Option<Scheme>, field
130 pub fn scheme(&self) -> Option<&Scheme> { in scheme() method
414 pub fn scheme<T>(mut self, scheme: T) -> Self in scheme() method
420 let scheme = scheme.try_into()?; in scheme() localVariable
1383 let scheme = Scheme::from_bytes(b"http").unwrap(); in ut_uri_scheme_default_port() localVariable
1385 let scheme = Scheme::from_bytes(b"https").unwrap(); in ut_uri_scheme_default_port() localVariable
/ohos5.0/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/
H A Dcommon_event_services_system_test.cpp761 std::string scheme = "SETSCHEME"; variable
799 std::string scheme = "SETSCHEME"; variable
974 std::string scheme = "SETSCHEME"; variable
1002 std::string scheme = "SETSCHEME"; variable
1043 std::string scheme = "SETSCHEME"; variable
1073 std::string scheme = "SETSCHEME"; variable
1250 std::string scheme = "SETSCHEME"; variable
1278 std::string scheme = "SETSCHEME"; variable
1319 std::string scheme = "SETSCHEME"; variable
1349 std::string scheme = "SETSCHEME"; variable
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.h53 std::string scheme = ""; member
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dnormalizer.rs72 let mut scheme = Scheme::HTTPS; in format() localVariable
75 let mut scheme = Scheme::HTTP; in format() localVariable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp400 void Skills::AddScheme(const std::string &scheme) in AddScheme()
413 bool Skills::HasScheme(const std::string &scheme) in HasScheme()
423 void Skills::RemoveScheme(const std::string &scheme) in RemoveScheme()
715 int Skills::MatchData(const std::string &type, const std::string &scheme, Uri data) in MatchData()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dpseudo.rs26 scheme: Option<String>, field
117 pub fn scheme(&self) -> Option<&str> { in scheme() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dpseudo.rs26 scheme: Option<String>, field
116 pub fn scheme(&self) -> Option<&str> { in scheme() method
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/unittest/test_bundle/defaultAppTest/entry/src/main/
H A Dmodule.json32 "scheme": "mailto" string
52 "scheme": "mailto" string
75 "scheme": "http" string
78 "scheme": "https" string
98 "scheme": "http" string
101 "scheme": "https" string
/ohos5.0/base/web/webview/interfaces/native/
H A Darkweb_scheme_handler.cpp414 int32_t OH_ArkWeb_RegisterCustomSchemes(const char* scheme, int32_t option) in OH_ArkWeb_RegisterCustomSchemes()
432 bool OH_ArkWeb_SetSchemeHandler(const char* scheme, const char* webTag, ArkWeb_SchemeHandler* schem… in OH_ArkWeb_SetSchemeHandler()
449 bool OH_ArkWebServiceWorker_SetSchemeHandler(const char* scheme, ArkWeb_SchemeHandler* schemeHandle… in OH_ArkWebServiceWorker_SetSchemeHandler()

123