/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_auth_message_processor.cpp | 91 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 D | UTTest_auth_response_state.cpp | 55 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 D | UTTest_auth_request_state.cpp | 54 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 D | auth_request_state.cpp | 28 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 D | auth_response_state.cpp | 40 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 D | auth_request_state.cpp | 48 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 D | dm_auth_manager.cpp | 97 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 D | auth_response_state.cpp | 40 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 D | authentication.h | 23 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 D | auth_response_state.h | 23 class DmAuthManager; variable 53 int32_t SetAuthManager(std::shared_ptr<DmAuthManager> authManager); 70 std::weak_ptr<DmAuthManager> authManager_;
|
H A D | auth_request_state.h | 25 class DmAuthManager; variable 54 int32_t SetAuthManager(std::shared_ptr<DmAuthManager> authManager); 64 std::weak_ptr<DmAuthManager> authManager_;
|
H A D | auth_message_processor.h | 76 class DmAuthManager; variable 82 explicit AuthMessageProcessor(std::shared_ptr<DmAuthManager> authMgr); 116 std::weak_ptr<DmAuthManager> authMgr_;
|
H A D | dm_auth_manager.h | 190 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 D | pin_auth_ui.h | 30 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 D | pin_auth.h | 39 … 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 D | UTTest_dm_auth_manager_first.h | 50 std::shared_ptr<DmAuthManager> authManager_ = 51 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
|
H A D | UTTest_dm_auth_manager_second.h | 50 std::shared_ptr<DmAuthManager> authManager_ = 51 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
|
H A D | UTTest_pin_auth_ui.cpp | 50 std::shared_ptr<DmAuthManager> authManager = 51 …std::make_shared<DmAuthManager>(softbusConnector, hiChainConnector, listener, hiChainAuthConnector…
|
H A D | UTTest_pin_auth.cpp | 49 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 D | pin_auth.cpp | 38 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 D | on_data_received_fuzzer.cpp | 35 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 D | pin_auth_ui.cpp | 32 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 D | dm_auth_manager_fuzzer.cpp | 34 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 D | show_confirm.h | 33 std::shared_ptr<DmAuthManager> authManager, std::shared_ptr<DmAbilityManager> dmAbilityMgr);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/authentication/showconfirm/standard/ |
H A D | show_confirm.cpp | 33 void ShowConfirm::ShowConfirmDialog(const std::string ¶ms, std::shared_ptr<DmAuthManager> authM… in ShowConfirmDialog()
|