Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c500 int32_t GetIsExchangeUdidByNetworkId(const char *networkId, bool *isExchangeUdid) in GetIsExchangeUdidByNetworkId() argument
502 if (networkId == NULL || isExchangeUdid == NULL) { in GetIsExchangeUdidByNetworkId()
509 *isExchangeUdid = cacheInfo.isAuthExchangeUdid; in GetIsExchangeUdidByNetworkId()
H A Dauth_session_json.c943 bool isExchangeUdid = true; in VerifyExchangeIdTypeAndInfo() local
950 if (GetIsExchangeUdidByNetworkId(info->udid, &isExchangeUdid) == SOFTBUS_OK && isExchangeUdid) { in VerifyExchangeIdTypeAndInfo()
H A Dauth_manager.c977 bool isExchangeUdid = true; in AuthManagerSetAuthPassed() local
978 if (GetIsExchangeUdidByNetworkId(info->nodeInfo.networkId, &isExchangeUdid) == SOFTBUS_OK && isExchangeUdid) { in AuthManagerSetAuthPassed()
979 AUTH_LOGI(AUTH_FSM, "clear isExchangeUdid"); in AuthManagerSetAuthPassed()
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_common.h154 int32_t GetIsExchangeUdidByNetworkId(const char *networkId, bool *isExchangeUdid);

Completed in 8 milliseconds