Home
last modified time | relevance | path

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

/ohos5.0/base/request/request/services/src/task/
H A Dclient.rs81 let domain_type = action_to_domain_type(config.common_data.action); in build_client()
194 fn action_to_domain_type(action: Action) -> String { in action_to_domain_type() function