Home
last modified time | relevance | path

Searched refs:pfwApplyConfigurations (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/bindings/c/
DTest.cpp277 REQUIRE_FAILURE(pfwApplyConfigurations(pfw));
335 REQUIRE(not pfwApplyConfigurations(NULL));
338 REQUIRE_SUCCESS(pfwApplyConfigurations(pfw));
DParameterFramework.h188 bool pfwApplyConfigurations(const PfwHandler *handle) NONNULL USERESULT;
DParameterFramework.cpp298 bool pfwApplyConfigurations(const PfwHandler *handle) in pfwApplyConfigurations() function