Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/services/file_extension_hap/entry/src/main/ets/FileExtensionAbility/
H A DFileExtensionAbility.ts167 if (!checkUri(sourceFileUri)) {
182 if (!checkUri(parentUri)) {
204 if (!checkUri(parentUri)) {
330 if (!checkUri(sourceFileUri) || !checkUri(targetParentUri)) {
412 if (!checkUri(sourceFileUri) || !checkUri(targetParentUri)) {
543 if (!checkUri(sourceFileUri) || !checkUri(targetParentUri)) {
857 if (!checkUri(uri)) {
904 if (!checkUri(uri)) {
946 if (!checkUri(uri)) {
1025 if (!checkUri(sourceFileUri) || !checkUri(targetParentUri)) {
[all …]
H A DCommon.ts23 function checkUri(uri: string): boolean {
143 …getPath, checkUri, encodePathOfUri, decodeUri, uriReturnObject, infosReturnObject, fdReturnObject,…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Ddata_ability_helper_impl.cpp569 Uri checkUri(uri.ToString()); in CheckUriParam() local
570 if (!CheckOhosUri(checkUri)) { in CheckUriParam()
583 Uri checkUri(uri_->ToString()); in CheckUriParam() local
584 if (!CheckOhosUri(checkUri)) { in CheckUriParam()
593 checkUri.GetPathSegments(checkSegments); in CheckUriParam()
602 bool DataAbilityHelperImpl::CheckOhosUri(const Uri &checkUri) in CheckOhosUri() argument
604 Uri uri(checkUri); in CheckOhosUri()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Ddata_ability_helper_impl.h305 bool CheckOhosUri(const Uri &checkUri);