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:pathSegments
(Results
1 - 5
of
5
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H
A
D
data_provider_config.cpp
50
if (uriConfig_.
pathSegments
.empty()) {
in GetBundleInfo()
53
providerInfo_.bundleName = uriConfig_.
pathSegments
[0];
in GetBundleInfo()
177
auto&
pathSegments
= uriConfig_.
pathSegments
;
in GetFromUriPath()
local
178
if (
pathSegments
.size() < static_cast<std::size_t>(PATH_PARAM::PARAM_SIZE) ||
in GetFromUriPath()
179
pathSegments
[static_cast<std::size_t>(PATH_PARAM::BUNDLE_NAME)].empty() ||
in GetFromUriPath()
180
pathSegments
[static_cast<std::size_t>(PATH_PARAM::MODULE_NAME)].empty() ||
in GetFromUriPath()
181
pathSegments
[static_cast<std::size_t>(PATH_PARAM::STORE_NAME)].empty() ||
in GetFromUriPath()
182
pathSegments
[static_cast<std::size_t>(PATH_PARAM::TABLE_NAME)].empty()) {
in GetFromUriPath()
186
providerInfo_.bundleName =
pathSegments
[static_cas
in GetFromUriPath()
[all...]
/foundation/distributeddatamgr/data_share/frameworks/native/permission/src/
H
A
D
data_share_called_config.cpp
91
std::vector<std::string>
pathSegments
;
in GetProviderInfo()
local
92
uriTemp.GetPathSegments(
pathSegments
);
in GetProviderInfo()
93
if (
pathSegments
.size() != 0) {
in GetProviderInfo()
94
bundleName =
pathSegments
[0];
in GetProviderInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H
A
D
uri_utils.h
33
std::vector<std::string>
pathSegments
;
member
H
A
D
uri_utils.cpp
81
uriTemp.GetPathSegments(uriConfig.
pathSegments
);
in GetUriConfig()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H
A
D
ability_manager_service.cpp
5201
std::vector<std::string>
pathSegments
;
in AcquireDataAbility()
local
5202
localUri.GetPathSegments(
pathSegments
);
in AcquireDataAbility()
5203
if (
pathSegments
.empty()) {
in AcquireDataAbility()
Completed in 22 milliseconds