Searched refs:isChildProcessBySelfFork_ (Results 1 – 3 of 3) sorted by relevance
213 if (isChildProcessBySelfFork_) { in PreCheck()222 return isChildProcessBySelfFork_ || HasChildProcessRecord(); in IsChildProcess()227 return isChildProcessBySelfFork_; in IsChildProcessBySelfFork()234 isChildProcessBySelfFork_ = true; in HandleChildProcessBySelfFork()
82 bool isChildProcessBySelfFork_ = false; variable
249 EXPECT_EQ(ChildProcessManager::GetInstance().isChildProcessBySelfFork_, true);