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:MEDIA_AUTHORITY
(Results
1 - 10
of
10
) sorted by relevance
/foundation/filemanagement/app_file_service/interfaces/kits/cj/src/
H
A
D
file_uri.cpp
33
const std::string
MEDIA_AUTHORITY
= "media";
member
53
if (bundleName ==
MEDIA_AUTHORITY
&& sandboxPath.find(".") != string::npos) {
in GetPath()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
translistener.cpp
30
const std::string
MEDIA_AUTHORITY
= "media";
member
88
if (info.authority != FILE_MANAGER_AUTHORITY && info.authority !=
MEDIA_AUTHORITY
) {
in CopyFileFromSoftBus()
97
if (info.authority == FILE_MANAGER_AUTHORITY || info.authority ==
MEDIA_AUTHORITY
) {
in CopyFileFromSoftBus()
117
if (info.authority != FILE_MANAGER_AUTHORITY && info.authority !=
MEDIA_AUTHORITY
) {
in PrepareCopySession()
144
if (info.authority != FILE_MANAGER_AUTHORITY && info.authority !=
MEDIA_AUTHORITY
) {
in PrepareCopySession()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H
A
D
grant_uri_permission.h
37
const string
MEDIA_AUTHORITY
= "media";
member
H
A
D
grant_uri_permission.cpp
171
if (authority ==
MEDIA_AUTHORITY
&& path.find(".") == string::npos) {
in DoGrantUriPermission()
195
if (authority !=
MEDIA_AUTHORITY
&& authority != FILE_MANAGER_AUTHORITY) {
in CheckValidPublicUri()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H
A
D
trans_listener.cpp
35
const std::string
MEDIA_AUTHORITY
= "media";
member
67
if (info.authority != FILE_MANAGER_AUTHORITY && info.authority !=
MEDIA_AUTHORITY
) {
in HandleCopyFailure()
132
if (info.authority == FILE_MANAGER_AUTHORITY || info.authority ==
MEDIA_AUTHORITY
) {
in CopyFileFromSoftBus()
155
if (info.authority != FILE_MANAGER_AUTHORITY && info.authority !=
MEDIA_AUTHORITY
) {
in PrepareCopySession()
182
if (info.authority != FILE_MANAGER_AUTHORITY && info.authority !=
MEDIA_AUTHORITY
) {
in PrepareCopySession()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_uri/src/
H
A
D
file_uri.cpp
38
const std::string
MEDIA_AUTHORITY
= "media";
member
73
if (bundleName ==
MEDIA_AUTHORITY
&& sandboxPath.find(".") != string::npos) {
in GetPath()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H
A
D
remote_file_share.cpp
56
const std::string
MEDIA_AUTHORITY
= "media";
member
387
if (bundleName ==
MEDIA_AUTHORITY
) {
in GetDfsUriFromLocal()
446
if (bundleName ==
MEDIA_AUTHORITY
) {
in GetDfsUrisFromLocal()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H
A
D
file_permission.cpp
36
const std::string
MEDIA_AUTHORITY
= "media";
member
68
if (bundleName ==
MEDIA_AUTHORITY
) {
in CheckValidUri()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
daemon.cpp
64
const string
MEDIA_AUTHORITY
= "media";
member
431
if (info.authority == FILE_MANAGER_AUTHORITY || info.authority ==
MEDIA_AUTHORITY
) {
in PrepareSession()
538
if (authority != FILE_MANAGER_AUTHORITY && authority !=
MEDIA_AUTHORITY
) {
in CheckCopyRule()
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H
A
D
file_uri_n_exporter.cpp
32
const std::string
MEDIA_AUTHORITY
= "media";
member
150
if (bundleName ==
MEDIA_AUTHORITY
) {
in GetFileUriPath()
Completed in 7 milliseconds