Searched refs:GetSubsystem (Results 1 – 5 of 5) sorted by relevance
41 if (strcmp(nlData->GetSubsystem().c_str(), "block") == 0) { in OnEvent()44 nlData->GetSubsystem().c_str(), nlData->GetAction()); in OnEvent()
66 std::string NetlinkData::GetSubsystem() in GetSubsystem() function in OHOS::StorageDaemon::NetlinkData
52 EXPECT_TRUE(netlinkData.GetSubsystem().compare("") == 0) << "check the Subsystem";118 EXPECT_TRUE(netlinkData.GetSubsystem().compare("ABCABC") == 0) << "check the Subsystem";
51 std::string GetSubsystem();
241 auto parentSubsystem = parent->GetSubsystem(); in GetParentWithSubsystem()579 std::optional<std::string> GetSubsystem() in GetSubsystem() function