Home
last modified time | relevance | path

Searched refs:GetBundleResourcePath (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dcontext_container.h158 std::string GetBundleResourcePath() override;
H A Dfa_context.h227 virtual std::string GetBundleResourcePath() = 0;
H A Dcontext_deal.h166 std::string GetBundleResourcePath();
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_context.h48 virtual std::string GetBundleResourcePath() = 0;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_application.cpp94 EXPECT_STREQ("", GetBundleResourcePath().c_str()); in OnStart()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_container.cpp186 std::string ContextContainer::GetBundleResourcePath() in GetBundleResourcePath() function in OHOS::AppExecFwk::ContextContainer
189 return baseContext_->GetBundleResourcePath(); in GetBundleResourcePath()
H A Dcontext_deal.cpp193 std::string ContextDeal::GetBundleResourcePath() in GetBundleResourcePath() function in OHOS::AppExecFwk::ContextDeal
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp100 EXPECT_STREQ(GetBundleResourcePath().c_str(), std::string("resourcePath").c_str()); in OnSaveAbilityState()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp169 * @tc.name: GetBundleResourcePath
170 * @tc.desc: Verify that the GetBundleResourcePath return value is correct.
179 EXPECT_STREQ(context_->GetBundleResourcePath().c_str(), resourcePath.c_str()); in HWTEST_F()
184 * @tc.name: GetBundleResourcePath
185 * @tc.desc: Verify that the GetBundleResourcePath return value is correct.
195 EXPECT_STREQ(context_->GetBundleResourcePath().c_str(), Constants::LOCAL_BUNDLES); in HWTEST_F()
H A Dcontext_container_test.cpp187 * @tc.name: GetBundleResourcePath
189 * and verify whether the return value of GetBundleResourcePath is correct.
199 EXPECT_STREQ(context_->GetBundleResourcePath().c_str(), resourcePath.c_str()); in HWTEST_F()
204 * @tc.name: GetBundleResourcePath
205 * @tc.desc: Test GetBundleResourcePath exception status.
209 std::string path = context_->GetBundleResourcePath(); in HWTEST_F()
211 EXPECT_STREQ(context_->GetBundleResourcePath().c_str(), empty.c_str()); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_test.cpp283 * @tc.name: GetBundleResourcePath
296 EXPECT_STREQ(resourcePath.c_str(), context_->GetBundleResourcePath().c_str()); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/ability_test/
H A Dability_context_test.cpp449 * @tc.name: GetBundleResourcePath
450 * @tc.desc: Verify that function GetBundleResourcePath.
454 auto result = context_->GetBundleResourcePath(); in HWTEST_F()

Completed in 12 milliseconds