Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 141) sorted by relevance

123456

/base/hiviewdfx/hiview/base/
DCMakeLists.txt2 ${CMAKE_CURRENT_SOURCE_DIR}/include/audit.h
3 ${CMAKE_CURRENT_SOURCE_DIR}/include/defines.h
4 ${CMAKE_CURRENT_SOURCE_DIR}/include/event_dispatch_queue.h
5 ${CMAKE_CURRENT_SOURCE_DIR}/include/event_dispatcher.h
6 ${CMAKE_CURRENT_SOURCE_DIR}/include/event_loop.h
7 ${CMAKE_CURRENT_SOURCE_DIR}/include/event_source.h
8 ${CMAKE_CURRENT_SOURCE_DIR}/include/event.h
9 ${CMAKE_CURRENT_SOURCE_DIR}/include/hiview_global.h
10 ${CMAKE_CURRENT_SOURCE_DIR}/include/logger.h
11 ${CMAKE_CURRENT_SOURCE_DIR}/include/pipeline.h
[all …]
/base/security/access_token/
DCODEOWNERS17 frameworks/accesstoken/include/accesstoken_service_ipc_interface_code.h @leonchan5
18 frameworks/privacy/include/privacy_active_change_ipc_interface_code.h @leonchan5
19 frameworks/privacy/include/privacy_am_service_ipc_interface_code.h @leonchan5
20 frameworks/privacy/include/privacy_audio_service_ipc_interface_code.h @leonchan5
21 frameworks/privacy/include/privacy_camera_service_ipc_interface_code.h @leonchan5
22 frameworks/privacy/include/privacy_service_ipc_interface_code.h @leonchan5
23 frameworks/privacy/include/privacy_state_change_ipc_interface_code.h @leonchan5
24 frameworks/tokensync/include/token_sync_service_ipc_interface_code.h @leonchan5
25 frameworks/privacy/include/privacy_window_service_ipc_interface_code.h @leonchan5
26 interfaces/innerkits/privacy/include/privacy_permission_record_ipc_interface_code.h @leonchan5
[all …]
/base/useriam/user_auth_framework/
DCODEOWNERS14 #any change to frameworks/native/ipc/common_defines/co_auth_interface_ipc_interface_code.h needs to…
15 frameworks/native/ipc/common_defines/co_auth_interface_ipc_interface_code.h @leonchan5
16 …ks/native/ipc/common_defines/executor_callback_interface_ipc_interface_code.h needs to be reviewed…
17 frameworks/native/ipc/common_defines/executor_callback_interface_ipc_interface_code.h @leonchan5
18 …s/native/ipc/common_defines/executor_messenger_interface_ipc_interface_code.h needs to be reviewed…
19 frameworks/native/ipc/common_defines/executor_messenger_interface_ipc_interface_code.h @leonchan5
20 #any change to frameworks/native/ipc/common_defines/idm_callback_interface_ipc_interface_code.h nee…
21 frameworks/native/ipc/common_defines/idm_callback_interface_ipc_interface_code.h @leonchan5
22 …/ipc/common_defines/idm_get_cred_info_callback_interface_ipc_interface_code.h needs to be reviewed…
23 frameworks/native/ipc/common_defines/idm_get_cred_info_callback_interface_ipc_interface_code.h @leo…
[all …]
/base/hiviewdfx/hiview_lite/
Dhiview_file.c125 HiviewFileHeader h = { 0 }; in ReadFileHeader() local
135 ret = HIVIEW_FileRead(fp->fhandle, (uint8 *)&h, sizeof(HiviewFileHeader)); in ReadFileHeader()
137 h.common.prefix = Change32Endian(h.common.prefix); in ReadFileHeader()
138 h.common.defineFileVersion = Change32Endian(h.common.defineFileVersion); in ReadFileHeader()
139 h.createTime = Change32Endian(h.createTime); in ReadFileHeader()
141 h.wCursor = HIVIEW_FileSize(fp->fhandle); in ReadFileHeader()
142 h.rCursor = sizeof(HiviewFileHeader); in ReadFileHeader()
144 ((h.common.prefix & 0xFFFFFF00) == HIVIEW_FILE_HEADER_PREFIX_MASK) && in ReadFileHeader()
145 (h.wCursor >= sizeof(HiviewFileHeader))) { in ReadFileHeader()
146 … (void)memcpy_s(&(fp->header), sizeof(HiviewFileHeader), (void *)&h, sizeof(HiviewFileHeader)); in ReadFileHeader()
[all …]
/base/global/system_resources/systemres/main/resources/base/media/
Dohos_ic_public_device_smartscreen.svg1h-1.2180574v.5c0 .2761424-.2238576.5-.5.5h-18c-.27614237 0-.5-.2238576-.5-.5v-.5h-1.2180574c-.4457…
Dohos_ic_public_device_matebook.svg1h-22.4997746c-.41421356 0-.75-.3357864-.75-.75 0-.3994202.31222999-.7259152.7059318-.7487268l.0440…
Dohos_ic_public_device_pad.svg1h-17c-1.51878306 0-2.75 1.23121694-2.75 2.75v11c0 1.5187831 1.23121694 2.75 2.75 2.75h17c1.5187831…
Dohos_ic_public_device_watch.svg1h-4.90561185c-1.07520028 0-1.97013722-.8257531-2.05646098-1.8974826-.11877657-1.4746994-.51237013-…
Dohos_ic_public_device_phone.svg1h-5.3083444l-.20419079-.0011546c-1.18414348-.0138406-1.64374767-.1518449-2.10690557-.3995445-.4888…
/base/security/security_component_manager/frameworks/common/src/
Dsec_comp_tool.cpp52 double h; member
67 hsv.h = ZERO_DOUBLE; in RgbToHsv()
69 hsv.h = fmod((SIXTY_ANGLE * ((green - blue) / delta) + THREE_HUNDREDS_SIXTY_ANGLE), in RgbToHsv()
72 …hsv.h = fmod((SIXTY_ANGLE * ((blue - red) / delta) + ONE_HUNDRED_TWEENTY_ANGLE), THREE_HUNDREDS_SI… in RgbToHsv()
74 …hsv.h = fmod((SIXTY_ANGLE * ((red - green) / delta) + TWO_HUNDREDS_FORTY_ANGLE), THREE_HUNDREDS_SI… in RgbToHsv()
89 return r * hsv.v * hsv.s * cos(hsv.h / ONE_HUNDRED_EIGHTY_ANGLE * PI_CIRCLE); in GetHsvDisX()
94 return r * hsv.v * hsv.s * sin(hsv.h / ONE_HUNDRED_EIGHTY_ANGLE * PI_CIRCLE); in GetHsvDisY()
97 static inline double GetHsvDisZ(const HsvColor& hsv, double h) in GetHsvDisZ() argument
99 return h * (1 - hsv.v); in GetHsvDisZ()
106 double h = rDef * cos(angle / ONE_HUNDRED_EIGHTY_ANGLE * PI_CIRCLE); in HsvDistance() local
[all …]
/base/update/updater/
Dupdater_ux_guide.md119 | coms | type、id、x、y、w、h、fontSize、fontColor | 页面包含一组控件,定义了每个控件的基本属性,x、y、w、h确定了控件在页面上的唯一位置 | x、y、w、h
155 "h": 60,
158 现在通过修改w、h、x、y属性移动到屏幕顶部左上角:
167 "h": 60,
183 | coms | type、id、x、y、w、h、fontSize、fontColor | 页面包含一组控件,定义了每个控件的基本属性,x、y、w、h确定了控件在页面上的唯一位置 | x、y、w、h
195 "h": 80,
205 "h": 80,
222 "h": 80,
232 "h": 80,
250 | coms | type、id、x、y、w、h、fontSize、fontColor | 页面包含一组控件,定义了每个控件的基本属性,x、y、w、h确定了控件在页面上的唯一位置 | x、y、w、h
[all …]
/base/usb/usb_manager/test/native/js_unittest/
DDateAndTimeUtil.js85 const h = str.substr(2).split(':')[0];
86 if (h == twelve) {
90 return h + ':' + str.substr(2).split(':')[1];
93 const h = str.substr(2).split(':')[0];
94 const h1 = parseInt(h) + twelve;
95 if (h != twelve) {
/base/useriam/pin_auth/
DCODEOWNERS14 #any change to frameworks/ipc/common_defines/inputer_get_data_ipc_interface_code.h needs to be revi…
15 frameworks/ipc/common_defines/inputer_get_data_ipc_interface_code.h @leonchan5
16 #any change to frameworks/ipc/common_defines/inputer_set_data_ipc_interface_code.h needs to be revi…
17 frameworks/ipc/common_defines/inputer_set_data_ipc_interface_code.h @leonchan5
18 #any change to frameworks/ipc/common_defines/pin_auth_interface_ipc_interface_code.h needs to be re…
19 frameworks/ipc/common_defines/pin_auth_interface_ipc_interface_code.h @leonchan5
/base/hiviewdfx/hiview/
DCODEOWNERS14 # any changes to plugins/faultlogger/service/idl/include/hiviewfaultlogger_ipc_interface_code.h
16 plugins/faultlogger/service/idl/include/hiviewfaultlogger_ipc_interface_code.h @leonchan5
18 # any changes to adapter/service/idl/include/hiview_service_ipc_interface_code.h needs to be review…
19 adapter/service/idl/include/hiview_service_ipc_interface_code.h @leonchan5
21 …ugins/eventservice/service/idl/include/sys_event_service_ipc_interface_code.h needs to be reviewed…
22 adapter/plugins/eventservice/service/idl/include/sys_event_service_ipc_interface_code.h @leonchan5
/base/startup/init/services/modules/seccomp/seccomp_policy/
Drenderer.seccomp.policy18 "time.h"
19 "sys/ioctl.h"
20 "linux/futex.h"
21 "sys/resource.h"
22 "sys/prctl.h"
23 "sys/mman.h"
24 "sched.h"
25 "fcntl.h"
26 "sys/random.h"
27 "sys/types.h"
[all …]
/base/account/os_account/frameworks/ohosaccount/
Daccount_kits_headers.gni18 "account_info.h",
19 "device_account_info.h",
20 "iaccount.h",
21 "ohos_account_kits.h",
/base/hiviewdfx/hiappevent/interfaces/native/kits/
DBUILD.gn26 "./include/hiappevent/hiappevent.h",
27 "./include/hiappevent/hiappevent_cfg.h",
28 "./include/hiappevent/hiappevent_event.h",
29 "./include/hiappevent/hiappevent_param.h",
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
Dmeasure_format_patterns.txt1 en-US "16", "h|min|kcal|time|bpm|m|step|jump|ft|km|lap|in|cm|stroke|mi|yd", "%s %s", "#", "", "", "…
2 zh-Hans "16", "h|min|kcal|time|bpm|m|step|jump|ft|km|lap|in|cm|stroke|mi|yd", "%s %s", "#", "", "",…
/base/hiviewdfx/hiview/core/
DCMakeLists.txt7 ${CMAKE_CURRENT_SOURCE_DIR}/hiview_platform.h
8 ${CMAKE_CURRENT_SOURCE_DIR}/plugin_config.h
/base/update/updater/services/ui/driver/
Dsurface_dev.cpp73 void SurfaceDev::GetScreenSize(uint16_t &w, uint16_t &h) const in GetScreenSize()
80 h = surface.height; in GetScreenSize()
81 LOG(INFO) << "weight=" << w << " " << "height=" << h; in GetScreenSize()
/base/startup/init/
DCODEOWNERS14 # any change to tools/ui_appearance_ipc_interface_code.h needs to be reviewed by @leonchan5
15 base/startup/init/device_info/deviceinfoservice_ipc_interface_code.h @leonchan5
16 base/startup/init/services/param/watcher/include/param_watcher_ipc_interface_code.h @leonchan5
/base/global/resource_management/interfaces/native/resource/
DBUILD.gn25 "./include/raw_dir.h",
26 "./include/raw_file.h",
27 "./include/raw_file_manager.h",
/base/global/resource_management_lite/
DREADME_zh.md34 #include <stdint.h>
35 #include <stdio.h>
36 #include "global.h"
/base/hiviewdfx/blackbox/
DREADME_zh.md24 ├── blackbox_detector.h
28 │   ├── blackbox.h
29 │   └── blackbox_adapter.h
31 ├── blackbox.h
32 └── blackbox_adapter.h
/base/startup/bootstrap_lite/services/
DBUILD.gn23 "//commonlibrary/utils_lite/include/ohos_init.h",
24 "//commonlibrary/utils_lite/include/ohos_errno.h",
25 "//commonlibrary/utils_lite/include/ohos_types.h",

123456