/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
H A D | BUILD.gn | 9 # distributed under the License is distributed on an "AS IS" BASIS, 39 "/${services_path}/distributed/include", 98 "/${services_path}/distributed/include", 99 "${services_path}/distributed/test/unittest/mock", 116 "${services_path}/distributed:libans_distributed", 143 "/${services_path}/distributed/include", 144 "${services_path}/distributed/test/unittest/mock", 162 "${services_path}/distributed:libans_distributed", 189 "/${services_path}/distributed/include", 190 "${services_path}/distributed/test/unittest/mock", [all …]
|
/ohos5.0/docs/en/application-dev/media/avsession/ |
H A D | distributed-avsession-overview.md | 3 With distributed AVSession, OpenHarmony allows users to project locally played media to a distribut… 5 …distributed device in real time, and the user can control the playback (for example, previous, nex… 10 …distributed device, the controller on the local device projects media to the distributed device th… 12  20 …Session service on the local device synchronizes the session information to the distributed device. 28 …vice synchronizes the new session information to the controller on the distributed device in real … 34 There are two scenarios for projection implemented using the distributed AVSession: 48 The internal logic for the distributed AVSession to implement projection is as follows: 50 …PI related to [distributed audio playback](../audio/distributed-audio-playback.md) are called to p… 52 - The distributed capability is used to project the session metadata to the distributed device for … [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-distributedHardwareManager-sys.md | 19 Represents the distributed hardware information. 30 Enumerates the types of the distributed hardware. 36 | ALL | 0 | All distributed applications. | 46 Enumerates the error codes used for the distributed hardware. 99 console.log('pause distributed hardware successfully'); 103 console.log('pause distributed hardware successfully'); 105 console.error('pause distributed hardware failed:' + error); 153 console.log('resume distributed hardware successfully'); 157 console.log('resume distributed hardware successfully'); 209 console.log('stop distributed hardware successfully'); [all …]
|
/ohos5.0/docs/en/application-dev/basic-services/account/ |
H A D | manage-distributed-account.md | 3 … [distributed account SDK](../../reference/apis-basic-services-kit/js-apis-distributed-account.md)… 25 1. Specify the distributed account to be logged in. Set **event** to **Ohos.account.event.LOGIN**. 35 …nce/apis-basic-services-kit/js-apis-distributed-account.md#setosaccountdistributedinfo9) to log in… 45 …is-basic-services-kit/js-apis-distributed-account.md#getosaccountdistributedinfo9) to obtain infor… 49 console.log('distributed information: ' + JSON.stringify(data)); 59 1. Specify the distributed account to be logged out. Set **event** to **Ohos.account.event.LOGOUT**. 69 …is-basic-services-kit/js-apis-distributed-account.md#setosaccountdistributedinfo9) to log out of t… 94 …asic-services-kit/js-apis-distributed-account-sys.md#setosaccountdistributedinfobylocalid10) to bi… 104 …c-services-kit/js-apis-distributed-account-sys.md#getosaccountdistributedinfobylocalid10) to obtai… 108 console.log('distributed information: ' + JSON.stringify(data)); [all …]
|
H A D | account-overview.md | 15 - Distributed account: identifier of a user on a distributed network. It is provisioned, authentica… 26 …distributed account and the system account are in one-to-many (1:N) relationship. A user can bind … 28 - There is no direct relationship between the domain account, distributed account, and application … 30 When a system account is deleted, the associated domain account, distributed account, and applicati…
|
/ohos5.0/docs/en/readme/ |
H A D | distributed-hardware.md | 9 …distributed hardware subsystem shares peripheral capabilities between devices in a Super Device. I… 11 …distributed hardware platform uses a hardware virtualization component to implement hardware resou… 15  22 ├──distributed_hardware_fwk # Directory of the distributed hardware framework. 23 ├──distributed_camera # Directory of the distributed camera component. 24 └──distributed_screen # Directory of the distributed screen component. 31 …distributed devices and provides a set of APIs for detecting the online/offline device status, and… 35 …distributed hardware framework provides information management capabilities for the distributed ha… 39 …distributed camera component provides C++ interfaces for the distributed hardware framework, but n… 43 …distributed screen provides a screen virtualization capability, which allows the screen of another…
|
/ohos5.0/drivers/interface/distributed_audio/audioext/v2_0/ |
H A D | IDAudioCallback.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 45 * @brief Create distributed audio stream. 47 * @param streamId Stream ID for distributed audio devices. 57 * @brief Create distributed audio stream. 59 * @param streamId Stream ID for distributed audio devices. 69 * @brief Set distributed audio device parameters. 71 * @param streamId Stream ID for distributed audio devices. 82 * @brief Notify distributed audio SA of events. 84 * @param streamId Stream ID for distributed audio devices. 95 * @brief Write stream to distributed audio devices. [all …]
|
H A D | IDAudioManager.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 22 * The interface for the distributed audio, providing hardware driver registration, 23 * unregistration, and event notification capabilities for distributed audio SA. 37 * Register and unregister distributed audio devices, and provide event notification 38 * mechanisms for distributed audio SA to the HDF layer. 45 * @brief Registering distributed audio device drivers 60 * @brief Unregistering distributed audio device drivers 77 * @param streamId Stream ID for distributed audio devices.
|
H A D | Types.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 20 * @brief Provides APIs for communication between drivers and SA of distributed audio. 22 * The Distributed Audio module includes operations on distributed audio devices, 24 * and IDAudioManager interfaces to achieve distributed functionality. 73 * @brief Defines the notification event of distributed audio. 84 * @brief Defines the timestamp of distributed audio.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-distributedHardwareManager-sys.md | 84 | 24200101 | The specified distributed hardware is not started. | 99 console.log('pause distributed hardware successfully'); 103 console.log('pause distributed hardware successfully'); 105 console.error('pause distributed hardware failed:' + error); 138 | 24200101 | The specified distributed hardware is not started. | 153 console.log('resume distributed hardware successfully'); 157 console.log('resume distributed hardware successfully'); 159 console.error('resume distributed hardware failed:' + error); 209 console.log('stop distributed hardware successfully'); 213 console.log('stop distributed hardware successfully'); [all …]
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | data-sync-of-distributed-data-object.md | 22 The distributed data object has the following states in its lifecycle: 46 **Table 1** Correspondence between a distributed data object and a distributed database 63 …distributed data object can be added to a sync relationship. As shown in the preceding figure, dis… 86 **Figure 3** Sync of distributed data objects 96 You need to persist distributed data objects in the following scenarios: 114 - Each distributed data object occupies 100 KB to 150 KB of memory. Therefore, you are advised not … 116 - The maximum size of a distributed data object is 500 KB. 214 // 1.1 Call create() to create a distributed data object instance. 329 (1) Create a distributed data object instance. 337 (1) Create a distributed data object instance on the peer device. [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-distributed-account.md | 73 console.log('distributed information: ' + JSON.stringify(data)); 85 Obtains distributed account information. This API uses a promise to return the result. 111 console.log('distributed information: ' + JSON.stringify(data)); 149 console.log('distributed information: ' + JSON.stringify(data)); 158 Queries distributed account information. This API uses a promise to return the result. 180 console.log('distributed information: ' + JSON.stringify(data)); 237 Sets the distributed account information. This API uses a promise to return the result. 360 Represents the distributed information about a system account. 366 | name | string |Yes | Name of the distributed account. It must be a non-null string. | 367 | id | string |Yes | UID of the distributed account. It must be a non-null string. | [all …]
|
H A D | js-apis-distributed-account-sys.md | 3 The **distributedAccount** module provides APIs for managing distributed accounts, including queryi… 24 Obtains distributed information about a system account. This API uses an asynchronous callback to r… 37 …distributed-account.md#distributedinfo)> | Yes | Callback used to return the result. If the ope… 61 console.log('distributed information: ' + JSON.stringify(data)); 73 Obtains distributed information about a system account. This API uses a promise to return the resul… 85 …mise<[DistributedInfo](js-apis-distributed-account.md#distributedinfo)> | Promise used to re… 106 console.log('distributed information: ' + JSON.stringify(data)); 119 Sets the distributed information for a system account. This API uses an asynchronous callback to re… 132 …| accountInfo | [DistributedInfo](js-apis-distributed-account.md#distributedinfo) | Yes| Distribut… 172 Sets the distributed information for a system account. This API uses a promise to return the result. [all …]
|
/ohos5.0/drivers/interface/distributed_camera/v1_0/ |
H A D | DCameraTypes.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 29 * @brief Enumerates distributed camera metadata updating types. 45 * Return metadata result from distributed camera. 53 * Set fps range to distributed camera. 57 * Set the frame metadata to distributed camera. 87 * The number of distributed camera devices enabled exceeds the limit. 127 * @brief Enumerates distributed camera inner stream types. 149 * The distributed hardware id. 155 * @brief The control settings of the distributed camera device. 254 * @brief Defines the inner buffer of the distributed camera, [all …]
|
H A D | IDCameraProvider.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 19 …* @brief Transfer interfaces call between distributed camera SA service and distributed camera HDF… 33 * @brief Enable distributed camera device and set callback. For details about the callbacks, 38 …* @param abilityInfo [in] The static capability info of the distributed camera device to be enable… 51 * @brief Disable distributed camera device. 81 * @brief Notify distributed camera HDF service when a frame buffer has been filled. 98 * @brief Called to report metadata related to the distributed camera device. 113 …* @brief Called to notify some events from distributed camera SA service to distributed camera HDF…
|
/ohos5.0/drivers/interface/distributed_camera/v1_1/ |
H A D | DCameraTypes.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 29 * @brief Enumerates distributed camera metadata updating types. 45 * Return metadata result from distributed camera. 53 * Set fps range to distributed camera. 57 * Set the frame metadata to distributed camera. 87 * The number of distributed camera devices enabled exceeds the limit. 127 * @brief Enumerates distributed camera inner stream types. 149 * The distributed hardware id. 155 * @brief The control settings of the distributed camera device. 258 * @brief Defines the inner buffer of the distributed camera, [all …]
|
H A D | IDCameraProvider.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 19 …* @brief Transfer interfaces call between distributed camera SA service and distributed camera HDF… 33 * @brief Enable distributed camera device and set callback. For details about the callbacks, 38 …* @param abilityInfo [in] The static capability info of the distributed camera device to be enable… 51 * @brief Disable distributed camera device. 81 * @brief Notify distributed camera HDF service when a frame buffer has been filled. 98 * @brief Called to report metadata related to the distributed camera device. 113 …* @brief Called to notify some events from distributed camera SA service to distributed camera HDF…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/foo/distributed_camera/v1_0/ |
H A D | DCameraTypes.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 29 * @brief Enumerates distributed camera metadata updating types. 45 * Return metadata result from distributed camera. 53 * Set fps range to distributed camera. 57 * Set the frame metadata to distributed camera. 87 * The number of distributed camera devices enabled exceeds the limit. 127 * @brief Enumerates distributed camera inner stream types. 149 * The distributed hardware id. 155 * @brief The control settings of the distributed camera device. 254 * @brief Defines the inner buffer of the distributed camera, [all …]
|
H A D | IDCameraProvider.idl | 10 * distributed under the License is distributed on an "AS IS" BASIS, 19 …* @brief Transfer interfaces call between distributed camera SA service and distributed camera HDF… 33 * @brief Enable distributed camera device and set callback. For details about the callbacks, 38 …* @param abilityInfo [in] The static capability info of the distributed camera device to be enable… 51 * @brief Disable distributed camera device. 81 * @brief Notify distributed camera HDF service when a frame buffer has been filled. 98 * @brief Called to report metadata related to the distributed camera device. 113 …* @brief Called to notify some events from distributed camera SA service to distributed camera HDF…
|
/ohos5.0/docs/en/application-dev/distributedservice/ |
H A D | distributedservice-kit-intro.md | 3 Distributed Service Kit implements distributed device management, distributed hardware management, … 5 …distributed device management, which involves discovering and authenticating nearby devices, query… 13 The application needs user authorization before implementing distributed device management.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-distributedobject.md | 20 Creates a distributed data object. 191 // Add g_object to the distributed network. 195 // g_object exits the distributed network. 230 // Add g_object to the distributed network. 234 // Exit the distributed network. 275 // Add g_object to the distributed network. 281 // Exit the distributed network. 293 Subscribes to data changes of this distributed data object. 806 Creates a distributed data object. 892 // Add g_object to the distributed network. [all …]
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/account/ |
H A D | manage-distributed-account.md | 3 OEM厂商可以通过[分布式账号SDK](../../reference/apis-basic-services-kit/js-apis-distributed-account.md)将自有账号与本地… 35 2. 调用[setOsAccountDistributedInfo](../../reference/apis-basic-services-kit/js-apis-distributed-acco… 45 …ccountDistributedInfo](../../reference/apis-basic-services-kit/js-apis-distributed-account.md#geto… 49 console.log('distributed information: ' + JSON.stringify(data)); 69 2. 调用[setOsAccountDistributedInfo](../../reference/apis-basic-services-kit/js-apis-distributed-acco… 94 …tributedInfoByLocalId](../../reference/apis-basic-services-kit/js-apis-distributed-account-sys.md#… 104 …tributedInfoByLocalId](../../reference/apis-basic-services-kit/js-apis-distributed-account-sys.md#… 108 console.log('distributed information: ' + JSON.stringify(data)); 129 …tributedInfoByLocalId](../../reference/apis-basic-services-kit/js-apis-distributed-account-sys.md#…
|
/ohos5.0/foundation/distributedhardware/distributed_screen/ |
H A D | README_en.md | 13 …d screen master SA service and distributed screen controlled SA service, responsible for handling … 27 ├── sa_profile # SA configuration information for distributed screens 47 … # The distributed hardware information report and device status change notificati… 60 Master terminal (source) : The control terminal, by invoking the distributed screen capability, use… 62 …ontrolled end receives the control of the main control end through the distributed screen and rece… 65 The distributed screen implements the interface provided by the distributed hardware management fra… 73 The system pulls up the SA service of the distributed screen, initializes the Source side, and init… 76 …distributed hardware management framework synchronizes the screen hardware information of the onli… 92 …distributed hardware management framework disables the screen hardware of the offline device, remo…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.31/ |
H A D | changelogs-arkdata.md | 45 …distributed data objects, the system attempts to set up connections with all the devices on the ne… 49 …distributed data objects is allowed only between devices in [cross-device migration](../../../appl… 65 …distributed-data-object.md#using-distributed-data-objects-in-cross-device-migration) and [Using Di…
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/entry/src/main/ets/pages/ |
H A D | DHardwareUI.ets | 10 * distributed under the License is distributed on an "AS IS" BASIS, 142 console.log('stop distributed hardware successfully'); 144 console.error('stop distributed hardware failed, cause:' + error); 146 console.log('stop distributed hardware successfully'); 148 console.error('stop distributed hardware failed:' + error); 156 console.log('pause distributed hardware successfully'); 160 console.log('pause distributed hardware successfully'); 162 console.error('pause distributed hardware failed:' + error); 170 console.log('resume distributed hardware successfully'); 174 console.log('resume distributed hardware successfully'); [all …]
|