Searched defs:runOnCreate (Results 1 – 4 of 4) sorted by relevance
29 bool runOnCreate = false; in DoFuzzTestServerSetPasteData() local
37 TestServerServiceMock(int32_t saId, bool runOnCreate) : TestServerService(saId, runOnCreate) {} in TestServerServiceMock()
69 bool runOnCreate = true; in SetUp() local
50 …TestServerService::TestServerService(int32_t saId, bool runOnCreate) : SystemAbility(saId, runOnCr… in TestServerService()