Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/tests/unittest/context/
H A Dcontext_unit_test.cpp1007 std::shared_ptr<ConfigEventMsg> ConfigEventMsgSptr; in HWTEST_F() local
1008 ConfigEventMsgSptr = std::make_shared<ConfigEventMsg>(ConfigStatus::CONFIG_STATUS_INVALID, MODULE_CONTEXT); in HWTEST_F()
1009 ConfigEventMsgSptr->data = std::make_shared<SharingDataGroupByModule>("ContextTestScene"); in HWTEST_F()
1010 ConfigEventMsgSptr->data->PutSharingValue("agentLimit", "testdescription", std::make_shared<SharingValue>(value)); in HWTEST_F()
1014 event.eventMsg = ConfigEventMsgSptr; in HWTEST_F()
1026 std::shared_ptr<ConfigEventMsg> ConfigEventMsgSptr; in HWTEST_F() local
1027 ConfigEventMsgSptr= std::make_shared<ConfigEventMsg>(ConfigStatus::CONFIG_STATUS_INVALID, MODULE_CONTEXT); in HWTEST_F()
1028 ConfigEventMsgSptr->data = std::make_shared<SharingDataGroupByModule>("ContextTestScene"); in HWTEST_F()
1029 ConfigEventMsgSptr->data->PutSharingValue("networkLimit", "logOn", std::make_shared<SharingValue>(123)); in HWTEST_F()
1033 event.eventMsg = ConfigEventMsgSptr; in HWTEST_F()
1045 std::shared_ptr<ConfigEventMsg> ConfigEventMsgSptr; HWTEST_F() local
[all...]

Completed in 2 milliseconds