Home
last modified time | relevance | path

Searched refs:iAuthorCapConfigIF (Results 1 – 5 of 5) sorted by relevance

/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_testset5.cpp850 …->QueryInterface(PVMI_CAPABILITY_AND_CONFIG_PVUUID, (PVInterface*&)iAuthorCapConfigIF, (OsclAny*)i… in Run()
1371 iAuthorCapConfigIF->setObserver(this); in CapConfigAsync()
1379 iAuthorCapConfigIF->setParametersAsync(NULL, &iKVPSetAsync, 1, iErrorKVP); in CapConfigAsync()
1418 iAuthorCapConfigIF->setParametersSync(NULL, &paramkvp1, 1, iErrorKVP); in CapConfigSync()
1427iAuthorCapConfigIF->getParametersSync(NULL, paramkey1.get_str(), retparam, retnumparam, NULL); in CapConfigSync()
1432 … if (iAuthorCapConfigIF->releaseParameters(NULL, retparam, retnumparam) != PVMFSuccess) in CapConfigSync()
1454 iAuthorCapConfigIF->setParametersSync(NULL, &paramkvp1, 1, iErrorKVP); in CapConfigSync()
1465 iAuthorCapConfigIF->setParametersSync(NULL, &paramkvp1, 1, iErrorKVP); in CapConfigSync()
1475iAuthorCapConfigIF->getParametersSync(NULL, paramkey3.get_str(), retparam, retnumparam, NULL); in CapConfigSync()
1479 … if (iAuthorCapConfigIF->releaseParameters(NULL, retparam, retnumparam) != PVMFSuccess) in CapConfigSync()
[all …]
Dtest_pv_author_engine_testset6.h173 PvmiCapabilityAndConfig* iAuthorCapConfigIF; variable
Dtest_pv_author_engine_testset5.h193 PvmiCapabilityAndConfig* iAuthorCapConfigIF; variable
Dtest_pv_author_engine_testset4.h223 PvmiCapabilityAndConfig* iAuthorCapConfigIF; variable
Dtest_pv_author_engine_testset6.cpp576 (PVInterface*&)iAuthorCapConfigIF, in Run()
1470 iAuthorCapConfigIF->setParametersSync(NULL, &paramkvp, 1, iErrorKVP); in CapConfigSync1()