Home
last modified time | relevance | path

Searched defs:propertyList (Results 1 - 20 of 20) sorted by relevance

/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_margin_helper.cpp83 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_page_size_helper.cpp67 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_resolution_helper.cpp59 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_range_helper.cpp106 std::map<std::string, PrintParamStatus> propertyList = { in ValidateProperty() local
H A Dprint_attributes_helper.cpp191 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 Dnapi_print_utils.cpp328 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 Dscan_range_helper.cpp68 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
H A Dscan_parameters_helper.cpp70 std::map<std::string, ScanParamStatus> propertyList = { in ValidateProperty() local
[all...]
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_bsuni_driver_test.cpp233 Print_PropertyList propertyList = { 0 }; in HWTEST_F() local
[all...]
H A Dvendor_helper_test.cpp237 Print_PropertyList propertyList = {0}; in HWTEST_F() local
/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp180 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 Dvendor_helper.cpp331 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 Dprint_capi.cpp345 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 Dprint_helper.cpp662 ConvertStringVectorToPropertyList(const std::vector<std::string> &valueList, Print_PropertyList *propertyList) ConvertStringVectorToPropertyList() argument
[all...]
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account.cpp307 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 Dnapi_app_account_common.cpp668 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

Completed in 14 milliseconds