Home
last modified time | relevance | path

Searched refs:GetAppType (Results 1 – 25 of 56) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_container_by_mock_bms_test.cpp109 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 Dmock_bundle_manager.h45 std::string GetAppType(const std::string& bundleName) override;
91 std::string GetAppType(const std::string& bundleName) override;
H A Dmock_bundle_manager_form.h40 std::string GetAppType(const std::string& bundleName) override in GetAppType() function
94 std::string GetAppType(const std::string& bundleName) override;
H A Dmock_bundle_manager.cpp36 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 Dmock_bundle_manager_form.cpp61 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 Dmock_bundle_manager.h49 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 Dgetapptype_fuzzer.cpp30 bundleMgrProxy.GetAppType(bundleName); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_bundle_mgr_service.h32 std::string GetAppType(const std::string& bundleName) in GetAppType() function
H A Dmock_application.cpp106 EXPECT_STREQ("ModuleTestType", GetBundleManager()->GetAppType("test").c_str()); in OnStart()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_bundle_mgr_proxy.cpp59 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 Dmock_bundle_manager.h43 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 Dmock_bundle_manager_service.h37 MOCK_METHOD1(GetAppType, std::string(const std::string &bundleName));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_install_bundle_info.h138 Constants::AppType GetAppType() const in GetAppType() function
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h176 std::string GetAppType() override;
H A Dcontext_deal.h184 std::string GetAppType();
H A Dfa_context.h273 virtual std::string GetAppType() = 0;
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp121 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 Dcontext_container.cpp206 std::string ContextContainer::GetAppType() in GetAppType() function in OHOS::AppExecFwk::ContextContainer
209 return baseContext_->GetAppType(); in GetAppType()
H A Dcontext_deal.cpp220 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 Dmock_bundle_manager.cpp58 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 Dmock_context.h52 virtual std::string GetAppType() = 0;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp101 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 Dinner_bundle_info.h200 Constants::AppType GetAppType() const in GetAppType() function
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_test.cpp382 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 Dbundlemgrhelper_fuzzer.cpp90 bmHelper->GetAppType(stringParam); in BundleMgrHelperFuzztest1()

123