Searched defs:isDebugApp (Results 1 – 5 of 5) sorted by relevance
44 auto isDebugApp = want.GetBoolParam("debugApp", false); in StartAbility() local
122 bool isDebugApp = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local
253 bool isDebugApp = false; in ParseStartAbilityArgsFromCmd() local
1019 bool isDebugApp = false; in MakeWantFromCmd() local
1446 void AppRunningRecord::SetDebugApp(bool isDebugApp) in SetDebugApp()