Home
last modified time | relevance | path

Searched refs:DmAuthManager (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_auth_message_processor.cpp91 std::shared_ptr<DmAuthManager> Test =
106 std::shared_ptr<DmAuthManager> Test =
122 std::shared_ptr<DmAuthManager> data =
161 std::shared_ptr<DmAuthManager> data =
188 std::shared_ptr<DmAuthManager> data =
227 std::shared_ptr<DmAuthManager> data =
251 std::shared_ptr<DmAuthManager> data =
273 std::shared_ptr<DmAuthManager> data =
293 std::shared_ptr<DmAuthManager> data =
316 std::shared_ptr<DmAuthManager> data =
[all …]
H A DUTTest_auth_response_state.cpp55 std::shared_ptr<DmAuthManager> authManager =
72 std::shared_ptr<DmAuthManager> authManager =
92 std::shared_ptr<DmAuthManager> authManager =
126 std::shared_ptr<DmAuthManager> authManager =
145 std::shared_ptr<DmAuthManager> authManager =
211 std::shared_ptr<DmAuthManager> authManager =
230 std::shared_ptr<DmAuthManager> authManager =
278 std::shared_ptr<DmAuthManager> authManager =
296 std::shared_ptr<DmAuthManager> authManager =
330 std::shared_ptr<DmAuthManager> authManager =
[all …]
H A DUTTest_auth_request_state.cpp54 std::shared_ptr<DmAuthManager> authManager =
71 std::shared_ptr<DmAuthManager> authManager =
108 std::shared_ptr<DmAuthManager> authManager =
128 std::shared_ptr<DmAuthManager> authManager =
164 std::shared_ptr<DmAuthManager> authManager =
183 std::shared_ptr<DmAuthManager> authManager =
227 std::shared_ptr<DmAuthManager> authManager =
246 std::shared_ptr<DmAuthManager> authManager =
284 std::shared_ptr<DmAuthManager> authManager =
302 std::shared_ptr<DmAuthManager> authManager =
[all …]
H A Dauth_request_state.cpp28 int32_t AuthRequestState::SetAuthManager(std::shared_ptr<DmAuthManager> authManager) in SetAuthManager()
47 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo()
75 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
95 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
115 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
135 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
152 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
172 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
188 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
H A Dauth_response_state.cpp40 int32_t AuthResponseState::SetAuthManager(std::shared_ptr<DmAuthManager> authManager) in SetAuthManager()
49 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo()
88 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
109 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
126 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
142 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
158 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/
H A Dauth_request_state.cpp48 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo()
69 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
85 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
101 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
117 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
134 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
150 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
166 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
183 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
199 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
[all …]
H A Ddm_auth_manager.cpp97 DmAuthManager::DmAuthManager(std::shared_ptr<SoftbusConnector> softbusConnector, in DmAuthManager() function in OHOS::DistributedHardware::DmAuthManager
113 DmAuthManager::~DmAuthManager() in ~DmAuthManager()
432 void DmAuthManager::ProcessSourceMsg() in ProcessSourceMsg()
477 void DmAuthManager::ProcessSinkMsg() in ProcessSinkMsg()
958 bool DmAuthManager::IsAuthFinish() in IsAuthFinish()
1111 int32_t DmAuthManager::CreateGroup() in CreateGroup()
1185 int32_t DmAuthManager::JoinNetwork() in JoinNetwork()
1280 void DmAuthManager::CancelDisplay() in CancelDisplay()
2455 void DmAuthManager::BindSocketFail() in BindSocketFail()
2681 bool DmAuthManager::IsScreenLocked() in IsScreenLocked()
[all …]
H A Dauth_response_state.cpp40 int32_t AuthResponseState::SetAuthManager(std::shared_ptr<DmAuthManager> authManager) in SetAuthManager()
49 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in TransitionTo()
81 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
98 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
115 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
131 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
147 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
163 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
179 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
195 std::shared_ptr<DmAuthManager> stateAuthManager = authManager_.lock(); in Enter()
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/
H A Dauthentication.h23 class DmAuthManager; variable
27 …virtual int32_t ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) =…
28 … virtual int32_t StartAuth(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) = 0;
H A Dauth_response_state.h23 class DmAuthManager; variable
53 int32_t SetAuthManager(std::shared_ptr<DmAuthManager> authManager);
70 std::weak_ptr<DmAuthManager> authManager_;
H A Dauth_request_state.h25 class DmAuthManager; variable
54 int32_t SetAuthManager(std::shared_ptr<DmAuthManager> authManager);
64 std::weak_ptr<DmAuthManager> authManager_;
H A Dauth_message_processor.h76 class DmAuthManager; variable
82 explicit AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr);
116 std::weak_ptr<DmAuthManager> authMgr_;
H A Ddm_auth_manager.h190 class DmAuthManager final : public ISoftbusSessionCallback,
193 public std::enable_shared_from_this<DmAuthManager> {
195 DmAuthManager(std::shared_ptr<SoftbusConnector> softbusConnector,
199 ~DmAuthManager();
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/include/standard/
H A Dpin_auth_ui.h30 int32_t ShowPinDialog(int32_t code, std::shared_ptr<DmAuthManager> authManager);
31 int32_t InputPinDialog(std::shared_ptr<DmAuthManager> authManager);
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/include/
H A Dpin_auth.h39 … int32_t ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) override;
46 int32_t StartAuth(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) override;
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_auth_manager_first.h50 std::shared_ptr<DmAuthManager> authManager_ =
51 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
H A DUTTest_dm_auth_manager_second.h50 std::shared_ptr<DmAuthManager> authManager_ =
51 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
H A DUTTest_pin_auth_ui.cpp50 std::shared_ptr<DmAuthManager> authManager =
51 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
H A DUTTest_pin_auth.cpp49 std::shared_ptr<DmAuthManager> authManager =
50 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/src/
H A Dpin_auth.cpp38 int32_t PinAuth::ShowAuthInfo(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) in ShowAuthInfo()
52 int32_t PinAuth::StartAuth(std::string &authToken, std::shared_ptr<DmAuthManager> authManager) in StartAuth()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/ondatareceived_fuzzer/
H A Don_data_received_fuzzer.cpp35 std::shared_ptr<DmAuthManager> authManager = in OnDataReceivedFuzzTest()
36 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector… in OnDataReceivedFuzzTest()
/ohos5.0/foundation/distributedhardware/device_manager/ext/pin_auth/src/standard/
H A Dpin_auth_ui.cpp32 int32_t PinAuthUi::ShowPinDialog(int32_t code, std::shared_ptr<DmAuthManager> authManager) in ShowPinDialog()
59 int32_t PinAuthUi::InputPinDialog(std::shared_ptr<DmAuthManager> authManager) in InputPinDialog()
/ohos5.0/foundation/distributedhardware/device_manager/test/commonfuzztest/dmauthmanager_fuzzer/
H A Ddm_auth_manager_fuzzer.cpp34 std::shared_ptr<DmAuthManager> g_authManager =
35 …std::make_shared<DmAuthManager>(g_softbusConnector, g_hiChainConnector, g_listener, g_hiChainAuthC…
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/showconfirm/standard/
H A Dshow_confirm.h33 std::shared_ptr<DmAuthManager> authManager, std::shared_ptr<DmAbilityManager> dmAbilityMgr);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/showconfirm/standard/
H A Dshow_confirm.cpp33 void ShowConfirm::ShowConfirmDialog(const std::string &params, std::shared_ptr<DmAuthManager> authM… in ShowConfirmDialog()

12