fixed the bugs

Signed-off-by: Sven Wang <wanghancai@huawei.com>
This commit is contained in:
Sven Wang 2023-06-13 21:37:31 +08:00
parent f9350fdcb8
commit a6d6d831f1
2 changed files with 1 additions and 3 deletions

View File

@ -12,6 +12,7 @@
# limitations under the License.
import("//build/ohos.gni")
import("//build/ohos_var.gni")
import("//foundation/distributeddatamgr/datamgr_service/datamgr_service.gni")
#/system/etc/distributeddata/conf
group("build_module") {

View File

@ -16,11 +16,8 @@
#define LOG_TAG "EVENT_HANDLER"
#include "account_delegate_impl.h"
#include <algorithm>
#include <thread>
#include <unistd.h>
#include <vector>
#include "constant.h"
namespace OHOS {
namespace DistributedKv {