Home
last modified time | relevance | path

Searched full:operating (Results 1 – 25 of 25) sorted by relevance

/base/iothardware/peripheral/
DREADME.md9 The Internet of Things \(IoT\) hardware subsystem provides APIs for operating IoT devices, includin…
16 └── inner_api # APIs for operating IoT devices
/base/notification/common_event_service/services/include/
Dos_account_manager_helper.h32 * Queries active operating system account IDs.
40 * Gets operating system account local ID from uid.
/base/iothardware/peripheral/interfaces/inner_api/
Diot_watchdog.h20 * @brief Provides APIs for operating devices,
32 * @brief Declares functions for operating watchdogs.
Diot_pwm.h20 * @brief Provides APIs for operating devices,
32 * @brief Declares functions for operating PWM devices,
Diot_i2c.h20 * @brief Provides APIs for operating devices,
32 * @brief Declares functions for operating I2C devices.
Diot_errno.h20 * @brief Provides APIs for operating devices,
Diot_gpio.h20 * @brief Provides APIs for operating devices,
32 * @brief Declares functions for operating GPIO devices.
Diot_flash.h20 * @brief Provides APIs for operating devices,
Diot_uart.h20 * @brief Provides APIs for operating devices,
/base/security/huks/interfaces/kits/js/
D@ohos.security.huks.d.ts63 * @throws { BusinessError } 12000004 - operating file failed
86 * @throws { BusinessError } 12000004 - operating file failed
132 * @throws { BusinessError } 12000004 - operating file failed
150 * @throws { BusinessError } 12000004 - operating file failed
197 * @throws { BusinessError } 12000004 - operating file failed
221 * @throws { BusinessError } 12000004 - operating file failed
246 * @throws { BusinessError } 12000004 - operating file failed
276 * @throws { BusinessError } 12000004 - operating file failed
326 * @throws { BusinessError } 12000004 - operating file failed
348 * @throws { BusinessError } 12000004 - operating file failed
[all …]
/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
Dhichain.h330 * para params: operating parameter
339 * para params: operating parameter
372 * para params: operating parameter, self_auth_id: controller auth id, peer_auth_id: peer auth id
384 * para params: operating parameter, self_auth_id: controller auth id, peer_auth_id: peer auth id
/base/customization/enterprise_device_management/
DREADME.md20 - BasePlugin provides basic device management capabilities for the operating system.
/base/inputmethod/imf/
Dhisysevent.yaml36 OPERATING: {type: STRING, desc: 'Show, hide or unbind soft keyboard'}
/base/inputmethod/imf/services/dfx/src/
Dinputmethod_sysevent.cpp114 …HiSysEventNameSpace::EventType::BEHAVIOR, "OPERATING", GetOperateAction(static_cast<int32_t>(infoC… in OperateSoftkeyboardBehaviour()
127 return "unknow operating."; in GetOperateInfo()
/base/hiviewdfx/hiview/
DREADME.md22 adapter: operating system adaptation layer, which adapts APIs of the system services in use
/base/security/device_security_level/
DREADME.md19 …urity level of OpenHarmony devices. Usually equipped with a lightweight operating system and low-e…
23 …s of SL3 have comprehensive security protection capabilities, and their operating systems have rel…
/base/sensors/miscdevice/interfaces/native/vibrator/src/
Dvibrator_agent.cpp49 MISC_HILOGW("Operating the device fail"); in NormalizeErrCode()
/base/hiviewdfx/hidumper/
DREADME.md146 15. Run the **hidumper --cpufreq** command to obtain the actual operating frequency of each CPU cor…
/base/sensors/miscdevice/utils/include/
Dsensors_errors.h32 DEVICE_OPERATION_FAILED = 14600101, // Use this error code when operating the device fail.
/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/
Dlib.rs52 /// Add support for bitor operating for HiTraceFlag
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp391 ACCOUNT_LOGE("the %{public}d already in operating", id); in RemoveOsAccount()
1084 ACCOUNT_LOGE("the %{public}d already in operating", id); in ActivateOsAccount()
1183 ACCOUNT_LOGW("the %{public}d already in operating", id); in StopOsAccount()
/base/startup/init/services/modules/trace/
Dinit_trace.c54 // various operating paths of ftrace
/base/telephony/core_service/services/tel_ril/test/
Dtel_ril_test.cpp729 int32_t operating; in OnRequestSetCallWaitTest() local
732 std::cin >> operating; in OnRequestSetCallWaitTest()
734 telRilManager_->SetCallWaiting(slotId, operating, event); in OnRequestSetCallWaitTest()
/base/hiviewdfx/hitrace/cmd/src/
Dhitrace_cmd.cpp67 // various operating paths of ftrace
/base/telephony/core_service/test/unittest/tel_ril_gtest/
Dtel_ril_test_util.cpp885 int32_t operating = 0; in SetCallWaitTest() local
887 telRilManager_->SetCallWaiting(slotId, operating, event); in SetCallWaitTest()