Home
last modified time | relevance | path

Searched defs:resultQuery (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/distributed_schedule_lite/system_ability_manager_hal/src/
H A Diunknown_func_test.c182 int resultQuery = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&demoApi); variable
201 int resultQuery = iUnknown->QueryInterface(iUnknown, 0x30, (void **)&demoApi); variable
217 int resultQuery = iUnknown->QueryInterface(iUnknown, 0, (void **)&demoApi); variable
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DIUnknownTest.cpp189 int resultQuery = iUnknown->QueryInterface(iUnknown, DEFAULT_VERSION, (void **)&demoApi); in HWTEST_F() local
212 int resultQuery = iUnknown->QueryInterface(iUnknown, 0x30, (void **)&demoApi); in HWTEST_F() local
227 int resultQuery = iUnknown->QueryInterface(iUnknown, 0, (void **)&demoApi); in HWTEST_F() local

Completed in 2 milliseconds