Searched refs:ERR_ANS_DISTRIBUTED_OPERATION_FAILED (Results 1 – 10 of 10) sorted by relevance
/base/notification/distributed_notification_service/services/distributed/src/ |
D | distributed_notification_manager.cpp | 352 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Publish() 357 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Publish() 361 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Publish() 380 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Update() 385 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Update() 389 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Update() 406 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Delete() 410 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in Delete() 426 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in DeleteRemoteNotification() 430 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in DeleteRemoteNotification() [all …]
|
D | distributed_screen_status_manager.cpp | 169 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in CheckRemoteDevicesIsUsing() 174 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in CheckRemoteDevicesIsUsing() 219 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in SetLocalScreenStatus() 224 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in SetLocalScreenStatus() 239 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in SetLocalScreenStatus()
|
D | distributed_preferences.cpp | 149 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in SetDistributedEnable() 180 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in SetDistributedBundleEnable() 215 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in DeleteDistributedBundleInfo() 226 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in ClearDataInRestoreFactorySettings() 248 return ERR_ANS_DISTRIBUTED_OPERATION_FAILED; in SetSyncEnabledWithoutApp()
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_branch_test/ |
D | distributed_preferences_branch_test.cpp | 128 …_EQ(distributedPreferences_->SetDistributedEnable(isEnable), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 154 ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 190 …utedPreferences_->DeleteDistributedBundleInfo(bundleOption), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 201 …istributedPreferences_->ClearDataInRestoreFactorySettings(), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 214 …utedPreferences_->SetSyncEnabledWithoutApp(userId, enabled), ERR_ANS_DISTRIBUTED_OPERATION_FAILED);
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/ |
D | distributed_notification_manager_branch_test.cpp | 216 …istributedManager_->Publish(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 231 …distributedManager_->Update(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 249 …distributedManager_->Update(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 278 ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 291 …tedManager_->GetCurrentDistributedNotification(requestList), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 316 distributedManager_->GetLocalDeviceInfo(deviceInfo), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 327 … distributedManager_->OnDistributedKvStoreDeathRecipient(), ERR_ANS_DISTRIBUTED_OPERATION_FAILED);
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/ |
D | distributed_notification_manager_test.cpp | 70 …istributedManager_->Publish(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 87 …istributedManager_->Publish(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 104 …distributedManager_->Update(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 121 …distributedManager_->Update(bundleName, label, id, request), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 138 …XPECT_EQ(distributedManager_->Delete(bundleName, label, id), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 157 ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 174 …XPECT_EQ(distributedManager_->Delete(bundleName, label, id), ERR_ANS_DISTRIBUTED_OPERATION_FAILED); 226 ERR_ANS_DISTRIBUTED_OPERATION_FAILED);
|
D | distributed_preferences_test.cpp | 104 …istributedPreferences_->ClearDataInRestoreFactorySettings(), ERR_ANS_DISTRIBUTED_OPERATION_FAILED);
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/ |
D | distributed_screen_status_manager_branch_test.cpp | 215 …EXPECT_EQ(ERR_ANS_DISTRIBUTED_OPERATION_FAILED, distributedScreenStatusManager.CheckRemoteDevicesI… 237 …EXPECT_EQ(ERR_ANS_DISTRIBUTED_OPERATION_FAILED, distributedScreenStatusManager.CheckRemoteDevicesI… 358 …EXPECT_EQ(ERR_ANS_DISTRIBUTED_OPERATION_FAILED, distributedScreenStatusManager.SetLocalScreenStatu… 400 …EXPECT_EQ(ERR_ANS_DISTRIBUTED_OPERATION_FAILED, distributedScreenStatusManager.SetLocalScreenStatu…
|
/base/notification/distributed_notification_service/frameworks/core/common/include/ |
D | ans_inner_errors.h | 75 ERR_ANS_DISTRIBUTED_OPERATION_FAILED, enumerator
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
D | common.cpp | 4863 case ERR_ANS_DISTRIBUTED_OPERATION_FAILED: in ErrorToExternal()
|