Home
last modified time | relevance | path

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 Dlnn_lane_common.h29 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 Dlnn_lane_model.c127 int32_t ret = LnnCreateData(&g_profileMap, profileId, &newModel, sizeof(LaneModel)); in AddLaneModel()
H A Dlnn_lane_common.c196 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 Dlnn_lane_test.cpp1248 int32_t ret = LnnCreateData(nullptr, 32, nullptr, 0);