Searched refs:GetCallingBundle (Results 1 – 13 of 13) sorted by relevance
107 ffi::GetCallingBundle(token_id) in query_calling_bundle()156 fn GetCallingBundle(token_id: u64) -> String; in GetCallingBundle() function
25 rust::string GetCallingBundle(rust::u64 tokenId);
46 std::string AppContext::GetCallingBundle() in GetCallingBundle() function in OHOS::AppExecFwk::AppContext
80 std::string GetCallingBundle() override;
335 virtual std::string GetCallingBundle() = 0;
81 std::string GetCallingBundle() override;
129 auto result = appContext->GetCallingBundle();
61 virtual std::string GetCallingBundle() = 0;
60 rust::string GetCallingBundle(rust::u64 tokenId) in GetCallingBundle() function
442 EXPECT_STREQ(empty.c_str(), context_->GetCallingBundle().c_str());465 EXPECT_STREQ(bundleName.c_str(), ability->GetCallingBundle().c_str());
121 std::string AbilityContext::GetCallingBundle() in GetCallingBundle() function in OHOS::AppExecFwk::AbilityContext
271 EXPECT_EQ(context_->GetCallingBundle(), "bundleName");
1950 callingBundleCB->callingBundleName = callingBundleCB->cbBase.ability->GetCallingBundle(); in GetCallingBundleExecuteCB()3549 name->name = obj->ability_->GetCallingBundle(); in OnGetCallingBundle()