Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/service/src/pinholder/
H A Dpin_holder.cpp42 constexpr const char* TAG_PAYLOAD = "PAYLOAD"; member
168 jsonObj[TAG_PAYLOAD] = payload; in DestroyPinHolder()
200 jsonObj[TAG_PAYLOAD] = payload_; in CreateGeneratePinHolderMsg()
245 if (!IsInt32(jsonObject, TAG_PIN_TYPE) || !IsString(jsonObject, TAG_PAYLOAD)) { in ProcessCreateMsg()
250 std::string payload = jsonObject[TAG_PAYLOAD].get<std::string>(); in ProcessCreateMsg()
265 jsonContent[TAG_PAYLOAD] = payload; in ProcessCreateMsg()
324 if (!IsInt32(jsonObject, TAG_PIN_TYPE) || !IsString(jsonObject, TAG_PAYLOAD)) { in ProcessDestroyMsg()
329 std::string payload = jsonObject[TAG_PAYLOAD].get<std::string>(); in ProcessDestroyMsg()
344 jsonContent[TAG_PAYLOAD] = payload; in ProcessDestroyMsg()
374 jsonContent[TAG_PAYLOAD] in CloseSession()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.cpp122 constexpr const char* TAG_PAYLOAD = "PAYLOAD"; member
476 jsonObject[TAG_PAYLOAD] = DmPinType::SUPER_SONIC; in HWTEST_F()
575 jsonObject[TAG_PAYLOAD] = DmPinType::SUPER_SONIC; in HWTEST_F()

Completed in 4 milliseconds