/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/ |
H A D | geometry_curves.cpp | 207 Recursive(float x1, float y1, float x2, float y2, float x3, float y3, uint32_t level) Recursive() argument 500 Recursive(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, uint32_t level) Recursive() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_connection_proxy_test.cpp | 561 uint32_t level = 1; in HWTEST_F() local
|
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 973 int32_t level = levels[j]; in HWTEST_F() local 1004 int32_t level = levels[j]; in HWTEST_F() local 1035 int32_t level = levels[j]; in HWTEST_F() local 1066 int32_t level in HWTEST_F() local 1097 int32_t level = levels[j]; HWTEST_F() local [all...] |
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/ |
H A D | key_session_napi.cpp | 582 IMediaKeySessionService::ContentProtectionLevel level = (IMediaKeySessionService::ContentProtectionLevel)0;
in GetContentProtectionLevel() local
|
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/ |
H A D | native_mediakeysystem.cpp | 344 IMediaKeySessionService::ContentProtectionLevel level = in OH_MediaKeySystem_GetMaxContentProtectionLevel() local 455 Drm_ErrCode OH_MediaKeySystem_CreateMediaKeySession(MediaKeySystem *mediaKeySystem, DRM_ContentProtectionLevel *level, in OH_MediaKeySystem_CreateMediaKeySession() argument [all...] |
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | mediakeysystem_service.cpp | 341 OHOS::HDI::Drm::V1_0::ContentProtectionLevel level;
in GetMaxContentProtectionLevel() local
|
/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_unit_test.h | 102 int32_t level = 0; member
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hcamera_service_proxy.cpp | 645 int32_t HCameraServiceProxy::SetTorchLevel(float level) in SetTorchLevel() argument
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 307 ErrCode StandbyService::ReportPowerOverused(const std::string &module, uint32_t level) in ReportPowerOverused() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_client.cpp | 430 void ResSchedClient::SystemloadLevelListener::OnSystemloadLevel(int32_t level)
in OnSystemloadLevel() argument
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/ |
H A D | res_sched_service_stub.cpp | 353 int32_t level = GetSystemloadLevel();
in GetSystemloadLevelInner() local
|
/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 293 int32_t level = (int32_t)resAction->value; in DoFreqActionLevel() local 336 bool SocPerfThreadWrap::GetResValueByLevel(int32_t resId, int32_t level, int64_t& resValue) in GetResValueByLevel() argument
|
H A D | socperf.cpp | 300 void SocPerf::SetThermalLevel(int32_t level) in SetThermalLevel() argument
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 1361 uint32_t level = static_cast<uint32_t>(PowerOverusedLevel::WARNING); in HWTEST_F() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/ressched_fuzzer/ |
H A D | ressched_fuzzer.cpp | 330 int32_t level = GetData<int32_t>(); in OnSystemloadLevelFuzzTest() local 352 int32_t level = GetData<int32_t>(); in NotifierMgrFuzzTest() local
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_config.cpp | 343 char* level = reinterpret_cast<char*>( in TraversalGovResource() local 481 LoadGovResourceAvailable(std::shared_ptr<GovResNode> govResNode, const char* level, const char* node) LoadGovResourceAvailable() argument [all...] |
/foundation/systemabilitymgr/safwk/services/safwk/src/ |
H A D | system_ability.cpp | 435 void SystemAbility::OnDeviceLevelChanged(int32_t type, int32_t level, std::string& action) in OnDeviceLevelChanged() argument
|
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 317 int32_t SendStrategy(int32_t type, rust::Vec<int32_t> systemAbilityIds, int32_t level, std::string &action) in SendStrategy() argument
|
/foundation/window/window_manager/dm_lite/src/ |
H A D | display_manager_lite.cpp | 682 bool DisplayManagerLite::SetScreenBrightness(uint64_t screenId, uint32_t level)
in SetScreenBrightness() argument 691 uint32_t level = SingletonContainer::Get<DisplayManagerAdapterLite>().GetScreenBrightness(screenId);
in GetScreenBrightness() local
|
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/ |
H A D | lnn_decision_db.c | 109 int32_t EncryptStorageData(LnnEncryptDataLevel level, uint8_t *dbKey, uint32_t len) in EncryptStorageData() argument 148 int32_t DecryptStorageData(LnnEncryptDataLevel level, uint8_t *dbKey, uint32_t len) in DecryptStorageData() argument [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_index_unit_test.cpp | 86 FieldName GenerateFieldName(uint32_t serial, uint32_t level, bool fullLength) in GenerateFieldName() argument [all...] |
/foundation/distributeddatamgr/pasteboard/services/dfx/src/ |
H A D | hiview_adapter.cpp | 232 void HiViewAdapter::CopyTimeConsuming(const TimeConsumingStat &stat, int level) in CopyTimeConsuming() argument 242 PasteTimeConsuming(const TimeConsumingStat &stat, int level) PasteTimeConsuming() argument [all...] |
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_manager.cpp | 473 int32_t level = 0;
in GetDeviceSecurityLevel() local [all...] |
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 182 int32_t level; /**< Scalable video coding level. <b>0</b> stands for the base level, member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | sysio_udp.c | 168 SysioGetsockoptUdp( void *arg, FILLP_INT level, FILLP_INT optName, void *optVal, FILLP_INT *optLen) SysioGetsockoptUdp() argument 180 SysioSetsockoptUdp( void *arg, FILLP_INT level, FILLP_INT optName, FILLP_CONST void *optVal, socklen_t optLen) SysioSetsockoptUdp() argument
|