Home
last modified time | relevance | path

Searched refs:PlatformManagerTestExecute (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dplatform_manager_test.h45 int PlatformManagerTestExecute(int cmd);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_manager_test.h23 int PlatformManagerTestExecute(int cmd);
H A Dplatform_manager_test.c236 int PlatformManagerTestExecute(int cmd) in PlatformManagerTestExecute() function
291 ret = PlatformManagerTestExecute(i); in PlatformManagerTestExecuteAll()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dhdf_platform_entry_test.c46 msg->result = PlatformManagerTestExecute(msg->subCmd); in HdfPlatformManagerTestEntry()
H A Dplatform_manager_test.c253 int PlatformManagerTestExecute(int cmd) in PlatformManagerTestExecute() function
307 int32_t ret = PlatformManagerTestExecute(i); in PlatformManagerTestExecuteAll()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_platform_entry_test.c51 msg->result = PlatformManagerTestExecute(msg->subCmd); in HdfPlatformManagerTestEntry()