Searched refs:BoolToString (Results 1 – 1 of 1) sorted by relevance
532 inline std::string BoolToString(bool tag) in BoolToString() function2275 DumpLog::GetInstance().AddDesc("checked: ", BoolToString(nodeInfo.IsChecked())); in DumpAccessibilityPropertyNG()2276 DumpLog::GetInstance().AddDesc("selected: ", BoolToString(nodeInfo.IsSelected())); in DumpAccessibilityPropertyNG()2307 DumpLog::GetInstance().AddDesc("editable: ", BoolToString(nodeInfo.IsEditable())); in DumpAccessibilityPropertyNG()2339 DumpLog::GetInstance().AddDesc("enabled: ", BoolToString(nodeInfo.IsEnabled())); in DumpCommonPropertyNG()2341 DumpLog::GetInstance().AddDesc("focused: ", BoolToString(nodeInfo.IsFocused())); in DumpCommonPropertyNG()2342 DumpLog::GetInstance().AddDesc("visible: ", BoolToString(nodeInfo.IsVisible())); in DumpCommonPropertyNG()3154 DumpLog::GetInstance().AddDesc("enabled: ", BoolToString(node->GetEnabledState())); in DumpProperty()3155 DumpLog::GetInstance().AddDesc("checked: ", BoolToString(node->GetCheckedState())); in DumpProperty()3158 DumpLog::GetInstance().AddDesc("focused: ", BoolToString(node->GetFocusedState())); in DumpProperty()[all …]