/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | print_margin_helper.cpp | 83 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | print_preview_attribute_helper.cpp | 70 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | print_page_size_helper.cpp | 67 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | print_resolution_helper.cpp | 59 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | printer_info_helper.cpp | 143 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | print_range_helper.cpp | 106 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | print_attributes_helper.cpp | 191 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | print_job_helper.cpp | 255 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
|
H A D | napi_print_utils.cpp | 328 VerifyProperty( std::vector<std::string> &names, std::map<std::string, PrintParamStatus> &propertyList) VerifyProperty() argument
|
/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | scan_range_helper.cpp | 68 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local
|
H A D | scan_option_value_helper.cpp | 111 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local
|
H A D | scan_parameters_helper.cpp | 70 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local [all...] |
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_bsuni_driver_test.cpp | 233 Print_PropertyList propertyList = { 0 }; in HWTEST_F() local [all...] |
H A D | vendor_helper_test.cpp | 237 Print_PropertyList propertyList = {0}; in HWTEST_F() local
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_bsuni_driver.cpp | 180 int32_t VendorBsuniDriver::OnPropertiesQueried(const char *printerId, const Print_PropertyList *propertyList) in OnPropertiesQueried() argument 365 OnPrinterPropertiesQueried(const std::string &printerId, const Print_PropertyList *propertyList) OnPrinterPropertiesQueried() argument
|
H A D | vendor_helper.cpp | 331 void LogProperties(const Print_PropertyList *propertyList) in LogProperties() argument 355 FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string &keyName) FindPropertyFromPropertyList() argument [all...] |
/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 345 void OH_Print_ReleasePrinterProperties(Print_PropertyList *propertyList) in OH_Print_ReleasePrinterProperties() argument 312 OH_Print_QueryPrinterProperties( const char *printerId, const Print_StringList *propertyKeyList, Print_PropertyList *propertyList) OH_Print_QueryPrinterProperties() argument 361 OH_Print_UpdatePrinterProperties(const char *printerId, const Print_PropertyList *propertyList) OH_Print_UpdatePrinterProperties() argument [all...] |
H A D | print_helper.cpp | 662 ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList, Print_PropertyList *propertyList) ConvertStringVectorToPropertyList() argument [all...] |
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 307 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in RemoveAccountInternal() local 340 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in DisableAppAccess() local 369 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in EnableAppAccess() local 399 std::vector<PropertyType> propertyList = { in SetAppAccess() local 439 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in CheckDataSyncEnabledInternal() local 486 std::vector<PropertyType> propertyList = { SetCredentialInternal() local 522 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::EXTRA_INFO }; SetAccountExtraInfo() local 558 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::IS_ENABLE }; SetDataSyncEnabledInternal() local 604 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::KEY, PropertyType::VALUE }; SetCustomDataInternal() local 765 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::CREDENTIAL_TYPE }; GetCredentialInternal() local 799 std::vector<PropertyType> propertyList = { PropertyType::NAME }; GetAccountExtraInfo() local 842 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::KEY }; GetCustomDataInternal() local 974 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::OWNER, PropertyType::AUTH_TYPE }; GetAuthTokenInternal() local 1023 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::AUTH_TYPE, PropertyType::TOKEN }; SetAuthTokenInternal() local 1068 std::vector<PropertyType> propertyList = { DeleteAuthTokenInternal() local 1115 std::vector<PropertyType> propertyList = { SetAuthTokenVisibilityInternal() local 1188 std::vector<PropertyType> propertyList = { CheckAuthTokenVisibilityInternal() local 1218 std::vector<PropertyType> propertyList = { PropertyType::OWNER }; QueryAuthenticatorInfoInternal() local 1266 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::OWNER }; GetAllAuthTokensInternal() local 1314 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::AUTH_TYPE }; GetAuthListInternal() local 1365 std::vector<PropertyType> propertyList = { PropertyType::SESSION_ID }; GetAuthCallbackInternal() local 1402 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::BUNDLE_NAME }; CheckAppAccess() local 1446 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::CREDENTIAL_TYPE }; DeleteCredentialInternal() local [all...] |
H A D | napi_app_account_common.cpp | 668 ParseContextForOAuth(napi_env env, napi_callback_info cbInfo, OAuthAsyncContext *asyncContext, const std::vector<PropertyType> &propertyList, napi_value *result) ParseContextForOAuth() argument 737 ParseContextForAppAccount(napi_env env, napi_callback_info cbInfo, AppAccountAsyncContext *context, const std::vector<PropertyType> &propertyList, napi_value *result) ParseContextForAppAccount() argument
|