Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fileUriStr
(Results
1 - 10
of
10
) sorted by relevance
/foundation/filemanagement/app_file_service/test/unittest/file_uri_ndk_test/
H
A
D
file_uri_ndk_test.cpp
76
std::string
fileUriStr
= "file://" + BUNDLE_A + "/data/storage/el2/base/files/GetPathFromUri001.txt";
in HWTEST_F()
local
77
const char *fileUri =
fileUriStr
.c_str();
in HWTEST_F()
80
unsigned int length =
fileUriStr
.size();
in HWTEST_F()
151
std::string
fileUriStr
= "file://" + BUNDLE_A + "/data/storage/el2/distributedfiles/.remote_share/";
in HWTEST_F()
local
152
fileUriStr
+= "data/storage/el2/base/haps/entry/files/GetPathFromUri004.txt";
in HWTEST_F()
153
fileUriStr
+= "?networkid=64799ecdf70788e396f454ff4a6e6ae4b09e20227c39c21f6e67a2aacbcef7b9";
in HWTEST_F()
154
const char *fileUri =
fileUriStr
.c_str();
in HWTEST_F()
160
unsigned int length =
fileUriStr
.size();
in HWTEST_F()
180
std::string
fileUriStr
= "file://docs/storage/Users/currentUser/Documents/GetPathFromUri005.txt";
in HWTEST_F()
local
181
fileUriStr
in HWTEST_F()
206
std::string
fileUriStr
= "file://" + bundleB + "/data/storage/el2/distributedfiles/.remote_share/";
HWTEST_F()
local
236
std::string
fileUriStr
= "file://" + bundleB + "/data/storage/el2/distributedfiles/.remote_share/";
HWTEST_F()
local
[all...]
/foundation/arkui/ace_engine/adapter/preview/osal/
H
A
D
file_uri_helper_preview.cpp
19
std::string FileUriHelper::GetRealPath(std::string
fileUriStr
)
in GetRealPath()
argument
22
size_t pos =
fileUriStr
.find(fileHead);
in GetRealPath()
24
return
fileUriStr
.substr(pos + fileHead.length());
in GetRealPath()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
file_uri_helper_ohos.cpp
20
std::string FileUriHelper::GetRealPath(std::string
fileUriStr
)
in GetRealPath()
argument
22
AppFileService::ModuleFileUri::FileUri fileUri(
fileUriStr
);
in GetRealPath()
/foundation/arkui/ace_engine/test/mock/adapter/
H
A
D
mock_file_uri_helper_ohos.cpp
19
std::string FileUriHelper::GetRealPath(std::string
fileUriStr
)
in GetRealPath()
argument
/foundation/arkui/ace_engine/frameworks/base/image/
H
A
D
file_uri_helper.h
26
static std::string GetRealPath(std::string
fileUriStr
);
/foundation/multimedia/media_library/frameworks/native/c_api/
H
A
D
media_asset_change_request_impl.cpp
136
OHOS::AppFileService::ModuleFileUri::FileUri
fileUriStr
(fileUri);
in AddResourceWithUri()
137
string path =
fileUriStr
.GetRealPath();
in AddResourceWithUri()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
album_napi.cpp
855
string
fileUriStr
= MEDIALIBRARY_DATA_URI;
in CommitModifyNative()
local
856
Uri fileUri(
fileUriStr
);
in CommitModifyNative()
H
A
D
media_asset_change_request_napi.cpp
763
string
fileUriStr
;
in ParseFileUri()
local
765
env, MediaLibraryNapiUtils::GetParamStringPathMax(env, arg,
fileUriStr
) == napi_ok, "Failed to get fileUri");
in ParseFileUri()
766
AppFileService::ModuleFileUri::FileUri fileUri(
fileUriStr
);
in ParseFileUri()
/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/
H
A
D
media_file_extention_utils.cpp
1481
void GetUriByRelativePath(const string &relativePath, string &
fileUriStr
)
in GetUriByRelativePath()
argument
1495
fileUriStr
= MediaFileUri(MediaType::MEDIA_TYPE_FILE, to_string(fileId)).ToString();
in GetUriByRelativePath()
1498
fileUriStr
= MediaFileUri(MediaType(mediaType), to_string(fileId)).ToString();
in GetUriByRelativePath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H
A
D
medialibrary_photo_operations_test.cpp
3157
string
fileUriStr
= fileUri.ToString();
in HWTEST_F()
local
3158
Uri uri(
fileUriStr
);
in HWTEST_F()
3167
string videoUriStr =
fileUriStr
;
in HWTEST_F()
3181
closeValues.PutString(MEDIA_DATA_DB_URI,
fileUriStr
);
in HWTEST_F()
3186
string livePhotoUriStr =
fileUriStr
;
in HWTEST_F()
Completed in 23 milliseconds