| /base/security/crypto_framework/frameworks/js/ani/dts/ |
| D | cryptoFramework.d.ts | 27 interface DataBlob { 31 interface ParamsSpec { 35 interface IvParamsSpec extends ParamsSpec { 39 interface GcmParamsSpec extends ParamsSpec { 45 interface CcmParamsSpec extends ParamsSpec { 56 interface KeyEncodingConfig { 62 interface Key { 68 interface SymKey extends Key { 72 interface PriKey extends Key { 80 interface PubKey extends Key { [all …]
|
| /base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
| D | ims_call.h | 34 * IMS Dial interface 42 * IMS HangUp interface 50 * IMS Reject with reason interface 59 * IMS Answer interface 67 * IMS HoldCall interface 76 * IMS UnHoldCall interface 85 * IMS SwitchCall interface 94 * IMS CombineConference interface 102 * IMS InviteToConference interface 111 * IMS KickOutFromConference interface [all …]
|
| /base/useriam/face_auth/test/unittest/ |
| D | face_auth_driver_hdi_unit_test.cpp | 82 sptr<MockIFaceAuthInterface> interface(new (std::nothrow) MockIFaceAuthInterface()); 83 ASSERT_TRUE(interface != nullptr); 84 EXPECT_CALL(*interface, GetExecutorList(_)).Times(Exactly(1)); 88 EXPECT_CALL(*adapter, Get()).Times(Exactly(1)).WillOnce(Return(interface)); 98 sptr<MockIFaceAuthInterface> interface(new (std::nothrow) MockIFaceAuthInterface()); 99 ASSERT_TRUE(interface != nullptr); 100 EXPECT_CALL(*interface, GetExecutorList(_)) 106 EXPECT_CALL(*adapter, Get()).Times(Exactly(1)).WillOnce(Return(interface)); 116 sptr<MockIFaceAuthInterface> interface(new (std::nothrow) MockIFaceAuthInterface()); 117 ASSERT_TRUE(interface != nullptr); [all …]
|
| /base/startup/init/interfaces/kits/syscap/include/ |
| D | deviceinfo.h | 30 * @return NULL - Not found device type, or failed to invoke the internal interface. 38 * @return NULL - Not found device manufacturer, or failed to invoke the internal interface. 46 * @return NULL - Not found device brand, or failed to invoke the internal interface. 54 * @return NULL - Not found market name, or failed to invoke the internal interface. 62 * @return NULL - Not found product series, or failed to invoke the internal interface. 70 * @return NULL - Not found product model, or failed to invoke the internal interface. 78 * @return NULL - Not found product model, or failed to invoke the internal interface. 86 * @return NULL - Not found software model, or failed to invoke the internal interface. 94 * @return NULL - Not found hardware model, or failed to invoke the internal interface. 102 * @return NULL - Not found bootloader version number, or failed to invoke the internal interface. [all …]
|
| /base/useriam/fingerprint_auth/test/unittest/ |
| D | fingerprint_auth_driver_hdi_unit_test.cpp | 81 … sptr<MockIFingerprintAuthInterface> interface(new (std::nothrow) MockIFingerprintAuthInterface()); 82 ASSERT_TRUE(interface != nullptr); 83 EXPECT_CALL(*interface, GetExecutorList(_)).Times(Exactly(1)); 87 EXPECT_CALL(*adapter, Get()).Times(Exactly(1)).WillOnce(Return(interface)); 97 … sptr<MockIFingerprintAuthInterface> interface(new (std::nothrow) MockIFingerprintAuthInterface()); 98 ASSERT_TRUE(interface != nullptr); 99 EXPECT_CALL(*interface, GetExecutorList(_)) 105 EXPECT_CALL(*adapter, Get()).Times(Exactly(1)).WillOnce(Return(interface)); 115 … sptr<MockIFingerprintAuthInterface> interface(new (std::nothrow) MockIFingerprintAuthInterface()); 116 ASSERT_TRUE(interface != nullptr); [all …]
|
| /base/usb/usb_manager/interfaces/innerkits/native/include/ |
| D | usb_interface.h | 49 explicit UsbInterface(const cJSON *interface) in UsbInterface() argument 51 if (interface == nullptr) { in UsbInterface() 52 USB_HILOGE(MODULE_USB_SERVICE, "interface pointer is nullptr"); in UsbInterface() 54 id_ = GetIntValue(interface, "id"); in UsbInterface() 55 protocol_ = GetIntValue(interface, "protocol"); in UsbInterface() 56 klass_ = GetIntValue(interface, "clazz"); in UsbInterface() 57 subClass_ = GetIntValue(interface, "subClass"); in UsbInterface() 58 alternateSetting_ = GetIntValue(interface, "alternateSetting"); in UsbInterface() 59 name_ = GetStringValue(interface, "name"); in UsbInterface() 61 cJSON *endpoints = cJSON_GetObjectItem(interface, "endpoints"); in UsbInterface() [all …]
|
| /base/powermgr/battery_lite/interfaces/kits/js/ |
| D | @system.battery.d.ts | 20 export interface BatterySocResponse { 29 export interface GetBatterySOC { 38 export interface BatteryChargingStatusResponse { 47 export interface GetChargingStatus { 59 export interface BatteryHealthStatusResponse { 68 export interface GetHealthStatus { 81 export interface BatteryGetPluggedTypeResponse { 90 export interface GetPluggedType { 103 export interface BatteryGetVoltageResponse { 112 export interface GetVoltage { [all …]
|
| /base/useriam/pin_auth/test/unittest/src/ |
| D | pin_auth_driver_hdi_unit_test.cpp | 82 sptr<MockIPinAuthInterface> interface(new (std::nothrow) MockIPinAuthInterface()); 83 ASSERT_TRUE(interface != nullptr); 84 EXPECT_CALL(*interface, GetExecutorList(_, _, _)).Times(Exactly(1)); 88 EXPECT_CALL(*adapter, Get()).Times(Exactly(1)).WillOnce(Return(interface)); 98 sptr<MockIPinAuthInterface> interface(new (std::nothrow) MockIPinAuthInterface()); 99 ASSERT_TRUE(interface != nullptr); 100 EXPECT_CALL(*interface, GetExecutorList(_, _, _)).Times(Exactly(1)).WillOnce( 108 EXPECT_CALL(*adapter, Get()).Times(Exactly(1)).WillOnce(Return(interface)); 118 sptr<MockIPinAuthInterface> interface(new (std::nothrow) MockIPinAuthInterface()); 119 ASSERT_TRUE(interface != nullptr); [all …]
|
| /base/security/device_auth/interfaces/inner_api/ |
| D | device_auth_ext.h | 116 /** This interface is used to create a trusted group. */ 118 /** This interface is used to delete a trusted group. */ 120 …/** This interface is used to obtain the group information of groups that meet the query parameter… 123 /** This interface is used to obtain the registration information of the local device. */ 125 /** This interface is used to register business callbacks. */ 127 /** This interface is used to unregister business callbacks. */ 129 /** This interface is used to execute business function. */ 131 /** This interface is used to notify the account async task is started. */ 133 /** This interface is used to notify the account async task is stopped. */ 135 /** This interface is used to import credential data. */ [all …]
|
| D | device_auth.h | 263 /** This interface is used to process authentication data. */ 266 /** This interface is used to initiate authentication between devices. */ 269 /** This interface is used to cancel an authentication process. */ 271 /** This interface is used to get real info by pseudonym id. */ 273 /** This interface is used to get pseudonym id by an index. */ 278 /** This interface is used to register business callbacks. */ 280 /** This interface is used to unregister business callbacks. */ 282 /** This interface is used to register callback for data change monitoring. */ 284 /** This interface is used to unregister callback for data change monitoring. */ 286 /** This interface is used to create a trusted group. */ [all …]
|
| /base/usb/usb_manager/services/native/src/ |
| D | usb_descriptor_parser.cpp | 105 UsbInterface interface; in AddInterface() local 106 interface.SetId(interfaceDescriptor->bInterfaceNumber); in AddInterface() 107 interface.SetProtocol(interfaceDescriptor->bInterfaceProtocol); in AddInterface() 108 interface.SetAlternateSetting(interfaceDescriptor->bAlternateSetting); in AddInterface() 109 interface.SetClass(interfaceDescriptor->bInterfaceClass); in AddInterface() 110 interface.SetSubClass(interfaceDescriptor->bInterfaceSubClass); in AddInterface() 111 interface.SetiInterface(interfaceDescriptor->iInterface); in AddInterface() 112 configs.back().GetInterfaces().emplace_back(interface); in AddInterface() 113 …USB_HILOGD(MODULE_USB_SERVICE, "add interface, endpoints=%{public}u", interfaceDescriptor->bNumEnd… in AddInterface() 124 USB_HILOGE(MODULE_USB_SERVICE, "interface descriptor not found"); in AddEndpoint() [all …]
|
| /base/notification/distributed_notification_service/services/distributed/include/ |
| D | distributed_flow_control.h | 29 …vManagerSecondMaxinum The maximum number of calls to DistributedKvDataManager interface per second. 30 …vManagerMinuteMaxinum The maximum number of calls to DistributedKvDataManager interface per minute. 31 … * @param kvStoreSecondMaxinum The maximum number of calls to SingleKvStore interface per second. 32 … * @param kvStoreMinuteMaxinum The maximum number of calls to SingleKvStore interface per minute. 40 * @brief Check if DistributedKvDataManager interface flow control can pass. 47 * @brief Check if SingleKvStore interface flow control can pass. 54 * @brief Clear DistributedKvDataManager interface flow control count. 59 * @brief Clear SingleKvStore interface flow control count.
|
| /base/hiviewdfx/hidumper_lite/mini/ |
| D | hidumper_adapter.c | 35 printf("Please implement the interface according to the platform!\n"); in DumpSysInfo() 41 printf("Please implement the interface according to the platform!\n"); in DumpCpuUsage() 47 printf("Please implement the interface according to the platform!\n"); in DumpMemUsage() 54 printf("Please implement the interface according to the platform!\n"); in DumpTaskInfo() 60 printf("Please implement the interface according to the platform!\n"); in DumpFaultLog() 68 printf("Please implement the interface according to the platform!\n"); in DumpMemRegion() 74 printf("Please implement the interface according to the platform!\n"); in DumpAllMem() 80 printf("Please implement the interface according to the platform!\n"); in PlatformHiDumperIinit()
|
| /base/request/request/services/src/service/ |
| D | stub.rs | 23 use super::interface; 89 interface::CONSTRUCT => self.construct(data, reply), in on_remote_request() 90 interface::PAUSE => self.pause(data, reply), in on_remote_request() 91 interface::QUERY => self.query(data, reply), in on_remote_request() 92 interface::QUERY_MIME_TYPE => self.query_mime_type(data, reply), in on_remote_request() 93 interface::REMOVE => self.remove(data, reply), in on_remote_request() 94 interface::RESUME => self.resume(data, reply), in on_remote_request() 95 interface::START => self.start(data, reply), in on_remote_request() 96 interface::STOP => self.stop(data, reply), in on_remote_request() 97 interface::SHOW => self.show(data, reply), in on_remote_request() [all …]
|
| /base/theme/screenlock_mgr/ |
| D | README.md | 17 │ ├── js/napi # the js interface resolves to the napi interface 18 │ └── native # interface provided for app 21 ├── test # unit test of interface 26 …interface documentation [js-apis-screen-lock.md](https://gitee.com/openharmony/docs/blob/master/en…
|
| /base/usb/usb_manager/test/native/js_unittest/usb_manager_js_test/ |
| D | UsbApiTransferJsTest.js | 144 testParam.interface = testParam.config.interfaces[j]; 180 interface: null, property 222 let ret = usbManager.releaseInterface(tmpPipe, testParam.interface); 242 if (testParam.interface == null || testParam.outEndpoint == null) { 243 expect(testParam.interface == null).assertFalse(); 248 toClaimInterface('testBulkTransferCompat001', testParam.pip, testParam.interface); 277 if (testParam.interface == null || testParam.outEndpoint == null) { 278 expect(testParam.interface == null).assertFalse(); 283 toClaimInterface('testBulkTransferCompat002', testParam.pip, testParam.interface); 312 if (testParam.interface == null || testParam.outEndpoint == null) { [all …]
|
| /base/powermgr/power_manager/services/native/profile/ |
| D | power_wakeup_action.json | 5 …"description": "(such as)53 is a wakeup reason by reading node through HDI interface(GetWakeupReas… 10 …"description": "(such as)51 is a wakeup reason by reading node through HDI interface(GetWakeupReas… 15 …"description": "(such as)52 is a wakeup reason by reading node through HDI interface(GetWakeupReas… 20 …"description": "(such as)56 is a wakeup reason by reading node through HDI interface(GetWakeupReas…
|
| /base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_perf/ |
| D | WallpaperSyncApiPerfJsunit.test.js | 45 * @tc.desc getColorsSync WALLPAPER_SYSTEM interface performance test 59 * @tc.desc getColorsSync WALLPAPER_LOCKSCREEN interface performance test 73 * @tc.desc getIdSync WALLPAPER_SYSTEM interface performance test 87 * @tc.desc getIdSync WALLPAPER_LOCKSCREEN interface performance test 101 * @tc.desc getFileSync WALLPAPER_SYSTEM interface performance test 115 * @tc.desc getFileSync WALLPAPER_LOCKSCREEN interface performance test 129 * @tc.desc getMinHeightSync interface performance test 143 * @tc.desc getMinWidthSync interface performance test 157 * @tc.desc isChangeAllowed interface performance test 171 * @tc.desc isUserChangeAllowed interface performance test [all …]
|
| /base/powermgr/power_manager/interfaces/inner_api/ |
| D | IPowerMgr.idl | 19 interface OHOS.PowerMgr.IPowerStateCallback; 20 interface OHOS.PowerMgr.ISyncSleepCallback; 21 interface OHOS.PowerMgr.ISyncHibernateCallback; 22 interface OHOS.PowerMgr.IPowerModeCallback; 23 interface OHOS.PowerMgr.IScreenOffPreCallback; 24 interface OHOS.PowerMgr.ITakeOverShutdownCallback; 25 interface OHOS.PowerMgr.IAsyncShutdownCallback; 26 interface OHOS.PowerMgr.ISyncShutdownCallback; 27 interface OHOS.PowerMgr.IPowerRunninglockCallback; 28 interface OHOS.PowerMgr.IPowerMgrAsync; [all …]
|
| /base/msdp/device_status/rust/subsystem/input/sys/src/interaction/ |
| D | input_manager.rs | 33 /// Call the input manager interface. 37 /// Call the AddMonitor interface of the input subsystem to add monitor. 49 /// Call the SetPointerVisible interface of the input subsystem to set pointer visible. 61 /// Call the EnableInputDevice interface of the input subsystem to enable input device. 73 /// Call the RemoveInputEventFilter interface of the input subsystem to remove filter. 85 /// Call the RemoveMonitor interface of the input subsystem to remove monitor. 93 /// Call the RemoveInterceptor interface of the input subsystem to remove Interceptor. 101 /// Call the SetPointerLocation interface of the input subsystem to set pointer location.
|
| /base/usb/usb_manager/test/native/unittest/js/usb_api_transfer_compat_js_unit_test/ |
| D | UsbApiTransferCompatJsunitTest.test.js | 143 testParam.interface = testParam.config.interfaces[j]; 179 interface: null, property 221 let ret = usbManager.releaseInterface(tmpPipe, testParam.interface); 258 if (testParam.interface == null || testParam.outEndpoint == null) { 259 expect(testParam.interface == null).assertFalse(); 264 toClaimInterface('testBulkTransferCompat001', testParam.pip, testParam.interface); 293 if (testParam.interface == null || testParam.outEndpoint == null) { 294 expect(testParam.interface == null).assertFalse(); 299 toClaimInterface('testBulkTransferCompat002', testParam.pip, testParam.interface); 328 if (testParam.interface == null || testParam.outEndpoint == null) { [all …]
|
| /base/security/crypto_framework/frameworks/js/ani/idl/ |
| D | ohos.security.cryptoFramework.cryptoFramework.taihe | 27 interface Md { 39 interface Random { 48 interface Mac { 63 interface Key { 69 interface SymKey: Key { 74 interface SymKeyGenerator {
|
| /base/notification/distributed_notification_service/services/application/ |
| D | IAnsManager.idl | 16 interface OHOS.Notification.IAnsDialogCallback; 17 interface OHOS.Notification.IAnsSubscriberLocalLiveView; 18 interface OHOS.Notification.IAnsSubscriber; 19 interface OHOS.Notification.IAnsOperationCallback; 34 interface OHOS.Notification.IAnsManager {
|
| D | IAnsSubscriberManager.idl | 16 interface OHOS.Notification.IAnsDialogCallback; 17 interface OHOS.Notification.IAnsSubscriberLocalLiveView; 18 interface OHOS.Notification.IAnsSubscriber; 19 interface OHOS.Notification.IAnsOperationCallback; 34 interface OHOS.Notification.IAnsSubscriberManager {
|
| /base/notification/distributed_notification_service/frameworks/ets/ets/notification/ |
| D | notificationContent.ets | 33 export interface NotificationBasicContent { 55 export interface NotificationLongTextContent extends NotificationBasicContent { 101 export interface NotificationLiveViewContent extends NotificationBasicContent { 135 export interface NotificationMultiLineContent extends NotificationBasicContent { 161 export interface NotificationPictureContent extends NotificationBasicContent { 191 export interface NotificationSystemLiveViewContent extends NotificationBasicContent { 243 export interface NotificationCapsule { 273 export interface NotificationIconButton { 300 export interface NotificationButton { 318 export interface NotificationTime { [all …]
|