Home
last modified time | relevance | path

Searched refs:SetPassword (Results 1 - 25 of 27) sorted by relevance

12

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_multi_test/
H A Dnet_proxy_userinfo_test.cpp59 httpProxy.SetPassword(pwd); in HWTEST_F()
H A Dnet_conn_client_test.cpp419 httpProxy.SetPassword(pwd); in HWTEST_F()
476 httpProxy.SetPassword(pwd); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h39 void SetPassword(CipherType type, const CipherPassword &password);
/foundation/communication/netmanager_base/frameworks/js/napi/connection/async_context/src/
H A Dsetglobalhttpproxy_context.cpp59 httpProxy_.SetPassword(secData); in ParseParams()
/foundation/communication/netmanager_base/interfaces/innerkits/netconnclient/include/
H A Dhttp_proxy.h60 void inline SetPassword(const SecureData &password) in SetPassword() function in OHOS::NetManagerStandard::final
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp67 void KvDBProperties::SetPassword(CipherType type, const CipherPassword &password) in SetPassword() function in DistributedDB::KvDBProperties
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kvdata_storage.cpp57 dbProperties.SetPassword(type, passwd); in OpenKvDB()
306 dbProperties.SetPassword(property.cipherType, property.passwd); in GetVersion()
442 dbProperties.SetPassword(property.cipherType, property.passwd); in BackupCurrentDatabase()
461 dbProperties.SetPassword(property.cipherType, property.passwd); in ImportDatabase()
H A Dmulti_ver_natural_store_commit_storage.cpp90 dbProperties.SetPassword(property.cipherType, property.passwd); in GetVersion()
121 dbProperties.SetPassword(property.cipherType, property.passwd); in Open()
895 dbProperties.SetPassword(property.cipherType, property.passwd); in BackupCurrentDatabase()
909 dbProperties.SetPassword(property.cipherType, property.passwd); in ImportDatabase()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation_utils.h63 accessibilityElementInfo.SetPassword(nativeInfo.IsPassword()); in TransformAccessbilityElementInfo()
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_proxy_userinfo.cpp139 httpProxy.SetPassword(passData); in GetHttpProxyHostPass()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.cpp118 localKvDb_->GetDbPropertyForUpdate().SetPassword(cipherType, passwd); in RekeyPostHandle()
H A Dsingle_ver_database_oper.cpp166 singleVerNaturalStore_->GetDbPropertyForUpdate().SetPassword(cipherType, passwd); in RekeyPostHandle()
540 singleVerNaturalStore_->GetDbPropertyForUpdate().SetPassword(type, passwd); in RunRekeyLogic()
H A Dmulti_ver_database_oper.cpp120 multiVerNaturalStore_->GetDbPropertyForUpdate().SetPassword(cipherType, passwd); in RekeyPostHandle()
/foundation/arkui/ace_engine/test/unittest/core/accessibility/
H A Djs_third_provider_interaction_operation_utils_test.cpp111 nativeInfo.SetPassword(accessibilityElementInfo.IsPassword()); in FillNativeAccessibilityElementInfo()
206 accessibilityElementInfo.SetPassword((++index) % BOOL_MASK); in BuildAccessibilityElementInfo()
H A Dnative_interface_accessibility_test.cpp248 nativeInfo.SetPassword((++index) % BOOL_MASK); in BuildNativeAccessibilityElementInfo()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp106 properties.SetPassword(option.cipher, option.passwd); in InitPropWithNbOption()
150 properties.SetPassword(option.cipher, option.passwd); in InitPropWithOption()
/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Dnative_interface_accessibility_impl.h251 void SetPassword(bool isPassword) in SetPassword() function
/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_accessibility.cpp281 elementInfo->SetPassword(isPassword); in OH_ArkUI_AccessibilityElementInfoSetIsPassword()
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h902 void SetPassword(const bool type);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp196 MyProp().SetPassword(option.cipherType, passwd); in RunRekeyLogic()
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp255 void AccessibilityElementInfo::SetPassword(const bool type) in SetPassword() function in OHOS::Accessibility::AccessibilityElementInfo
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/
H A Daccessibility_element_info_test.cpp618 * @tc.name: SetPassword
619 * @tc.desc: Test function SetPassword, IsPassword
624 elementInfo_->SetPassword(true); in HWTEST_F()
/foundation/barrierfree/accessibility/frameworks/common/test/mock/src/
H A Dmock_accessibility_element_info.cpp618 * @tc.name: SetPassword
619 * @tc.desc: Test function SetPassword, IsPassword
624 elementInfo_->SetPassword(true); in HWTEST_F()
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp237 sourceElementInfo.SetPassword(data[position++] & 0x01); in GenerateAccessibilityElementInfoP3()
/foundation/communication/netmanager_base/test/fuzztest/netconnclient_fuzzer/
H A Dnet_conn_client_fuzzer.cpp605 httpProxy.SetPassword(GetSecureDataFromData(STR_LEN)); in SetGlobalHttpProxyFuzzTest()

Completed in 26 milliseconds

12