Home
last modified time | relevance | path

Searched defs:type (Results 4376 - 4400 of 12363) sorted by relevance

1...<<171172173174175176177178179180>>...495

/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
/base/powermgr/battery_statistics/test/unittest/src/servicetest/
H A Dstats_service_dump_test.cpp138 int32_t type = static_cast<int32_t>(RunningLockType::RUNNINGLOCK_SCREEN); in HWTEST_F() local
231 int32_t type = 1; HWTEST_F() local
431 int32_t type = 100; HWTEST_F() local
[all...]
/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_napi.cpp75 RunningLockType type = static_cast<RunningLockType>(numType); in IsSupported() local
/base/powermgr/power_manager/services/native/src/actions/default/display/
H A Ddevice_state_action.cpp43 void DeviceStateAction::Suspend(int64_t callTimeMs, SuspendDeviceType type, uint32_t flags) in Suspend() argument
54 void DeviceStateAction::Wakeup(int64_t callTimeMs, WakeupDeviceType type, const string& details, in Wakeup() argument
/base/powermgr/power_manager/test/fuzztest/power_utils/
H A Dpower_fuzzer.cpp56 virtual void Suspend([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] SuspendDeviceType type, in Suspend() argument
59 virtual void Wakeup([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] WakeupDeviceType type, in Wakeup() argument
61 virtual void RefreshActivity([[maybe_unused]] int64_t callTimeMs, [[maybe_unused]] UserActivityType type, in RefreshActivity() argument
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
H A Dthermal_observer.cpp278 bool ThermalObserver::GetThermalSrvSensorInfo(const SensorType& type, ThermalSrvSensorInfo& sensorInfo) in GetThermalSrvSensorInfo() argument
302 GetTemp(const SensorType& type) GetTemp() argument
[all...]
/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_stub.cpp183 uint32_t type = 0; in GetThermalSrvSensorInfoStub() local
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp339 int32_t ScanServiceProxy::On(const std::string taskId, const std::string &type, const sptr<IScanCallback> &listener) in On() argument
374 int32_t ScanServiceProxy::Off(const std::string taskId, const std::string &type) in Off() argument
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp604 std::string type = NapiScanUtils::GetStringFromValueUtf8(env, argv[0]); in On() local
845 bool NapiInnerScan::IsSupportType(const std::string& type) in IsSupportType() argument
[all...]
/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_stub.cpp271 std::string type = data.ReadString(); in OnEventOn() local
300 std::string type = data.ReadString(); in OnEventOff() local
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp1130 std::string type = ""; HWTEST_F() local
1178 std::string type = ""; HWTEST_F() local
1195 std::string type = ""; HWTEST_F() local
1346 uint32_t type = 2; HWTEST_F() local
[all...]
H A Dprint_user_data_test.cpp62 std::string type = "111"; in HWTEST_F() local
71 std::string type = "111"; in HWTEST_F() local
81 std::string type = "111"; in HWTEST_F() local
92 std::string type = "111"; in HWTEST_F() local
104 std::string type = "111"; HWTEST_F() local
117 std::string type = "111"; HWTEST_F() local
172 std::string type = "111"; HWTEST_F() local
[all...]
/base/powermgr/battery_statistics/test/systemtest/src/
H A Dbatterystats_sys_test.cpp114 int32_t type = static_cast<int32_t>(RunningLockType::RUNNINGLOCK_SCREEN); in HWTEST_F() local
286 int32_t type = 1; HWTEST_F() local
[all...]

Completed in 23 milliseconds

1...<<171172173174175176177178179180>>...495