Home
last modified time | relevance | path

Searched refs:RelationShipChangeType (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/services/service/src/relationshipsyncmgr/
H A Drelationship_sync_mgr.cpp56 RelationShipChangeMsg::RelationShipChangeMsg() : type(RelationShipChangeType::TYPE_MAX), in RelationShipChangeMsg()
70 case RelationShipChangeType::ACCOUNT_LOGOUT: in ToBroadcastPayLoad()
74 case RelationShipChangeType::DEVICE_UNBIND: in ToBroadcastPayLoad()
78 case RelationShipChangeType::APP_UNBIND: in ToBroadcastPayLoad()
89 bool RelationShipChangeMsg::FromBroadcastPayLoad(const cJSON *payloadJson, RelationShipChangeType type) in FromBroadcastPayLoad()
92 if (type == RelationShipChangeType::TYPE_MAX) { in FromBroadcastPayLoad()
98 case RelationShipChangeType::ACCOUNT_LOGOUT: in FromBroadcastPayLoad()
101 case RelationShipChangeType::DEVICE_UNBIND: in FromBroadcastPayLoad()
104 case RelationShipChangeType::APP_UNBIND: in FromBroadcastPayLoad()
118 case RelationShipChangeType in IsValid()
[all...]
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_relationship_sync_mgr.cpp44 msg.type = RelationShipChangeType::ACCOUNT_LOGOUT; in HWTEST_F()
57 msg.type = RelationShipChangeType::ACCOUNT_LOGOUT; in HWTEST_F()
70 msg.type = RelationShipChangeType::ACCOUNT_LOGOUT; in HWTEST_F()
83 msg.type = RelationShipChangeType::DEVICE_UNBIND; in HWTEST_F()
96 msg.type = RelationShipChangeType::DEVICE_UNBIND; in HWTEST_F()
109 msg.type = RelationShipChangeType::APP_UNBIND; in HWTEST_F()
122 msg.type = RelationShipChangeType::APP_UNBIND; in HWTEST_F()
136 msg.type = RelationShipChangeType::APP_UNBIND; in HWTEST_F()
150 msg.type = RelationShipChangeType::SERVICE_UNBIND; in HWTEST_F()
157 msg.type = RelationShipChangeType in HWTEST_F()
[all...]
/foundation/distributedhardware/device_manager/services/service/include/relationshipsyncmgr/
H A Drelationship_sync_mgr.h25 enum class RelationShipChangeType : uint32_t { class
36 RelationShipChangeType type;
46 bool FromBroadcastPayLoad(const cJSON *payloadJson, RelationShipChangeType type);
/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp1705 msg.type = RelationShipChangeType::ACCOUNT_LOGOUT; in SendAccountLogoutBroadCast()
1860 msg.type = RelationShipChangeType::DEVICE_UNBIND; in SendDeviceUnBindBroadCast()
1872 msg.type = RelationShipChangeType::APP_UNBIND; in SendAppUnBindBroadCast()
1885 msg.type = RelationShipChangeType::SERVICE_UNBIND; in SendServiceUnBindBroadCast()
1913 case RelationShipChangeType::ACCOUNT_LOGOUT: in HandleDeviceTrustedChange()
1917 case RelationShipChangeType::DEVICE_UNBIND: in HandleDeviceTrustedChange()
1920 case RelationShipChangeType::APP_UNBIND: in HandleDeviceTrustedChange()

Completed in 5 milliseconds