Lines Matching defs:error
450 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::START_SYNC_MISSIONS_FROM_REMOTE),
452 if (error != ERR_NONE) {
453 HILOGW("fail, error: %{public}d", error);
454 return error;
495 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::STOP_SYNC_MISSIONS_FROM_REMOTE),
497 if (error != ERR_NONE) {
498 HILOGW("sendRequest fail, error: %{public}d", error);
499 return error;
647 HILOGW("sendRequest fail, error: %{public}d", ret);
677 int32_t error = remote->SendRequest(static_cast<uint32_t>
679 if (error != ERR_NONE) {
680 HILOGE("%{public}s transact failed, error: %{public}d", __func__, error);
681 return error;
712 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::GET_REMOTE_MISSION_SNAPSHOT_INFO),
714 if (error != ERR_NONE) {
715 HILOGE("transact failed, error: %{public}d", error);
716 return error;
802 HILOGE("ReleaseRemoteAbility write element error.");
874 HILOGE("ReleaseAbilityFromRemote write element error.");
1055 HILOGE("NotifyStateChangedFromRemote write element error.");
1076 int32_t error = remote->SendRequest(static_cast<uint32_t>(IDSchedInterfaceCode::GET_DISTRIBUTED_COMPONENT_LIST),
1078 if (error != ERR_NONE) {
1079 HILOGE("GetDistributedComponentList SendRequest error = %{public}d", error);
1080 return error;