Home
last modified time | relevance | path

Searched defs:userName (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/utils/
H A Duser_access_common_utils.h38 static bool GetUserName(std::string &userName) in GetUserName()
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/useraccesscommonutils_fuzzer/
H A Duseraccesscommonutils_fuzzer.cpp34 string userName; in GetUserNameFuzzTest() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_data_profile_data_info_v10.md109 ### userName subsection
H A D_data_profile_data_info_v11.md109 ### userName subsection
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_info_report.cpp51 std::string userName = user; in ReportSecurityInfo() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_environment/
H A Denvironment_n_exporter.cpp63 std::string userName; in GetUserName() local
274 static std::string userName = GetUserName(); in GetUserHomeDir() local
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_helper_test.cpp132 std::string userName; variable
/ohos5.0/base/web/webview/ohos_adapter/sensor_adapter/src/
H A Dsensor_adapter_impl.cpp62 std::string userName = "OhosSensorService"; in SensorTypeToSensorUserName() local
369 std::string userName = SensorTypeToSensorUserName(sensorTypeId); in SubscribeOhosSensor() local
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp354 std::string userName; in InitRecentPath() local
/ohos5.0/base/startup/appspawn/interfaces/innerkits/include/
H A Dappspawn.h65 char userName[APP_USER_NAME]; member
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp405 cJSON* userName = cJSON_GetObjectItem(sourceJson, "userName"); in ParseFillContentJsonValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h108 virtual bool Confirm(void* object, std::string& userName, std::string& pwd, int index) in Confirm()
H A Dweb_delegate_cross.cpp523 bool WebAuthResult::Confirm(std::string& userName, std::string& pwd) in Confirm()
/ohos5.0/base/telephony/call_manager/interfaces/innerkits/
H A Dvoip_call_manager_info.h117 std::string userName = ""; member
H A Dcall_manager_info.h82 std::string userName = ""; member
/ohos5.0/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_data_parcel.h162 std::string userName = ""; member
H A Dtelephony_types.h184 std::string userName = ""; member
/ohos5.0/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_data_defs.h147 char *userName; member
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp190 char *userName = GetStringFromJsonObj(config, "user-name"); in AddDacInfoFromJson() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp368 auto userName = privateCommand.find(AUTO_FILL_PARAMS_USERNAME); in AutoFillReceivePrivateCommand() local
H A Dtext_field_pattern.h1285 void SetAutoFillUserName(const std::string& userName) in SetAutoFillUserName()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/src/
H A Dfile_trash_n_exporter.cpp721 std::string userName; in InitTrashPath() local
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Djs_file_access_ext_ability.cpp1192 std::string userName; in ChangeCurrentDir() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp317 std::string userName = args[0]->ToString(); in Confirm() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp242 bool AuthResultOhos::Confirm(std::string& userName, std::string& pwd) in Confirm()