Home
last modified time | relevance | path

Searched refs:AuthType (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dkv_types_util.h42 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 Duser_idm_client_impl_mock.h43 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 Dlnn_distributed_net_ledger.h54 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 Dsession_manager.cpp62 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 Dauth_delegate.cpp57 if (authType == static_cast<int32_t>(DistributedKv::AuthType::IDENTICAL_ACCOUNT) && in CheckAccess()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dtypes.h418 enum AuthType : uint32_t {
569 AuthType authType = AuthType::DEFAULT;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dkv_types_util.cpp160 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 Duser_idm_client_impl_mock.cpp82 int32_t UserIdmClientImpl::GetCredentialInfo(int32_t userId, AuthType authType, in GetCredentialInfo()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp660 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 Dconn_event_converter.h42 CONN_ASSIGNER(Int32, AuthType, authType)
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h101 } AuthType; typedef
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h1109 std::string SimAkaAuth(const std::string &nonce, AuthType authType);
H A Dsta_state_machine.cpp2250 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 Dlnn_distributed_net_ledger.c94 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