Lines Matching defs:context
87 ConfigContext context = { INIT_CONTEXT_CHIPSET };
88 int ret = ExecuteCmdInSubInit(&context, "mkdir", STARTUP_INIT_UT_PATH"/testsubcontext");
90 ret = ExecuteCmdInSubInit(&context, "mkdir", STARTUP_INIT_UT_PATH"/testsubcontext1");
92 ret = ExecuteCmdInSubInit(&context, "mkdir", STARTUP_INIT_UT_PATH"/testsubcontext2");
94 ret = ExecuteCmdInSubInit(&context, "mkdir", nullptr);
96 context.type = INIT_CONTEXT_MAIN;
97 ret = ExecuteCmdInSubInit(&context, "mkdir", STARTUP_INIT_UT_PATH"/testsubcontext");
103 ret = ExecuteCmdInSubInit(&context, nullptr, STARTUP_INIT_UT_PATH"/testsubcontext");
160 ConfigContext context = { INIT_CONTEXT_CHIPSET };
161 int ret = ExecuteCmdInSubInit(&context, "mkdir-2", STARTUP_INIT_UT_PATH"/testsubcontext");
167 ConfigContext context = { INIT_CONTEXT_CHIPSET };
174 DoCmdByIndex(index, STARTUP_INIT_UT_PATH"/testsubcontext", &context);
179 ConfigContext context = { INIT_CONTEXT_MAIN };
186 DoCmdByIndex(index, STARTUP_INIT_UT_PATH"/testsubcontext", &context);
193 ConfigContext context = { INIT_CONTEXT_MAIN };
194 ret = SetSubInitContext(&context, "serviceName");
196 context = { INIT_CONTEXT_CHIPSET };
197 ret = SetSubInitContext(&context, "serviceName");