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:targetBundleName_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
extra_params.cpp
34
targetBundleName_
= other.
targetBundleName_
;
in ExtraParams()
46
targetBundleName_
= other.
targetBundleName_
;
in operator =()
60
if (
targetBundleName_
== other.
targetBundleName_
&& description_ == other.description_ &&
in operator ==()
97
targetBundleName_
= targetBundleName;
in ExtraParams()
144
targetBundleName_
= targetBundleName;
in SetTargetBundleName()
154
return
targetBundleName_
;
in GetTargetBundleName()
217
bool writeTargetBundleName = parcel.WriteString16(Str8ToStr16(
targetBundleName_
));
in Marshalling()
[all...]
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H
A
D
extra_params.h
197
string
targetBundleName_
;
member in OHOS::AppExecFwk::ExtraParams
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H
A
D
file_share.cpp
59
string
targetBundleName_
;
member
144
string shareRPath = DATA_APP_EL2_PATH + info.currentUid_ + SHARE_PATH + info.
targetBundleName_
+
in GetSharePath()
146
string shareRWPath = DATA_APP_EL2_PATH + info.currentUid_ + SHARE_PATH + info.
targetBundleName_
+
in GetSharePath()
378
int32_t ret = GetTargetInfo(tokenId, info.
targetBundleName_
, info.currentUid_);
in CreateShareFile()
Completed in 2 milliseconds