Home
last modified time | relevance | path

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

/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauth_message_processor.h62 constexpr const char* TAG_ISONLINE = "isOnline"; member
/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_message_processor.cpp175 json[TAG_ISONLINE] = authResponseContext_->isOnline; in CreateNegotiateMessage()
204 json[TAG_ISONLINE] = authResponseContext_->isOnline; in CreateRespNegotiateMessage()
455 if (IsBool(json, TAG_ISONLINE)) { in ParsePkgNegotiateMessage()
456 authResponseContext_->isOnline = json[TAG_ISONLINE].get<bool>(); in ParsePkgNegotiateMessage()
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp1379 jsonObj[TAG_ISONLINE] = true; in HWTEST_F()
1597 jsonObj[TAG_ISONLINE] = true; in HWTEST_F()
1619 jsonObj[TAG_ISONLINE] = "1212"; in HWTEST_F()

Completed in 5 milliseconds