Searched refs:AuthType (Results 1 - 14 of 14) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/ |
H A D | kv_types_util.h | 42 using AuthType = OHOS::DistributedKv::AuthType; 124 API_EXPORT bool Marshalling(const AuthType &input, MessageParcel &data); 126 API_EXPORT bool Unmarshalling(AuthType &output, MessageParcel &data);
|
/foundation/filemanagement/storage_service/services/storage_daemon/include/mock/ |
H A D | user_idm_client_impl_mock.h | 43 virtual int32_t GetCredentialInfo(int32_t userId, AuthType authType, 65 MOCK_METHOD3(GetCredentialInfo, int32_t(int32_t userId, AuthType authType,
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger.h | 54 int32_t LnnSetAuthTypeValue(uint32_t *authTypeValue, AuthType type); 55 int32_t LnnClearAuthTypeValue(uint32_t *authTypeValue, AuthType type);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/ |
H A D | session_manager.cpp | 62 int32_t authType = static_cast<int32_t>(AuthType::DEFAULT);
in GetSession() 107 int32_t authType = static_cast<int32_t>(AuthType::DEFAULT);
in CheckSession()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | auth_delegate.cpp | 57 if (authType == static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT) && in CheckAccess()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 418 enum AuthType : uint32_t { 569 AuthType authType = AuthType::DEFAULT;
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | kv_types_util.cpp | 160 bool Marshalling(const AuthType &input, MessageParcel &data) in Marshalling() 166 bool Unmarshalling(AuthType &output, MessageParcel &data) in Unmarshalling() 172 output = static_cast<AuthType>(authType); in Unmarshalling()
|
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | user_idm_client_impl_mock.cpp | 82 int32_t UserIdmClientImpl::GetCredentialInfo(int32_t userId, AuthType authType, in GetCredentialInfo()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | kvdb_service_test.cpp | 660 int32_t authType = static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT);
in HWTEST_F() 664 authType = static_cast<int32_t>(DistributedKv::AuthType::DEFAULT);
in HWTEST_F() 668 authType = static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT);
in HWTEST_F() 673 authType = static_cast<int32_t>(DistributedKv::AuthType::DEFAULT);
in HWTEST_F()
|
/foundation/communication/dsoftbus/core/common/dfx/event/src/convert/ |
H A D | conn_event_converter.h | 42 CONN_ASSIGNER(Int32, AuthType, authType)
|
/foundation/communication/dsoftbus/core/authentication/interface/ |
H A D | auth_interface.h | 101 } AuthType; typedef
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.h | 1109 std::string SimAkaAuth(const std::string &nonce, AuthType authType);
|
H A D | sta_state_machine.cpp | 2250 std::string StaStateMachine::SimAkaAuth(const std::string &nonce, AuthType authType) in SimAkaAuth()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 94 int32_t LnnSetAuthTypeValue(uint32_t *authTypeValue, AuthType type) in LnnSetAuthTypeValue() 104 int32_t LnnClearAuthTypeValue(uint32_t *authTypeValue, AuthType type) in LnnClearAuthTypeValue()
|
Completed in 16 milliseconds