Searched refs:MSG_TYPE (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/ |
H A D | relationship_sync_mgr.cpp | 50 const char * const MSG_TYPE = "TYPE"; member 306 cJSON_AddNumberToObject(msg, MSG_TYPE, (uint32_t)type); in ToJson() 346 cJSON *typeJson = cJSON_GetObjectItem(msgObj, MSG_TYPE); in FromJson()
|
/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_auth_message_processor.cpp | 1137 "MSG_TYPE": 80, in HWTEST_F() 1165 "MSG_TYPE": 90, in HWTEST_F() 1201 "MSG_TYPE": 100, in HWTEST_F() 1235 "MSG_TYPE": 200, in HWTEST_F() 1264 "MSG_TYPE": 104 in HWTEST_F() 1289 "MSG_TYPE": "104" in HWTEST_F() 1309 "MSG_TYPE": "501", in HWTEST_F() 1327 "MSG_TYPE": "502", in HWTEST_F() 1334 "MSG_TYPE": "503", in HWTEST_F() 1341 "MSG_TYPE" in HWTEST_F() [all...] |
H A D | UTTest_dm_pin_holder.cpp | 774 "MSG_TYPE" : "789" in HWTEST_F() 787 "MSG_TYPE" : 100 in HWTEST_F()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | negotiate_message.cpp | 55 { NegotiateMessageKey::MSG_TYPE, Serializable::ValueType::INT }, 338 Set(NegotiateMessageKey::MSG_TYPE, static_cast<int>(value)); in SetMessageType() 343 Set(NegotiateMessageKey::MSG_TYPE, static_cast<int>(value)); in SetMessageType() 348 auto value = Get(NegotiateMessageKey::MSG_TYPE, static_cast<int>(NegotiateMessageType::CMD_INVALID)); in GetMessageType()
|
H A D | negotiate_message.h | 91 MSG_TYPE = 0, member in OHOS::SoftBus::NegotiateMessageKey
|
/foundation/distributedhardware/device_manager/test/softbusunittest/ |
H A D | UTTest_softbus_session.cpp | 130 "MSG_TYPE": "messageTest" in HWTEST_F()
|
Completed in 8 milliseconds