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:AddCloneBundle
(Results
1 - 8
of
8
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H
A
D
bms_bundle_clone_app_bundle_logic_test.cpp
248
ErrCode r1 = innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
251
ErrCode r2 = innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
255
ErrCode r3 = innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
290
ErrCode r1 = innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
296
ErrCode r3 = innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
332
ErrCode r1 = innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
373
innerBundleInfo.
AddCloneBundle
(cloneInfo1);
in HWTEST_F()
383
innerBundleInfo.
AddCloneBundle
(cloneInfo2);
in HWTEST_F()
393
innerBundleInfo.
AddCloneBundle
(cloneInfo3);
in HWTEST_F()
428
innerBundleInfo.
AddCloneBundle
(cloneInfo
in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/clone/
H
A
D
bundle_clone_installer.cpp
217
ErrCode addRes = dataMgr->
AddCloneBundle
(bundleName, attr);
in ProcessCloneBundleInstall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
2386
* @tc.name: test
AddCloneBundle
2395
ErrCode ret = dataMgr->
AddCloneBundle
(bundleName, attr);
in HWTEST_F()
2399
ret = dataMgr->
AddCloneBundle
(BUNDLE_NAME, attr);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_data_mgr.h
950
ErrCode
AddCloneBundle
(const std::string &bundleName, const InnerBundleCloneInfo &attr);
H
A
D
inner_bundle_info.h
2208
ErrCode
AddCloneBundle
(const InnerBundleCloneInfo &attr);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
inner_bundle_info.cpp
4394
ErrCode InnerBundleInfo::
AddCloneBundle
(const InnerBundleCloneInfo &attr)
in AddCloneBundle()
function in InnerBundleInfo
H
A
D
bundle_data_mgr.cpp
8112
ErrCode BundleDataMgr::
AddCloneBundle
(const std::string &bundleName, const InnerBundleCloneInfo &attr)
in AddCloneBundle()
function in OHOS::AppExecFwk::BundleDataMgr
8121
ErrCode res = innerBundleInfo.
AddCloneBundle
(attr);
in AddCloneBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H
A
D
bms_bundle_data_mgr_test.cpp
5807
innerBundleInfo.
AddCloneBundle
(cloneInfo);
in HWTEST_F()
Completed in 44 milliseconds