Searched refs:LnnCreateData (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_common.h | 29 int32_t LnnCreateData(Map *map, uint32_t key, const void *value, uint32_t valueSize);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_model.c | 127 int32_t ret = LnnCreateData(&g_profileMap, profileId, &newModel, sizeof(LaneModel)); in AddLaneModel()
|
H A D | lnn_lane_common.c | 196 int32_t LnnCreateData(Map *map, uint32_t key, const void *value, uint32_t valueSize) in LnnCreateData() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/ |
H A D | lnn_lane_test.cpp | 1248 int32_t ret = LnnCreateData(nullptr, 32, nullptr, 0);
|