Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantsecond_fuzzer/
H A Dwantsecond_fuzzer.cpp48 want->FormatUri(uri); in DoSomethingInterestingWithMyAPI()
49 want->FormatUri(type); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_silent_config.cpp35 URIUtils::FormatUri(uri); in IsSilentProxyEnable()
56 URIUtils::FormatUri(uri); in EnableSilentProxy()
H A Ddata_provider_config.cpp40 URIUtils::FormatUri(providerInfo_.uri); in DataProviderConfig()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Duri_utils.h44 static void FormatUri(std::string &uri);
H A Duri_utils.cpp80 void URIUtils::FormatUri(std::string &uri) in FormatUri() function in OHOS::DataShare::URIUtils
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp75 want->FormatUri(uri); in DoSomethingInterestingWithMyApiDistributedWant002()
76 want->FormatUri(type); in DoSomethingInterestingWithMyApiDistributedWant002()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp42 URIUtils::FormatUri(context->uri); in operator ()()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want.h218 DistributedWant& FormatUri(const std::string& uri);
227 DistributedWant& FormatUri(const OHOS::Uri& uri);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant.h276 Want &FormatUri(const std::string &uri);
285 Want &FormatUri(const Uri &uri);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want.cpp828 DistributedWant& DistributedWant::FormatUri(const std::string& uri) in FormatUri() function in OHOS::DistributedSchedule::DistributedWant
830 return FormatUri(OHOS::Uri(uri)); in FormatUri()
833 DistributedWant& DistributedWant::FormatUri(const OHOS::Uri& uri) in FormatUri() function in OHOS::DistributedSchedule::DistributedWant
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant.cpp1491 Want &Want::FormatUri(const std::string &uri) in FormatUri() function in OHOS::AAFwk::Want
1493 return FormatUri(Uri(uri)); in FormatUri()
1503 Want &Want::FormatUri(const Uri &uri) in FormatUri() function in OHOS::AAFwk::Want
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp3904 want1->FormatUri(urivalue);
3905 want1->FormatUri(keyInt);