Lines Matching refs:fence
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 …ster or unregister a callback, add or remove cell fences, obtain the cell fence information of a d…
68 …need to register the callback to report the cell fence status when the relationship between a cell…
98 …* Multiple cell fences can be added at a time. A cell fence contains information about multiple ba…
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.