Searched refs:GetDcap (Results 1 – 4 of 4) sorted by relevance
111 ASSERT_EQ(static_cast<uint32_t>(2), tokenInfos[0]->GetDcap().size());112 ASSERT_EQ("AT_CAP", (tokenInfos[0]->GetDcap())[0]);113 ASSERT_EQ("ST_CAP", (tokenInfos[0]->GetDcap())[1]);117 ASSERT_EQ(static_cast<uint32_t>(2), tokenInfos[1]->GetDcap().size());118 ASSERT_EQ("AT_CAP", (tokenInfos[1]->GetDcap())[0]);119 ASSERT_EQ("ST_CAP", (tokenInfos[1]->GetDcap())[1]);329 ASSERT_EQ(native->GetDcap(), info.dcap);
61 std::vector<std::string> GetDcap() const;
200 std::vector<std::string> NativeTokenInfoInner::GetDcap() const in GetDcap() function in OHOS::Security::AccessToken::NativeTokenInfoInner
619 std::vector<std::string> dcaps = infoPtr->GetDcap(); in CheckNativeDCap()