Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Ddscreen_maprelation.cpp74 {KEY_DISPLAY_ID, dScreenMapRelation.displayId_}, in to_json()
83 if (!IsUInt64(j, KEY_DISPLAY_ID) || !IsUInt64(j, KEY_SCREEN_ID)) { in from_json()
87 dScreenMapRelation.displayId_ = j[KEY_DISPLAY_ID].get<uint64_t>(); in from_json()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Ddscreen_maprelation_test.cpp116 j.at(KEY_DISPLAY_ID).get_to(jsonDisplayId); in HWTEST_F()
158 j[KEY_DISPLAY_ID] = displayId; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h167 const std::string KEY_DISPLAY_ID = "displayId"; member

Completed in 2 milliseconds