| /base/account/os_account/frameworks/appaccount/cj/include/ |
| H A D | appaccount_common.h | 40 std::string type; member 47 std::string type; member
|
| /base/account/os_account/services/accountmgr/src/ |
| H A D | account_stub.cpp | 401 int32_t type; in CmdSubscribeDistributedAccountEvent() local 425 int32_t type; in CmdUnsubscribeDistributedAccountEvent() local
|
| H A D | account_mgr_service.cpp | 159 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 D | i18n_unicode_addon.cpp | 367 std::string type in GetTypeAddon() local [all...] |
| /base/global/resource_management/frameworks/resmgr/src/utils/ |
| H A D | string_utils.cpp | 95 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 D | sendable_resource_manager_napi.cpp | 95 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 D | dfx_allocator.c | 316 uint32_t type = 0; in AllocImpl() local [all...] |
| /base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
| H A D | napi_inner_print.cpp | 531 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 D | napi_print_task.cpp | 39 napi_valuetype type; in Print() local
|
| /base/print/print_fwk/services/print_service/src/ |
| H A D | print_user_data.cpp | 30 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 D | scanmanagerclient_fuzzer.cpp | 168 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 D | bluetooth_entity.cpp | 126 void BluetoothEntity::UpdateAppBluetoothBlePower(PowerType type, int32_t uid, double powerMah)
in UpdateAppBluetoothBlePower() argument
|
| /base/powermgr/battery_statistics/services/native/src/ |
| H A D | battery_stats_service.cpp | 251 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 D | stats_service_dump_test.cpp | 138 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 D | runninglock_napi.cpp | 75 RunningLockType type = static_cast<RunningLockType>(numType); in IsSupported() local
|
| /base/powermgr/power_manager/services/native/src/actions/default/display/ |
| H A D | device_state_action.cpp | 43 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 D | power_fuzzer.cpp | 56 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 D | thermal_observer.cpp | 278 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 D | thermal_srv_stub.cpp | 183 uint32_t type = 0; in GetThermalSrvSensorInfoStub() local
|
| /base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/ |
| H A D | scan_service_proxy.cpp | 339 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 D | napi_inner_scan.cpp | 604 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 D | scan_service_stub.cpp | 271 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 D | print_service_stub_test.cpp | 1130 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 D | print_user_data_test.cpp | 62 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 D | batterystats_sys_test.cpp | 114 int32_t type = static_cast<int32_t>(RunningLockType::RUNNINGLOCK_SCREEN);
in HWTEST_F() local 286 int32_t type = 1; HWTEST_F() local [all...] |