Home
last modified time | relevance | path

Searched refs:DUMP_TAB_CHARACTER (Results 1 - 1 of 1) sorted by relevance

/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_manager_service.cpp29 const std::string DUMP_TAB_CHARACTER = "\t"; member
919 state.emplace_back(DUMP_TAB_CHARACTER + "Name: " + AnonymizeNameStr(localName)); in DumpStateByAccounts()
928 state.emplace_back(DUMP_TAB_CHARACTER + "Type: " + type); in DumpStateByAccounts()
929 state.emplace_back(DUMP_TAB_CHARACTER + "Status: " + in DumpStateByAccounts()
931 state.emplace_back(DUMP_TAB_CHARACTER + "isForeground: " + std::to_string(osAccountInfo.GetIsForeground())); in DumpStateByAccounts()
932 state.emplace_back(DUMP_TAB_CHARACTER + "dispalyId: " + std::to_string(osAccountInfo.GetDisplayId())); in DumpStateByAccounts()
934 state.emplace_back(DUMP_TAB_CHARACTER + "Constraints:"); in DumpStateByAccounts()
937 [](auto constraint) {return DUMP_TAB_CHARACTER + DUMP_TAB_CHARACTER + constraint; }); in DumpStateByAccounts()
939 state.emplace_back(DUMP_TAB_CHARACTER in DumpStateByAccounts()
[all...]

Completed in 2 milliseconds