Home
last modified time | relevance | path

Searched refs:subSystem_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/src/
H A Dnetlink_data.cpp46 subSystem_ = std::string(msg); in Decode()
68 return subSystem_.empty() ? EMPTY_STRING : subSystem_; in GetSubsystem()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/netlink/
H A Dnetlink_data.h58 std::string subSystem_; variable