Home
last modified time | relevance | path

Searched defs:type (Results 6976 - 7000 of 24887) sorted by relevance

1...<<271272273274275276277278279280>>...996

/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_watermark_image_plugin.cpp59 FuncOperateType type = FuncCodeUtils::ConvertOperateType(typeCode); in OnHandlePolicy() local
70 std::string type = data.ReadString(); in SetPolicy() local
H A Diptables_rule_plugin.cpp48 FuncOperateType type = FuncCodeUtils::ConvertOperateType(typeCode); in OnHandlePolicy() local
/base/global/i18n/frameworks/intl/src/
H A Dmeasure_data.cpp316 void GetDefaultPreferredUnit(const string &region, const string &type, vector<string> &units) in GetDefaultPreferredUnit() argument
[all...]
H A Di18n_calendar.cpp65 I18nCalendar::I18nCalendar(std::string localeTag, CalendarType type) in I18nCalendar() argument
82 void I18nCalendar::InitCalendar(const icu::Locale &locale, CalendarType type) in InitCalendar() argument
126 void I18nCalendar::InitCalendar2(const icu::Locale &locale, CalendarType type, UErrorCode &status) in InitCalendar2() argument
307 const char *type = icuCalendar->getType(); in GetDisplayName() local
[all...]
/base/global/i18n_lite/frameworks/i18n/include/
H A Di18n_pattern.h64 uint32_t type = index >> PATTERN_TYPE_SHIFT; in GetPatternFromIndex() local
170 std::string GetStringFromElapsedPattern(const ElapsedPatternType &type, const DateTimeData * const data) in GetStringFromElapsedPattern() argument
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_builder.cpp67 bool NapiHiAppEventBuilder::IsValidEventType(const napi_env env, const napi_value type) in IsValidEventType() argument
120 napi_valuetype type = NapiUtil::GetArrayType(env, arr); in AddArrayParam2EventPack() local
158 napi_valuetype type = NapiUtil::GetType(env, value); in AddParam2EventPack() local
212 int32_t type = NapiUtil::GetInt32(env, params[index++]); BuildEventPack() local
221 int32_t type = NapiUtil::GetInt32(env, NapiUtil::GetProperty(env, eventInfo, TYPE_PROPERTY)); BuildEventPack() local
[all...]
/base/account/os_account/frameworks/ohosaccount/native/src/
H A Dohos_account_kits_impl.cpp210 ErrCode OhosAccountKitsImpl::SubscribeDistributedAccountEvent(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, in SubscribeDistributedAccountEvent() argument
245 ErrCode OhosAccountKitsImpl::UnsubscribeDistributedAccountEvent(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, in UnsubscribeDistributedAccountEvent() argument
281 ErrCode OhosAccountKitsImpl::CreateDistributedAccountEventService(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, in CreateDistributedAccountEventService() argument
[all...]
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H A Denterprise_device_mgr_stub_mock.cpp273 USB::UsbDeviceType type; in InvokeDisallowedUsbDevicesSendRequestGetPolicy() local
/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp288 uint8_t type = 0; in ParseLanguageTag() local
347 void LocaleInfo::ConfirmTagType(const char *start, size_t length, uint8_t &type, cons argument
315 ParseNormalSubTag(LocaleInfo &locale, const char *start, size_t tagLength, uint16_t &options, uint8_t &type) ParseNormalSubTag() argument
[all...]
H A Dmeasure_format_impl.cpp55 std::string MeasureFormatImpl::Format(double num, std::string &unit, MeasureFormatType type, I18nStatus &status) in Format() argument
61 std::string MeasureFormatImpl::Format(int num, std::string &unit, MeasureFormatType type, I18nStatus &status) in Format() argument
67 std::string MeasureFormatImpl::FormatInner(bool isInteger, std::string &unit, MeasureFormatType type, in FormatInner() argument
123 std::string MeasureFormatImpl::ComputeFormattedUnit(int unitIndex, int pluralIndex, MeasureFormatType type, in ComputeFormattedUnit() argument
146 ConvertType(MeasureFormatType type, I18nStatus &status) ConvertType() argument
[all...]
/base/global/resource_management/frameworks/resmgr/src/
H A Dres_desc.cpp250 auto type = iit->first; in IsRef() local
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp107 int32_t SandboxManagerRdb::Add(const DataType type, const std::vector<GenericValues> &values, in Add() argument
157 int32_t SandboxManagerRdb::Remove(const DataType type, const GenericValues& conditions) in Remove() argument
191 int32_t SandboxManagerRdb::Modify(const DataType type, const GenericValues& modifyValues, in Modify() argument
231 FindSubPath( const DataType type, const std::string& filePath, std::vector<GenericValues>& results) FindSubPath() argument
266 Find(const DataType type, const GenericValues& conditions, const GenericValues& symbols, std::vector<GenericValues>& results) Find() argument
[all...]
/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_common.h40 std::string type; member
47 std::string type; member
/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp401 int32_t type; in CmdSubscribeDistributedAccountEvent() local
425 int32_t type; in CmdUnsubscribeDistributedAccountEvent() local
H A Daccount_mgr_service.cpp159 ErrCode AccountMgrService::SubscribeDistributedAccountEvent(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, in SubscribeDistributedAccountEvent() argument
170 ErrCode AccountMgrService::UnsubscribeDistributedAccountEvent(const DISTRIBUTED_ACCOUNT_SUBSCRIBE_TYPE type, in UnsubscribeDistributedAccountEvent() argument
/base/global/i18n/interfaces/js/kits/src/
H A Di18n_unicode_addon.cpp367 std::string type in GetTypeAddon() local
[all...]
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dstring_utils.cpp95 std::string type = paramsWithOutNum[i].second; in getJsParams() local
109 std::string type = paramsWithNum[i].second; in getJsParams() local
[all...]
/base/global/resource_management/interfaces/js/kits/src/
H A Dsendable_resource_manager_napi.cpp95 napi_value type = nullptr; in GetResourceProp() local
174 napi_value type = props[4]; // index 4 in InstanceResource() local
[all...]
/base/hiviewdfx/faultloggerd/frameworks/allocator/
H A Ddfx_allocator.c316 uint32_t type = 0; in AllocImpl() local
[all...]
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_inner_print.cpp531 std::string type = NapiPrintUtils::GetStringFromValueUtf8(env, argv[0]); in On() local
874 IsSupportType(const std::string &type) IsSupportType() argument
891 IsValidDefaultPrinterType(uint32_t type) IsValidDefaultPrinterType() argument
[all...]
H A Dnapi_print_task.cpp39 napi_valuetype type; in Print() local
/base/print/print_fwk/services/print_service/src/
H A Dprint_user_data.cpp30 void PrintUserData::RegisterPrinterCallback(const std::string &type, const sptr<IPrintCallback> &listener) in RegisterPrinterCallback() argument
35 void PrintUserData::UnregisterPrinterCallback(const std::string &type) in UnregisterPrinterCallback() argument
43 void PrintUserData::SendPrinterEvent(const std::string &type, int event, const PrinterInfo &info) in SendPrinterEvent() argument
153 int32_t PrintUserData::SetDefaultPrinter(const std::string &printerId, uint32_t type) in SetDefaultPrinter() argument
[all...]
/base/print/print_fwk/test/fuzztest/scanmanagerclient_fuzzer/
H A Dscanmanagerclient_fuzzer.cpp168 std::string type = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOn() local
184 std::string type = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestOff() local
/base/powermgr/battery_statistics/services/native/src/entities/
H A Dbluetooth_entity.cpp126 void BluetoothEntity::UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah) in UpdateAppBluetoothBlePower() argument
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_service.cpp251 double BatteryStatsService::GetPartStatsMah(const BatteryStatsInfo::ConsumptionType& type) in GetPartStatsMah() argument
262 double BatteryStatsService::GetPartStatsPercent(const BatteryStatsInfo::ConsumptionType& type) in GetPartStatsPercent() argument

Completed in 21 milliseconds

1...<<271272273274275276277278279280>>...996