Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h41 constexpr const char* TAG_SLICE_NUM = "SLICE"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp87 jsonObj[TAG_SLICE_NUM] = thumbnailSlice + 1; in CreateAuthRequestMessage()
95 jsonThumbnailObj[TAG_SLICE_NUM] = thumbnailSlice + 1; in CreateAuthRequestMessage()
374 if (!IsInt32(json, TAG_INDEX) || !IsInt32(json, TAG_SLICE_NUM)) { in ParseAuthRequestMessage()
379 sliceNum = json[TAG_SLICE_NUM].get<int32_t>(); in ParseAuthRequestMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp600 jsonThumbnail[TAG_SLICE_NUM] = 1; in HWTEST_F()
616 jsonThumbnail[TAG_SLICE_NUM] = 10; in HWTEST_F()
619 jsonThumbnail[TAG_SLICE_NUM] = 1; in HWTEST_F()
646 jsonThumbnail[TAG_SLICE_NUM] = 1; in HWTEST_F()
673 jsonThumbnail[TAG_SLICE_NUM] = 1; in HWTEST_F()

Completed in 5 milliseconds