Lines Matching refs:cell
20 * @brief Provides cell fence APIs for low-power fence services.
22 * You can use the APIs to add or remove cell fences and obtain cell fence information of a device.
23 …* The cell fence module is used to determine whether a device reaches a comparatively large area, …
32 * @brief Declares the APIs provided by the cell fence module.
33 * You can use the APIs to add or remove cell fences and obtain cell fence information of a device.
39 * @brief Declares the path of the cell fence module interface package.
46 * @brief Imports the data types of the cell fence module.
53 * @brief Imports the callback definitions of the cell fence module.
60 * @brief Defines APIs for basic cell fence operations.
62 … the APIs to register or unregister a callback, add or remove cell fences, obtain the cell fence i…
68 … enabling the cell fencing feature, you need to register the callback to report the cell fence sta…
83 …* When the cell fencing feature is no longer required or the registered callback needs to be chang…
96 * @brief Adds cell fences.
98 …* Multiple cell fences can be added at a time. A cell fence contains information about multiple ba…
100 …* @param cellfence Indicates information about the cell fences to add. For details, see {@link Cel…
111 * @brief Removes cell fences.
113 * Multiple cell fences can be removed at a time.
115 * @param cellfenceId Indicates the cell fence ID. For details, see {@link CellfenceRequest}.
126 …* @brief Obtains the cell fence information, including the number of cell fences supported by and …
128 * The cell fence information is returned by the {@link OnGetWifenceSizeCb} callback.