/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | context_container_by_mock_bms_test.cpp | 109 EXPECT_CALL(*mockBundleMgr, GetAppType(testing::_)) 112 std::string path = context_->GetAppType(); 115 EXPECT_STREQ(context_->GetAppType().c_str(), appType.c_str());
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
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.h | 40 std::string GetAppType(const std::string& bundleName) override in GetAppType() function 94 std::string GetAppType(const std::string& bundleName) override;
|
H A D | mock_bundle_manager.cpp | 36 std::string BundleMgrProxy::GetAppType(const std::string& bundleName) in GetAppType() function in OHOS::AppExecFwk::BundleMgrProxy 100 std::string BundleMgrService::GetAppType(const std::string& bundleName) in GetAppType() function in OHOS::AppExecFwk::BundleMgrService
|
H A D | mock_bundle_manager_form.cpp | 61 std::string BundleMgrService::GetAppType(const std::string& bundleName) in GetAppType() function in OHOS::AppExecFwk::BundleMgrService
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_bundle_manager.h | 49 std::string GetAppType(const std::string &bundleName) override in GetAppType() function 101 virtual std::string GetAppType(const std::string &bundleName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapptype_fuzzer/ |
H A D | getapptype_fuzzer.cpp | 30 bundleMgrProxy.GetAppType(bundleName); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/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
|
H A D | mock_application.cpp | 106 EXPECT_STREQ("ModuleTestType", GetBundleManager()->GetAppType("test").c_str()); in OnStart()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | mock_bundle_mgr_proxy.cpp | 59 std::string BundleMgrProxy::GetAppType(const std::string &bundleName) in GetAppType() function in OHOS::AppExecFwk::BundleMgrProxy
|
/ohos5.0/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;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/ |
H A D | mock_bundle_manager_service.h | 37 MOCK_METHOD1(GetAppType, std::string(const std::string &bundleName));
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 138 Constants::AppType GetAppType() const in GetAppType() function
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | context_container.h | 176 std::string GetAppType() override;
|
H A D | context_deal.h | 184 std::string GetAppType();
|
H A D | fa_context.h | 273 virtual std::string GetAppType() = 0;
|
/ohos5.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
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_container.cpp | 206 std::string ContextContainer::GetAppType() in GetAppType() function in OHOS::AppExecFwk::ContextContainer 209 return baseContext_->GetAppType(); in GetAppType()
|
H A D | context_deal.cpp | 220 std::string ContextDeal::GetAppType() in GetAppType() function in OHOS::AppExecFwk::ContextDeal 227 std::string retString = ptr->GetAppType(applicationInfo_->bundleName); in GetAppType()
|
/ohos5.0/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
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_context.h | 52 virtual std::string GetAppType() = 0;
|
/ohos5.0/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()
|
/ohos5.0/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
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_context_test.cpp | 382 EXPECT_CALL(*mockBundleMgr, GetAppType(testing::_)) 385 EXPECT_STREQ(empty.c_str(), context_->GetAppType().c_str());
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 90 bmHelper->GetAppType(stringParam); in BundleMgrHelperFuzztest1()
|