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:GetAppType
(Results
1 - 25
of
57
) sorted by relevance
1
2
3
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H
A
D
context_container_by_mock_bms_test.cpp
98
* @tc.name:
GetAppType
100
* and verify whether the return value of
GetAppType
is correct.
109
EXPECT_CALL(*mockBundleMgr,
GetAppType
(testing::_))
in HWTEST_F()
112
std::string path = context_->
GetAppType
();
in HWTEST_F()
115
EXPECT_STREQ(context_->
GetAppType
().c_str(), appType.c_str());
in HWTEST_F()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H
A
D
mock_bundle_mgr_service.h
32
std::string
GetAppType
(const std::string& bundleName)
in GetAppType()
function in OHOS::AppExecFwk::MockBundleMgrService
34
GTEST_LOG_(INFO) << "MockBundleMgrService::
GetAppType
called";
in GetAppType()
H
A
D
mock_application.cpp
106
EXPECT_STREQ("ModuleTestType", GetBundleManager()->
GetAppType
("test").c_str());
in OnStart()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapptype_fuzzer/
H
A
D
getapptype_fuzzer.cpp
30
bundleMgrProxy.
GetAppType
(bundleName);
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_bundle_manager.cpp
37
std::string BundleMgrProxy::
GetAppType
(const std::string& bundleName)
in GetAppType()
function in OHOS::AppExecFwk::BundleMgrProxy
101
std::string BundleMgrService::
GetAppType
(const std::string& bundleName)
in GetAppType()
function in OHOS::AppExecFwk::BundleMgrService
103
GTEST_LOG_(INFO) << " BundleMgrService::
GetAppType
";
in GetAppType()
H
A
D
mock_bundle_manager_form.h
40
std::string
GetAppType
(const std::string& bundleName) override
94
std::string
GetAppType
(const std::string& bundleName) override;
H
A
D
mock_bundle_manager.h
45
std::string
GetAppType
(const std::string& bundleName) override;
91
std::string
GetAppType
(const std::string& bundleName) override;
H
A
D
mock_bundle_manager_form.cpp
61
std::string BundleMgrService::
GetAppType
(const std::string& bundleName)
in GetAppType()
function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/form_fwk/test/mock/include/
H
A
D
mock_bundle_manager.h
49
std::string
GetAppType
(const std::string &bundleName) override
101
virtual std::string
GetAppType
(const std::string &bundleName);
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H
A
D
mock_bundle_manager.h
43
std::string
GetAppType
(const std::string& bundleName) override;
95
std::string
GetAppType
(const std::string& bundleName) override;
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H
A
D
context_container.h
176
std::string
GetAppType
() override;
H
A
D
fa_context.h
273
virtual std::string
GetAppType
() = 0;
H
A
D
context_deal.h
184
std::string
GetAppType
();
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H
A
D
pre_install_bundle_info.h
138
Constants::AppType
GetAppType
() const
in GetAppType()
function in OHOS::AppExecFwk::PreInstallBundleInfo
/foundation/ability/ability_runtime/test/mock/common/include/
H
A
D
mock_bundle_manager_proxy.h
38
MOCK_METHOD1(
GetAppType
, std::string(const std::string &bundleName));
H
A
D
mock_bundle_manager_service.h
40
MOCK_METHOD1(
GetAppType
, std::string(const std::string &bundleName));
/foundation/ability/form_fwk/test/mock/src/
H
A
D
mock_bundle_manager.cpp
58
std::string BundleMgrService::
GetAppType
(const std::string &bundleName)
in GetAppType()
function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H
A
D
mock_context.h
52
virtual std::string
GetAppType
() = 0;
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H
A
D
mock_bundle_manager.cpp
121
std::string BundleMgrProxy::
GetAppType
(const std::string& bundleName)
in GetAppType()
function in OHOS::AppExecFwk::BundleMgrProxy
179
std::string BundleMgrService::
GetAppType
(const std::string& bundleName)
in GetAppType()
function in OHOS::AppExecFwk::BundleMgrService
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H
A
D
context_deal.cpp
220
std::string ContextDeal::
GetAppType
()
in GetAppType()
function in OHOS::AppExecFwk::ContextDeal
224
TAG_LOGE(AAFwkTag::APPKIT, "
GetAppType
failed to get bundle manager service");
in GetAppType()
227
std::string retString = ptr->
GetAppType
(applicationInfo_->bundleName);
in GetAppType()
H
A
D
context_container.cpp
206
std::string ContextContainer::
GetAppType
()
in GetAppType()
function in OHOS::AppExecFwk::ContextContainer
209
return baseContext_->
GetAppType
();
in GetAppType()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H
A
D
demo_ability_test.cpp
101
EXPECT_STREQ(
GetAppType
().c_str(), std::string("system").c_str());
in OnSaveAbilityState()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H
A
D
inner_bundle_info.h
200
Constants::AppType
GetAppType
() const
in GetAppType()
function in OHOS::AppExecFwk::InnerBundleInfo
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H
A
D
ability_context_test.cpp
369
* @tc.name:
GetAppType
382
EXPECT_CALL(*mockBundleMgr,
GetAppType
(testing::_))
in HWTEST_F()
385
EXPECT_STREQ(empty.c_str(), context_->
GetAppType
().c_str());
in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H
A
D
bundle_mgr_helper.h
51
std::string
GetAppType
(const std::string &bundleName);
Completed in 13 milliseconds
1
2
3