Home
last modified time | relevance | path

Searched defs:propertyList (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp307 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in RemoveAccountInternal() local
399 std::vector<PropertyType> propertyList = { in SetAppAccess() local
439 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in CheckDataSyncEnabledInternal() local
486 std::vector<PropertyType> propertyList = { in SetCredentialInternal() local
799 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in GetAccountExtraInfo() local
842 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::KEY }; in GetCustomDataInternal() local
1068 std::vector<PropertyType> propertyList = { in DeleteAuthTokenInternal() local
1115 std::vector<PropertyType> propertyList = { in SetAuthTokenVisibilityInternal() local
1188 std::vector<PropertyType> propertyList = { in CheckAuthTokenVisibilityInternal() local
1218 std::vector<PropertyType> propertyList = { PropertyType::OWNER }; in QueryAuthenticatorInfoInternal() local
[all …]
H A Dnapi_app_account_common.cpp669 …OAuthAsyncContext *asyncContext, const std::vector<PropertyType> &propertyList, napi_value *result) in ParseContextForOAuth()
738 …AppAccountAsyncContext *context, const std::vector<PropertyType> &propertyList, napi_value *result) in ParseContextForAppAccount()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_resolution_helper.cpp59 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_page_size_helper.cpp67 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_preview_attribute_helper.cpp70 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_margin_helper.cpp83 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_range_helper.cpp106 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprinter_info_helper.cpp143 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_attributes_helper.cpp195 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_job_helper.cpp255 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprinter_capability_helper.cpp365 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dnapi_print_utils.cpp332 std::vector<std::string> &names, std::map<std::string, PrintParamStatus> &propertyList) in VerifyProperty()
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_range_helper.cpp68 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local
H A Dscan_parameters_helper.cpp70 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local
H A Dscan_option_value_helper.cpp111 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp313 … const char *printerId, const Print_StringList *propertyKeyList, Print_PropertyList *propertyList) in OH_Print_QueryPrinterProperties()
345 void OH_Print_ReleasePrinterProperties(Print_PropertyList *propertyList) in OH_Print_ReleasePrinterProperties()
361 …ode OH_Print_UpdatePrinterProperties(const char *printerId, const Print_PropertyList *propertyList) in OH_Print_UpdatePrinterProperties()
H A Dprint_helper.cpp666 Print_PropertyList *propertyList) in ConvertStringVectorToPropertyList()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp187 …ndorBsuniDriver::OnPropertiesQueried(const char *printerId, const Print_PropertyList *propertyList) in OnPropertiesQueried()
373 const Print_PropertyList *propertyList) in OnPrinterPropertiesQueried()
H A Dvendor_helper.cpp344 void LogProperties(const Print_PropertyList *propertyList) in LogProperties()
368 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string … in FindPropertyFromPropertyList()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp235 Print_PropertyList propertyList = {0}; variable
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1474 Print_PropertyList propertyList; variable
1482 Print_PropertyList propertyList; variable
1493 Print_PropertyList propertyList; variable
1504 Print_PropertyList propertyList; variable
1515 Print_PropertyList propertyList; variable
1526 Print_PropertyList propertyList; variable
1537 Print_PropertyList propertyList; variable
1548 Print_PropertyList propertyList; variable
1560 Print_PropertyList propertyList; variable
1572 Print_PropertyList propertyList; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Ddash_mpd_parser.cpp863 DashList<DashDescriptor *> &propertyList) in ParseAudioChannelConfiguration()
1261 static void ClearPropertyList(DashList<DashDescriptor *> &propertyList) in ClearPropertyList()