Searched refs:isUserId (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/dumpsysstate_fuzzer/ |
H A D | dumpsysstate_fuzzer.cpp | 39 bool isUserId = true; in DoSomethingInterestingWithMyAPI() local 46 if (abilitymgr->DumpSysState(args, states, isClient, isUserId, userId) != 0) { in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_proxy.cpp | 1523 const std::string& args, std::vector<std::string>& state, bool isClient, bool isUserId, int UserId) in DumpSysState() 1539 if (!data.WriteBool(isUserId)) { in DumpSysState() 1522 DumpSysState( const std::string& args, std::vector<std::string>& state, bool isClient, bool isUserId, int UserId) DumpSysState() argument
|
Completed in 8 milliseconds