/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
D | TaskpoolNoTaskTest.cpp | 26 bool (*FeatureApi001)(IUnknown *iUnknown, const char *para1); member 52 static bool FeatureApi001(IUnknown *iUnknown, const char *para1) in FeatureApi001() function 138 .FeatureApi001 = FeatureApi001, 235 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx");
|
D | TaskpoolSharedTaskTest.cpp | 41 bool(*FeatureApi001)(IUnknown *iUnknown, const char *para1); member 76 static bool FeatureApi001(IUnknown *iUnknown, const char *para1) in FeatureApi001() function 169 .FeatureApi001 = FeatureApi001, 184 .FeatureApi001 = FeatureApi001, 309 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx"); 365 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx");
|
D | TaskpoolSpecifiedTaskTest.cpp | 35 bool(*FeatureApi001)(IUnknown *iUnknown, const char *para1); member 70 static bool FeatureApi001(IUnknown *iUnknown, const char *para1) in FeatureApi001() function 185 .FeatureApi001 = FeatureApi001, 278 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx"); 334 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx");
|
D | TaskpoolSingleTaskTest.cpp | 52 bool(*FeatureApi001)(IUnknown *iUnknown, const char *para1); member 87 static bool FeatureApi001(IUnknown *iUnknown, const char *para1) in FeatureApi001() function 258 .FeatureApi001 = FeatureApi001, 358 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, para); 417 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx"); 472 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx"); 527 bool result = demoApi->FeatureApi001((IUnknown *)demoApi, (char*)"xxxx");
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/ |
D | taskpool_notask_func_test.c | 27 BOOL (*FeatureApi001)(IUnknown *iUnknown, char *para1); member 54 static BOOL FeatureApi001(IUnknown *iUnknown, char *para1) in FeatureApi001() function 138 .FeatureApi001 = FeatureApi001, 226 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx");
|
D | taskpool_sharedtask_func_test.c | 46 BOOL(*FeatureApi001) member 83 static BOOL FeatureApi001(IUnknown *iUnknown, char *para1) in FeatureApi001() function 173 .FeatureApi001 = FeatureApi001, 187 .FeatureApi001 = FeatureApi001, 304 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx"); 355 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx");
|
D | taskpool_specifiedtask_func_test.c | 39 BOOL(*FeatureApi001) member 76 static BOOL FeatureApi001(IUnknown *iUnknown, char *para1) in FeatureApi001() function 191 .FeatureApi001 = FeatureApi001, 274 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx"); 325 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx");
|
D | taskpool_singletask_func_test.c | 59 BOOL (*FeatureApi001)(IUnknown *iUnknown, char *para1); member 94 static BOOL FeatureApi001(IUnknown *iUnknown, char *para1) in FeatureApi001() function 253 .FeatureApi001 = FeatureApi001, 347 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx"); 403 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx"); 458 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx"); 513 BOOL result = demoApi->FeatureApi001((IUnknown *)demoApi, "xxxx");
|