Home
last modified time | relevance | path

Searched refs:compSinkSaId (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h61 int32_t compSinkSaId; member
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp171 cfg.compSinkSaId = static_cast<int32_t>(cJSON_GetObjectItem(json, COMP_SINK_SA_ID.c_str())->valuedouble); in ParseSink()
315 config.compSinkSaId = in ParseCompConfigFromJson()
395 comHandler.sinkSaId = itor->second.compSinkSaId; in GetAllHandler()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp49 .compSinkSaId = 4802 in HWTEST_F()
58 .compSinkSaId = 4802 in HWTEST_F()
692 EXPECT_NE(4802, cfg.compSinkSaId); in HWTEST_F()
721 EXPECT_EQ(4802, cfg.compSinkSaId); in HWTEST_F()

Completed in 4 milliseconds