Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/test/functional-tests/
DAutoSync.cpp75 config.plugins = {{PLUGIN_PATH, {PLUGIN_NAME}}}; in createConfig()
101 std::string mSubsystemPath = std::string(PLUGIN_PATH) + (*PLUGIN_PATH ? "/":"") + PLUGIN_NAME;
DCMakeLists.txt51 …target_compile_definitions(parameterFunctionalTest PUBLIC -D PLUGIN_NAME=\"introspection-subsystem…
/external/grpc-grpc/test/cpp/end2end/
Dserver_builder_plugin_test.cc41 #define PLUGIN_NAME "TestServerBuilderPlugin" macro
55 grpc::string name() override { return PLUGIN_NAME; } in name()
223 if ((*it)->name() == PLUGIN_NAME) break; in CheckPresent()