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:GetOdid
(Results
1 - 14
of
14
) sorted by relevance
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H
A
D
bundlemgrproxy_fuzzer.cpp
304
bundleMgrProxy.
GetOdid
(odid);
in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H
A
D
bundle_mgr_interface.h
1482
virtual ErrCode
GetOdid
(std::string &odid)
in GetOdid()
function in OHOS::AppExecFwk::IBundleMgr
H
A
D
bundle_mgr_proxy.h
1025
virtual ErrCode
GetOdid
(std::string &odid) override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
bundle_mgr_host_impl.h
967
virtual ErrCode
GetOdid
(std::string &odid) override;
H
A
D
bundle_data_mgr.h
927
ErrCode
GetOdid
(std::string &odid) const;
H
A
D
inner_bundle_info.h
2198
void
GetOdid
(std::string &odid) const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_host_impl.cpp
3988
ErrCode BundleMgrHostImpl::
GetOdid
(std::string &odid)
in GetOdid()
function in OHOS::AppExecFwk::BundleMgrHostImpl
3990
APP_LOGD("start
GetOdid
");
in GetOdid()
3996
return dataMgr->
GetOdid
(odid);
in GetOdid()
H
A
D
inner_bundle_info.cpp
4201
void InnerBundleInfo::
GetOdid
(std::string &odid) const
in GetOdid()
function in InnerBundleInfo
H
A
D
bundle_data_mgr.cpp
7944
ErrCode BundleDataMgr::
GetOdid
(std::string &odid) const
in GetOdid()
function in OHOS::AppExecFwk::BundleDataMgr
7974
bundleInfo.
GetOdid
(odid);
in GetOdidByBundleName()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H
A
D
bms_data_mgr_test.cpp
2346
* @tc.name: test
GetOdid
2356
ErrCode ret = dataMgr->
GetOdid
(odid);
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H
A
D
bundle_mgr_host.cpp
3738
auto ret =
GetOdid
(odid);
in HandleGetOdid()
H
A
D
bundle_mgr_proxy.cpp
4323
ErrCode BundleMgrProxy::
GetOdid
(std::string &odid)
in GetOdid()
function in OHOS::AppExecFwk::BundleMgrProxy
4326
APP_LOGD("
GetOdid
Called");
in GetOdid()
4341
APP_LOGD("
GetOdid
ret: %{public}d, odid: %{private}s", ret, odid.c_str());
in GetOdid()
/foundation/bundlemanager/bundle_tool/frameworks/src/
H
A
D
bundle_test_tool.cpp
4258
auto result = bundleMgrProxy_->
GetOdid
(odid);
in RunAsGetOdid()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H
A
D
acts_bms_kit_system_test.cpp
9014
* @tc.name: test
GetOdid
interface
9017
* 3.call
GetOdid
9038
auto queryResult = bundleMgrProxy->
GetOdid
(odid);
in HWTEST_F()
9054
* @tc.name: test
GetOdid
interface
9055
* @tc.desc:
GetOdid
failed for calling uid is invalid
9064
auto queryResult = bundleMgrProxy->
GetOdid
(odid);
in HWTEST_F()
9549
* @tc.desc:
GetOdid
failed for calling bundle name is invalid
Completed in 83 milliseconds