| /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/usb/usb_manager/interfaces/innerkits/native/include/ |
| D | usb_interface.h | 46 explicit UsbInterface(const cJSON *interface) in UsbInterface() argument 48 if (interface == nullptr) { in UsbInterface() 49 USB_HILOGE(MODULE_USB_SERVICE, "interface pointer is nullptr"); in UsbInterface() 51 id_ = GetIntValue(interface, "id"); in UsbInterface() 52 protocol_ = GetIntValue(interface, "protocol"); in UsbInterface() 53 klass_ = GetIntValue(interface, "clazz"); in UsbInterface() 54 subClass_ = GetIntValue(interface, "subClass"); in UsbInterface() 55 alternateSetting_ = GetIntValue(interface, "alternateSetting"); in UsbInterface() 56 name_ = GetStringValue(interface, "name"); in UsbInterface() 58 cJSON *endpoints = cJSON_GetObjectItem(interface, "endpoints"); in UsbInterface() [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/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/usb/usb_manager/services/native/src/ |
| D | usb_descriptor_parser.cpp | 104 UsbInterface interface; in AddInterface() local 105 interface.SetId(interfaceDescriptor->bInterfaceNumber); in AddInterface() 106 interface.SetProtocol(interfaceDescriptor->bInterfaceProtocol); in AddInterface() 107 interface.SetAlternateSetting(interfaceDescriptor->bAlternateSetting); in AddInterface() 108 interface.SetClass(interfaceDescriptor->bInterfaceClass); in AddInterface() 109 interface.SetSubClass(interfaceDescriptor->bInterfaceSubClass); in AddInterface() 110 interface.SetiInterface(interfaceDescriptor->iInterface); in AddInterface() 111 configs.back().GetInterfaces().emplace_back(interface); in AddInterface() 112 …USB_HILOGD(MODULE_USB_SERVICE, "add interface, endpoints=%{public}u", interfaceDescriptor->bNumEnd… in AddInterface() 123 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/security/device_auth/interfaces/inner_api/ |
| D | device_auth.h | 223 /** This interface is used to process authentication data. */ 226 /** This interface is used to initiate authentication between devices. */ 229 /** This interface is used to cancel an authentication process. */ 231 /** This interface is used to get real info by pseudonym id. */ 233 /** This interface is used to get pseudonym id by an index. */ 238 /** This interface is used to register business callbacks. */ 240 /** This interface is used to unregister business callbacks. */ 242 /** This interface is used to register callback for data change monitoring. */ 244 /** This interface is used to unregister callback for data change monitoring. */ 246 /** This interface is used to create a trusted group. */ [all …]
|
| 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. */ 143 * @param extPart The interface of ext part. 154 * @param extPart The interface of ext part. 164 * @param extPart The interface of ext part.
|
| /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/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/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_perf/ |
| D | WallpaperSyncApiPerfJsunit.test.js | 35 * @tc.desc on interface promise performance test 50 * @tc.desc getColorsSync WALLPAPER_SYSTEM interface performance test 64 * @tc.desc getColorsSync WALLPAPER_LOCKSCREEN interface performance test 78 * @tc.desc getIdSync WALLPAPER_SYSTEM interface performance test 92 * @tc.desc getIdSync WALLPAPER_LOCKSCREEN interface performance test 106 * @tc.desc getFileSync WALLPAPER_SYSTEM interface performance test 120 * @tc.desc getFileSync WALLPAPER_LOCKSCREEN interface performance test 134 * @tc.desc getMinHeightSync interface performance test 148 * @tc.desc getMinWidthSync interface performance test 162 * @tc.desc isChangeAllowed interface performance test [all …]
|
| /base/telephony/core_service/interfaces/kits/js/ |
| D | basic.d.ts | 16 export interface AsyncCallback<T> { 20 export interface ErrorCallback<T extends Error> { 24 export interface Callback<T> { 28 export interface BusinessError extends Error {
|
| /base/request/request/test/unittest/cpp_test/fwkTest/src/ |
| D | request_manager_test.cpp | 75 * @tc.desc: Test CreateTest001 interface base function - Create 90 * @tc.desc: Test GetTaskTest001 interface base function - GetTask 108 * @tc.desc: Test StartTest001 interface base function - Start 121 * @tc.desc: Test StopTest001 interface base function - Stop 134 * @tc.desc: Test QueryTest001 interface base function - Query 148 * @tc.desc: Test TouchTest001 interface base function - Touch 163 * @tc.desc: Test SearchTest001 interface base function - Search 177 * @tc.desc: Test ShowTest001 interface base function - Show 191 * @tc.desc: Test PauseTest001 interface base function - Pause 205 * @tc.desc: Test QueryMimeTypeTest001 interface base function - QueryMimeType [all …]
|
| /base/powermgr/power_manager/services/native/src/actions/default/ |
| D | system_suspend_controller.cpp | 57 POWER_HILOGI(COMP_SVC, "power interface service start"); in RegisterHdiStatusListener() 60 POWER_HILOGW(COMP_SVC, "power interface service stop, unregister interface"); in RegisterHdiStatusListener() 79 RETURN_IF_WITH_LOG(powerInterface_ == nullptr, "failed to get power hdi interface"); in RegisterPowerHdiCallback() 91 RETURN_IF_WITH_LOG(powerInterface_ == nullptr, "failed to get power hdi interface"); in UnRegisterPowerHdiCallback() 101 POWER_HILOGE(COMP_SVC, "The hdf interface is null"); in SetSuspendTag() 125 POWER_HILOGI(COMP_SVC, "The hdf interface, force=%{public}u", static_cast<uint32_t>(force)); in Suspend() 127 POWER_HILOGE(COMP_SVC, "The hdf interface is null"); in Suspend() 143 POWER_HILOGE(COMP_SVC, "The hdf interface is null"); in Wakeup() 155 POWER_HILOGE(COMP_SVC, "The hdf interface is null"); in Hibernate() 182 POWER_HILOGE(COMP_SVC, "The hdf interface is null"); in AcquireRunningLock() [all …]
|
| /base/request/request/services/src/service/ |
| D | stub.rs | 24 use super::interface; 76 interface::CONSTRUCT => self.construct(data, reply), in on_remote_request() 77 interface::PAUSE => self.pause(data, reply), in on_remote_request() 78 interface::QUERY => self.query(data, reply), in on_remote_request() 79 interface::QUERY_MIME_TYPE => self.query_mime_type(data, reply), in on_remote_request() 80 interface::REMOVE => self.remove(data, reply), in on_remote_request() 81 interface::RESUME => self.resume(data, reply), in on_remote_request() 82 interface::START => self.start(data, reply), in on_remote_request() 83 interface::STOP => self.stop(data, reply), in on_remote_request() 84 interface::SHOW => self.show(data, reply), in on_remote_request() [all …]
|
| /base/hiviewdfx/blackbox_lite/ |
| D | blackbox_adapter.c | 29 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in SystemModuleDump() 35 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in SystemModuleReset() 41 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in SystemModuleGetLastLogInfo() 49 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in SystemModuleSaveLastLog() 60 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in FullWriteFile() 66 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in GetFaultLogPath() 72 BBOX_PRINT_ERR("Please implement the interface according to the platform!\n"); in RebootSystem()
|
| /base/security/access_token/interfaces/innerkits/token_callback/include/ |
| D | i_token_callback.h | 20 * @brief Provides napi RequestPermissionsFromUser callback interface 29 * @brief Declares ITokenCallback interface interfaces. 45 * @brief Declares ITokenCallback interface class 50 * @brief declare interface descritor which used in parcel. 68 /** interface enum */
|
| /base/notification/common_event_service/frameworks/core/test/unittest/ |
| D | common_event_test.cpp | 67 * tc.desc: Invoke PublishCommonEvent interface verify whether it is normal 98 * tc.desc: Invoke PublishCommonEvent interface verify whether it is normal 130 * tc.desc: Invoke Freeze interface verify whether it is normal 144 * tc.desc: Invoke Unfreeze interface verify whether it is normal 158 * tc.desc: Invoke Unfreeze interface verify whether it is normal 184 * tc.desc: Invoke SetFreezeStatus interface verify whether it is normal 198 * tc.desc: Invoke PublishCommonEvent interface verify whether it is normal 228 * tc.desc: Invoke PublishCommonEvent interface verify whether it is normal 258 * tc.desc: Invoke SubscribeCommonEvent interface verify whether it is normal 273 * tc.desc: Invoke UnsubscribeCommonEvent interface verify whether it is normal [all …]
|
| /base/usb/usb_manager/interfaces/innerkits/native/src/ |
| D | usb_device_pipe.cpp | 43 int32_t USBDevicePipe::ClaimInterface(const UsbInterface &interface, bool force) in ClaimInterface() argument 45 return UsbSrvClient::GetInstance().ClaimInterface(*this, interface, force); in ClaimInterface() 48 int32_t USBDevicePipe::ReleaseInterface(const UsbInterface &interface) in ReleaseInterface() argument 50 return UsbSrvClient::GetInstance().ReleaseInterface(*this, interface); in ReleaseInterface() 74 int32_t USBDevicePipe::SetInterface(const UsbInterface &interface) in SetInterface() argument 76 return UsbSrvClient::GetInstance().SetInterface(*this, interface); in SetInterface()
|
| /base/update/updateservice/napi/include/ |
| D | napi_auto_register.h | 25 template <class INTERFACE> class Container { 27 using FuncType = std::function<std::shared_ptr<INTERFACE>()>; 45 std::shared_ptr<INTERFACE> GetPtr(uint32_t functionType) in GetPtr() 65 template <typename INTERFACE, typename T> class NapiAutoRegister { 69 … Container<INTERFACE>::Instance().RegisterType(FuncType, []() { return std::make_shared<T>(); }); in NapiAutoRegister()
|
| /base/usb/usb_manager/test/native/mock/src/ |
| D | usb_device_pipe_mock_test.cpp | 697 * @tc.desc: Test functions to ClaimInterface(const UsbInterface &interface, bool force); 703 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); variable 704 uint8_t interfaceId = interface.GetId(); 713 * @tc.desc: Test functions to ClaimInterface(const UsbInterface &interface, bool force); 719 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().front(); variable 720 uint8_t interfaceId = interface.GetId(); 729 * @tc.desc: Test functions to ClaimInterface(const UsbInterface &interface, bool force); 735 UsbInterface interface = device_.GetConfigs().front().GetInterfaces().at(1); variable 736 uint8_t interfaceId = interface.GetId(); 745 * @tc.desc: Test functions to ClaimInterface(const UsbInterface &interface, bool force); [all …]
|