mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-27 00:20:44 +00:00
优化数据清理逻辑
Signed-off-by: m30043719 <maxiaodong25@huawei.com>
This commit is contained in:
parent
c01f4d089d
commit
001c3ab92b
@ -127,6 +127,10 @@ void DnetworkAdapter::DmsDevTrustChangeCallback::OnDeviceTrustChange(const std::
|
||||
HILOGE("udid or uuid is empty!");
|
||||
return;
|
||||
}
|
||||
if (DmsKvSyncE2E::GetInstance()->CheckDeviceCfg()) {
|
||||
HILOGI("this device type is special");
|
||||
return;
|
||||
}
|
||||
if (authform != DmAuthForm::IDENTICAL_ACCOUNT) {
|
||||
HILOGE("peer is not same account");
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user