Home
last modified time | relevance | path

Searched refs:AUTH_FSM (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c58 AUTH_LOGE(AUTH_FSM, "is not server"); in UnPackBtDeviceIdV1()
62 AUTH_LOGE(AUTH_FSM, "memcpy fail"); in UnPackBtDeviceIdV1()
78 AUTH_LOGE(AUTH_FSM, "post device id fail"); in PostDeviceIdData()
87 AUTH_LOGE(AUTH_FSM, "client don't send Bt-v1 devId"); in PostBtV1DevId()
92 AUTH_LOGE(AUTH_FSM, "get uuid fail"); in PostBtV1DevId()
101 AUTH_LOGE(AUTH_FSM, "client don't send wifi-v1 devId"); in PostWifiV1DevId()
106 AUTH_LOGE(AUTH_FSM, "pack devId fail"); in PostWifiV1DevId()
122 AUTH_LOGI(AUTH_FSM, "process v1 bt deviceIdSync"); in PostDeviceIdV1()
131 AUTH_LOGE(AUTH_FSM, "pack devId fail"); in PostDeviceIdNew()
156 AUTH_CHECK_AND_RETURN_RET_LOGE(info != NULL, SOFTBUS_INVALID_PARAM, AUTH_FSM, "inf in PostDeviceIdMessage()
[all...]
H A Dauth_session_key.c63 AUTH_LOGE(AUTH_FSM, "remove session key fail"); in RemoveOldKey()
67 AUTH_LOGI(AUTH_FSM, "session key num reach max, remove the oldest, index=%{public}d, type=%{public}u", in RemoveOldKey()
75 AUTH_CHECK_AND_RETURN_LOGE(list != NULL, AUTH_FSM, "list is NULL"); in InitSessionKeyList()
147 AUTH_CHECK_AND_RETURN_RET_LOGE(srcList != NULL, SOFTBUS_INVALID_PARAM, AUTH_FSM, "srcList is NULL"); in DupSessionKeyList()
148 AUTH_CHECK_AND_RETURN_RET_LOGE(dstList != NULL, SOFTBUS_INVALID_PARAM, AUTH_FSM, "dstList is NULL"); in DupSessionKeyList()
154 AUTH_LOGE(AUTH_FSM, "malloc newItem fail"); in DupSessionKeyList()
165 AUTH_CHECK_AND_RETURN_LOGE(list != NULL, AUTH_FSM, "list is NULL"); in DestroySessionKeyList()
177 AUTH_CHECK_AND_RETURN_RET_LOGE(list != NULL, false, AUTH_FSM, "list is NULL"); in HasSessionKey()
197 AUTH_LOGI(AUTH_FSM, "auth link type=%{public}d", i); in GetSessionKeyTypeByIndex()
208 AUTH_LOGE(AUTH_FSM, "typ in GetLatestAvailableSessionKeyTime()
[all...]
H A Dauth_session_json.c199 AUTH_LOGI(AUTH_FSM, "set default fail"); in OptString()
202 AUTH_LOGI(AUTH_FSM, "key prase fail, use default. key=%{public}s", key); in OptString()
210 AUTH_LOGI(AUTH_FSM, "key prase fail, use default. key=%{public}s", key); in OptInt()
219 AUTH_LOGI(AUTH_FSM, "key prase fail, use default. key=%{public}s", key); in OptInt64()
228 AUTH_LOGI(AUTH_FSM, "key prase fail, use default. key=%{public}s", key); in OptBool()
243 AUTH_LOGE(AUTH_FSM, "SoftBusEncryptDataWithSeq fail=%{public}d", ret); in PackFastAuthValue()
247 AUTH_LOGE(AUTH_FSM, "encrypt data invalid"); in PackFastAuthValue()
256 AUTH_LOGD(AUTH_FSM, "pack fastAuthTag=%{public}s", encryptFastAuth); in PackFastAuthValue()
267 AUTH_LOGE(AUTH_FSM, "generate udidHash fail"); in GenerateUdidShortHash()
271 AUTH_LOGE(AUTH_FSM, "conver in GenerateUdidShortHash()
[all...]
H A Dauth_session_fsm.c146 AUTH_LOGE(AUTH_FSM, "fsm is null"); in TranslateToAuthFsm()
151 AUTH_LOGE(AUTH_FSM, "authFsm is null"); in TranslateToAuthFsm()
155 AUTH_LOGE(AUTH_FSM, "auth fsm has dead. authSeq=%{public}" PRId64 "", authFsm->authSeq); in TranslateToAuthFsm()
161 AUTH_LOGE(AUTH_FSM, "invalid msgType. msgType=%{public}d", msgType); in TranslateToAuthFsm()
181 AUTH_LOGD(AUTH_FSM, "is not client"); in AddUdidInfo()
187 AUTH_LOGE(AUTH_FSM, "get auth request fail"); in AddUdidInfo()
204 AUTH_LOGE(AUTH_FSM, "strcpy udid fail"); in AddUdidInfo()
209 AUTH_LOGE(AUTH_FSM, "error type"); in AddUdidInfo()
222 AUTH_LOGE(AUTH_FSM, "get auth request fail"); in ProcAuthFsm()
230 AUTH_LOGI(AUTH_FSM, "LnnRetrieveDeviceInf in ProcAuthFsm()
[all...]
H A Dauth_manager.c62 AUTH_CHECK_AND_RETURN_RET_LOGE(info != NULL, NULL, AUTH_FSM, "info is null"); in NewAuthManager()
63 AUTH_CHECK_AND_RETURN_RET_LOGE(CheckAuthConnInfoType(&info->connInfo), NULL, AUTH_FSM, "connInfo type error"); in NewAuthManager()
66 AUTH_LOGW(AUTH_FSM, "malloc AuthManager fail"); in NewAuthManager()
75 AUTH_LOGW(AUTH_FSM, "copy uuid/udid fail"); in NewAuthManager()
89 AUTH_LOGI(AUTH_FSM, "create auth manager, uuid=%{public}s, side=%{public}s, authId=%{public}" PRId64, in NewAuthManager()
99 AUTH_LOGE(AUTH_FSM, "auth manager dup fail. authId=%{public}" PRId64 "", auth->authId); in DupAuthManager()
105 AUTH_LOGE(AUTH_FSM, "auth manager dup session key fail. authId=%{public}" PRId64 "", auth->authId); in DupAuthManager()
114 AUTH_CHECK_AND_RETURN_LOGE(auth != NULL, AUTH_FSM, "auth is null"); in DelDupAuthManager()
121 AUTH_CHECK_AND_RETURN_LOGE(auth != NULL, AUTH_FSM, "auth is null"); in DelAuthManager()
123 AUTH_LOGE(AUTH_FSM, "typ in DelAuthManager()
466 AUTH_CHECK_AND_RETURN_RET_LOGE(CheckAuthConnInfoType(connInfo), NULL, AUTH_FSM, "connInfo type error"); GetAuthManagerByConnInfo() local
1977 AUTH_FSM, "connInfo type error"); AuthDeviceGetIdByConnInfo() local
[all...]
H A Dauth_device.c48 AUTH_LOGE(AUTH_FSM, "g_authLimit mutex init fail"); in AuthMapInit()
53 AUTH_LOGI(AUTH_FSM, "authLimit map init success"); in AuthMapInit()
60 AUTH_LOGE(AUTH_FSM, "SoftBusMutexLock fail"); in InsertToAuthLimitMap()
64 AUTH_LOGE(AUTH_FSM, "LnnMapSet fail"); in InsertToAuthLimitMap()
77 AUTH_LOGE(AUTH_FSM, "SoftBusMutexLock fail"); in GetNodeFromAuthLimitMap()
82 AUTH_LOGE(AUTH_FSM, "LnnMapGet fail"); in GetNodeFromAuthLimitMap()
94 AUTH_LOGE(AUTH_FSM, "invalid param"); in IsNeedAuthLimit()
103 AUTH_LOGI(AUTH_FSM, "no need delay authentication"); in IsNeedAuthLimit()
107 AUTH_LOGI(AUTH_FSM, "currentTime=%{public}" PRIu64 ", time=%{public}" PRIu64 "", currentTime, time); in IsNeedAuthLimit()
109 AUTH_LOGI(AUTH_FSM, "lastes in IsNeedAuthLimit()
664 AUTH_FSM, "connInfo type error"); AuthDeviceOpenConn() local
737 AUTH_FSM, "connInfo type error"); AuthStartVerify() local
749 AUTH_FSM, "connInfo type error"); AuthStartConnVerify() local
[all...]
H A Dauth_common.c518 AUTH_CHECK_AND_RETURN_RET_LOGE(connInfo != NULL, false, AUTH_FSM, "connInfo is null"); in CheckAuthConnInfoType()
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dauth_log.h28 AUTH_FSM, enumerator
38 { AUTH_FSM, 0xd005723, "AuthFsm" },
/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/
H A Dauth_log_test.cpp46 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_FSM, ++authDomainBase, "AuthFsm"); in HWTEST_F()
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_interface_virtual.c243 AUTH_LOGW(AUTH_FSM, "not implement"); in AuthInit()

Completed in 9 milliseconds