Searched defs:dataLevel (Results 1 – 7 of 7) sorted by relevance
27 type dataLevel = 's0'|'s1'|'s2'|'s3'|'s4'; alias
33 static bool SetSecurityLabel(const std::string &path, const std::string &dataLevel) in SetSecurityLabel()
41 std::unique_ptr<char []> dataLevel; in SetSecurityLabel() local94 std::unique_ptr<char []> dataLevel; in SetSecurityLabelSync() local
47 std::unique_ptr<char []> dataLevel; in SetSecurityLabel() local102 std::unique_ptr<char []> dataLevel; in SetSecurityLabelSync() local
184 void HiViewAdapter::CopyTimeConsumingCount(int dataLevel, int timeLevel) in CopyTimeConsumingCount()198 void HiViewAdapter::PasteTimeConsumingCount(int dataLevel, int timeLevel) in PasteTimeConsumingCount()212 void HiViewAdapter::RemotePasteTimeConsumingCount(int dataLevel, int timeLevel) in RemotePasteTimeConsumingCount()281 const char *HiViewAdapter::GetDataLevel(int dataLevel) in GetDataLevel()
203 auto dataLevel = Convert2Name(option); in SetFileSecurityOption() local